Color Hex Logo

#cb873f Color Hex

#CB873F
(203,135,63)
0 Favorites   0 Comments

Color spaces of #cb873f

RGB 20313563
HSL0.090.570.52
HSV31°69°80°
CMYK 0.000.330.69   0.20
XYZ34.189830.38338.7652
Yxy30.38330.46620.4143
Hunter Lab55.121014.255929.1566
CIE-Lab61.983519.459448.0974

#cb873f color RGB value is (203,135,63).

#cb873f hex color red value is 203, green value is 135 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #cb873f hue: 0.09 , saturation: 0.57 and the lightness value of cb873f is 0.52.

The process color (four color CMYK) of #cb873f color hex is 0.00, 0.33, 0.69, 0.20. Web safe color of #cb873f is #cc9933. Color #cb873f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10000111 00111111
Octal 313 207 77
Decimal 203 135 63
Hex CB 87 3F

RGB Percentages of Color #cb873f

%50.62
%33.67
%15.71

CMYK Percentages of Color #cb873f

%0
%33
%69
%20

Triadic Colors of #cb873f

#cb873f #3fcb87 #873fcb

Analogous Colors of #cb873f

#cb873f #c9cb3f #cb413f

Monochromatic Colors of #cb873f

#cb873f

Complementary Color

#cb873f #3f83cb

#cb873f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb873f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb873f Color CSS Codes

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

#cb873f Text Font Color

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

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


#cb873f Background Color

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

This div background color is #cb873f


#cb873f Border Color

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

This div border color is #cb873f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb873f


Comments

No comments written yet.

Please login to write comment.