Color Hex Logo

#874322 Color Hex

#874322
(135,67,34)
0 Favorites   0 Comments

Color spaces of #874322

RGB 1356734
HSL0.050.600.33
HSV20°75°53°
CMYK 0.000.500.75   0.47
XYZ12.28769.28072.6571
Yxy9.28070.50720.3831
Hunter Lab30.464218.684716.1537
CIE-Lab36.519226.444932.5391

#874322 color RGB value is (135,67,34).

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

The process color (four color CMYK) of #874322 color hex is 0.00, 0.50, 0.75, 0.47. Web safe color of #874322 is #993333. Color #874322 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01000011 00100010
Octal 207 103 42
Decimal 135 67 34
Hex 87 43 22

RGB Percentages of Color #874322

%57.20
%28.39
%14.41

CMYK Percentages of Color #874322

%0
%50
%75
%47

Triadic Colors of #874322

#874322 #228743 #432287

Analogous Colors of #874322

#874322 #877622 #872234

Monochromatic Colors of #874322

#874322

Complementary Color

#874322 #226687

#874322 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874322 Color Preview on White Background

Lorem ipsum dolor sit amet.

#874322 Color CSS Codes

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

#874322 Text Font Color

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

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


#874322 Background Color

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

This div background color is #874322


#874322 Border Color

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

This div border color is #874322


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874322


Comments

No comments written yet.

Please login to write comment.