Hex #c86f37 Color

#c86f37
equivalent to

RGB

(200, 111, 55)

Details of #c86f37

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
200
30.1934
0.06
0.00
56.0117
23.9241
23°
48.9122
111
23.9241
0.57
0.45
30.7674
0.4969
73°
24.5915
55
6.6409
0.50
0.73   0.22
45.4321
0.3938
78°
26.1908

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11001000
310
200
C8
Green
1101111
157
111
6F
Blue
110111
67
55
37

RGB in % of #c86f37

%54.64
%30.33
%15.03

CMYK in % of #c86f37

%0
%45
%73
%22

Triads of color #c86f37

#c86f37 #6f37c8 #37c837

Similar Colors to #c86f37

#c86f37 #c83748 #c8b837

Preview Color #c86f37 on black ground

#c86f37 is very interesting for text.

Preview Color #c86f37 on white ground

#c86f37 is very interesting for text.

CSS Codes #c86f37 color

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

Text Font Color #c86f37

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

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

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

This div background color is #c86f37


Border Color #c86f37

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

The color of this border is #c86f37


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #c86f37