Edit in JSFiddle

<div class="boxes">
    <div class="box3">
        H: 37<br>
        S: 100<br>
        L: 50<br><br>
        
        H: 60<br>
        S: 100<br>
        L: 90<br><br>
    </div>
</div>
.boxes
{
    clear: both;
}

.box3
{
    width: 70px;
    float: left;
    background-color: rgba(255, 157, 0, 1);
    color: rgba(255, 255, 204, 1);
}