Color Hex Logo

#cb861f Color Hex

#CB861F
(203,134,31)
0 Favorites   0 Comments

Color spaces of #cb861f

RGB 20313431
HSL0.100.740.46
HSV36°85°80°
CMYK 0.000.340.85   0.20
XYZ33.401029.84565.2967
Yxy29.84560.48730.4354
Hunter Lab54.631113.528932.4934
CIE-Lab61.520818.698160.6472

#cb861f color RGB value is (203,134,31).

#cb861f hex color red value is 203, green value is 134 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #cb861f hue: 0.10 , saturation: 0.74 and the lightness value of cb861f is 0.46.

The process color (four color CMYK) of #cb861f color hex is 0.00, 0.34, 0.85, 0.20. Web safe color of #cb861f is #cc9933. Color #cb861f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10000110 00011111
Octal 313 206 37
Decimal 203 134 31
Hex CB 86 1F

RGB Percentages of Color #cb861f

%55.16
%36.41
%8.42

CMYK Percentages of Color #cb861f

%0
%34
%85
%20

Triadic Colors of #cb861f

#cb861f #1fcb86 #861fcb

Analogous Colors of #cb861f

#cb861f #bacb1f #cb301f

Monochromatic Colors of #cb861f

#cb861f

Complementary Color

#cb861f #1f64cb

#cb861f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb861f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb861f Color CSS Codes

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

#cb861f Text Font Color

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

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


#cb861f Background Color

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

This div background color is #cb861f


#cb861f Border Color

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

This div border color is #cb861f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb861f


Comments

No comments written yet.

Please login to write comment.