Hex #965d59 Color

#965d59
equivalent to

RGB

(150, 93, 89)

Details of #965d59

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
150
18.2952
0.01
0.00
45.6807
15.0340
38.7737
93
15.0340
0.26
0.38
22.8278
0.4091
41°
16.3706
89
11.3888
0.47
0.41   0.41
12.1132
0.3362
59°
9.7324

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10010110
226
150
96
Green
1011101
135
93
5D
Blue
1011001
131
89
59

RGB in % of #965d59

%45.18
%28.01
%26.81

CMYK in % of #965d59

%0
%38
%41
%41

Triads of color #965d59

#965d59 #5d5996 #599659

Similar Colors to #965d59

#965d59 #965974 #967c59

Preview Color #965d59 on black ground

#965d59 is very interesting for text.

Preview Color #965d59 on white ground

#965d59 is very interesting for text.

CSS Codes #965d59 color

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

Text Font Color #965d59

<p style="color:#965d59">Text here</p>

This sample text font color is #965d59
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 #965d59

<div style="background-color:#965d59">
Div content here</div>

This div background color is #965d59


Border Color #965d59

<div style="border:3px solid #965d59">
Div here</div>

The color of this border is #965d59


Examples Css3

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

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 #965d59">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #965d59