Hex #967b59 Color

#967b59
equivalent to

RGB

(150, 123, 89)

Details of #967b59

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
150
21.4638
0.09
0.00
53.3534
21.3712
33°
46.2290
123
21.3712
0.26
0.18
5.5434
0.3883
41°
1.9758
89
12.4450
0.47
0.41   0.41
22.5146
0.3866
59°
16.4044

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10010110
226
150
96
Green
1111011
173
123
7B
Blue
1011001
131
89
59

RGB in % of #967b59

%41.44
%33.98
%24.59

CMYK in % of #967b59

%0
%18
%41
%41

Triads of color #967b59

#967b59 #7b5996 #599659

Similar Colors to #967b59

#967b59 #965d59 #939659

Preview Color #967b59 on black ground

#967b59 is very interesting for text.

Preview Color #967b59 on white ground

#967b59 is very interesting for text.

CSS Codes #967b59 color

.mybgcolor {background-color:#967b59; }
.myforecolor {color:#967b59; }
.mybordercolor {border:3px solid #967b59; }

Text Font Color #967b59

<p style="color:#967b59">Text here</p>

This sample text font color is #967b59
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #967b59

<div style="background-color:#967b59">
Div content here</div>

This div background color is #967b59


Border Color #967b59

<div style="border:3px solid #967b59">
Div here</div>

The color of this border is #967b59


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #967b59; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #967b59;
-webkit-box-shadow: 1px 1px 3px 2px #967b59;
box-shadow:         1px 1px 3px 2px #967b59; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #967b59">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #967b59;
  -webkit-box-shadow: 1px 1px 3px 2px #967b59;
  box-shadow:         1px 1px 3px 2px #967b59;">
Div content here</div>

The shadow of div box using color #967b59