Color Hex Logo

#872c2b Color Hex

#872C2B
(135,44,43)
0 Favorites   0 Comments

Color spaces of #872c2b

RGB 1354443
HSL0.000.520.35
HSV68°53°
CMYK 0.000.670.68   0.47
XYZ11.32847.12673.0640
Yxy7.12670.52640.3312
Hunter Lab26.695929.028711.8821
CIE-Lab32.093638.763122.0870

#872c2b color RGB value is (135,44,43).

#872c2b hex color red value is 135, green value is 44 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #872c2b hue: 0.00 , saturation: 0.52 and the lightness value of 872c2b is 0.35.

The process color (four color CMYK) of #872c2b color hex is 0.00, 0.67, 0.68, 0.47. Web safe color of #872c2b is #993333. Color #872c2b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00101100 00101011
Octal 207 54 53
Decimal 135 44 43
Hex 87 2C 2B

RGB Percentages of Color #872c2b

%60.81
%19.82
%19.37

CMYK Percentages of Color #872c2b

%0
%67
%68
%47

Triadic Colors of #872c2b

#872c2b #2b872c #2c2b87

Analogous Colors of #872c2b

#872c2b #875a2b #872b58

Monochromatic Colors of #872c2b

#872c2b

Complementary Color

#872c2b #2b8687

#872c2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872c2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#872c2b Color CSS Codes

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

#872c2b Text Font Color

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

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


#872c2b Background Color

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

This div background color is #872c2b


#872c2b Border Color

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

This div border color is #872c2b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,44,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #872c2b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #872c2b;
  -webkit-box-shadow: 1px 1px 3px 2px #872c2b;
  box-shadow:         1px 1px 3px 2px #872c2b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872c2b


Comments

No comments written yet.

Please login to write comment.