Color Hex Logo

#872c3e Color Hex

#872C3E
(135,44,62)
0 Favorites   0 Comments

Color spaces of #872c3e

RGB 1354462
HSL0.970.510.35
HSV348°67°53°
CMYK 0.000.670.54   0.47
XYZ11.76197.30015.3466
Yxy7.30010.48190.2991
Hunter Lab27.018730.42277.1805
CIE-Lab32.480640.194810.3493

#872c3e color RGB value is (135,44,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00101100 00111110
Octal 207 54 76
Decimal 135 44 62
Hex 87 2C 3E

RGB Percentages of Color #872c3e

%56.02
%18.26
%25.73

CMYK Percentages of Color #872c3e

%0
%67
%54
%47

Triadic Colors of #872c3e

#872c3e #3e872c #2c3e87

Analogous Colors of #872c3e

#872c3e #87472c #872c6c

Monochromatic Colors of #872c3e

#872c3e

Complementary Color

#872c3e #2c8775

#872c3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872c3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#872c3e Color CSS Codes

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

#872c3e Text Font Color

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

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


#872c3e Background Color

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

This div background color is #872c3e


#872c3e Border Color

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

This div border color is #872c3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872c3e


Comments

No comments written yet.

Please login to write comment.