Color Hex Logo

#872a2e Color Hex

#872A2E
(135,42,46)
0 Favorites   0 Comments

Color spaces of #872a2e

RGB 1354246
HSL0.990.530.35
HSV357°69°53°
CMYK 0.000.690.66   0.47
XYZ11.31287.00413.3404
Yxy7.00410.52240.3234
Hunter Lab26.465329.987111.0422
CIE-Lab31.816239.845719.8319

#872a2e color RGB value is (135,42,46).

#872a2e hex color red value is 135, green value is 42 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #872a2e hue: 0.99 , saturation: 0.53 and the lightness value of 872a2e is 0.35.

The process color (four color CMYK) of #872a2e color hex is 0.00, 0.69, 0.66, 0.47. Web safe color of #872a2e is #993333. Color #872a2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00101010 00101110
Octal 207 52 56
Decimal 135 42 46
Hex 87 2A 2E

RGB Percentages of Color #872a2e

%60.54
%18.83
%20.63

CMYK Percentages of Color #872a2e

%0
%69
%66
%47

Triadic Colors of #872a2e

#872a2e #2e872a #2a2e87

Analogous Colors of #872a2e

#872a2e #87542a #872a5d

Monochromatic Colors of #872a2e

#872a2e

Complementary Color

#872a2e #2a8783

#872a2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872a2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#872a2e Color CSS Codes

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

#872a2e Text Font Color

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

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


#872a2e Background Color

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

This div background color is #872a2e


#872a2e Border Color

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

This div border color is #872a2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872a2e


Comments

No comments written yet.

Please login to write comment.