Color Hex Logo

#875224 Color Hex

#875224
(135,82,36)
0 Favorites   0 Comments

Color spaces of #875224

RGB 1358236
HSL0.080.580.34
HSV28°73°53°
CMYK 0.000.390.73   0.47
XYZ13.327411.31293.1502
Yxy11.31290.47960.4071
Hunter Lab33.634711.868217.9912
CIE-Lab40.102617.938735.3303

#875224 color RGB value is (135,82,36).

#875224 hex color red value is 135, green value is 82 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #875224 hue: 0.08 , saturation: 0.58 and the lightness value of 875224 is 0.34.

The process color (four color CMYK) of #875224 color hex is 0.00, 0.39, 0.73, 0.47. Web safe color of #875224 is #996633. Color #875224 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01010010 00100100
Octal 207 122 44
Decimal 135 82 36
Hex 87 52 24

RGB Percentages of Color #875224

%53.36
%32.41
%14.23

CMYK Percentages of Color #875224

%0
%39
%73
%47

Triadic Colors of #875224

#875224 #248752 #522487

Analogous Colors of #875224

#875224 #878424 #872427

Monochromatic Colors of #875224

#875224

Complementary Color

#875224 #245987

#875224 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#875224 Color Preview on White Background

Lorem ipsum dolor sit amet.

#875224 Color CSS Codes

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

#875224 Text Font Color

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

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


#875224 Background Color

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

This div background color is #875224


#875224 Border Color

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

This div border color is #875224


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #875224


Comments

No comments written yet.

Please login to write comment.