Hex #8b795e Color

#8b795e
equivalent to

RGB

(139, 121, 94)

Details of #8b795e

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
139
19.5052
0.10
0.00
51.8054
19.9719
36°
44.6899
121
19.9719
0.19
0.13
2.6576
0.3688
32°
-0.2995
94
13.4166
0.46
0.32   0.45
17.3827
0.3776
55°
13.4890

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10001011
213
139
8B
Green
1111001
171
121
79
Blue
1011110
136
94
5E

RGB in % of #8b795e

%39.27
%34.18
%26.55

CMYK in % of #8b795e

%0
%13
%32
%45

Triads of color #8b795e

#8b795e #795e8b #5e8b5e

Similar Colors to #8b795e

#8b795e #8b635e #878b5e

Preview Color #8b795e on black ground

#8b795e is very interesting for text.

Preview Color #8b795e on white ground

#8b795e is very interesting for text.

CSS Codes #8b795e color

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

Text Font Color #8b795e

<p style="color:#8b795e">Text here</p>

This sample text font color is #8b795e
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 #8b795e

<div style="background-color:#8b795e">
Div content here</div>

This div background color is #8b795e


Border Color #8b795e

<div style="border:3px solid #8b795e">
Div here</div>

The color of this border is #8b795e


Examples Css3

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

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 #8b795e">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #8b795e