Color Hex Logo

#874223 Color Hex

#874223
(135,66,35)
0 Favorites   0 Comments

Color spaces of #874223

RGB 1356635
HSL0.050.590.33
HSV19°74°53°
CMYK 0.000.510.74   0.47
XYZ12.24339.16872.7145
Yxy9.16870.50750.3800
Hunter Lab30.279919.184615.8807
CIE-Lab36.307127.055131.7586

#874223 color RGB value is (135,66,35).

#874223 hex color red value is 135, green value is 66 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #874223 hue: 0.05 , saturation: 0.59 and the lightness value of 874223 is 0.33.

The process color (four color CMYK) of #874223 color hex is 0.00, 0.51, 0.74, 0.47. Web safe color of #874223 is #993333. Color #874223 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01000010 00100011
Octal 207 102 43
Decimal 135 66 35
Hex 87 42 23

RGB Percentages of Color #874223

%57.20
%27.97
%14.83

CMYK Percentages of Color #874223

%0
%51
%74
%47

Triadic Colors of #874223

#874223 #238742 #422387

Analogous Colors of #874223

#874223 #877423 #872336

Monochromatic Colors of #874223

#874223

Complementary Color

#874223 #236887

#874223 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874223 Color Preview on White Background

Lorem ipsum dolor sit amet.

#874223 Color CSS Codes

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

#874223 Text Font Color

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

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


#874223 Background Color

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

This div background color is #874223


#874223 Border Color

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

This div border color is #874223


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874223


Comments

No comments written yet.

Please login to write comment.