Color Hex Logo

#874721 Color Hex

#874721
(135,71,33)
0 Favorites   0 Comments

Color spaces of #874721

RGB 1357133
HSL0.060.610.33
HSV22°76°53°
CMYK 0.000.470.76   0.47
XYZ12.51949.76722.6643
Yxy9.76720.50180.3915
Hunter Lab31.252516.813116.8222
CIE-Lab37.421324.136434.0421

#874721 color RGB value is (135,71,33).

#874721 hex color red value is 135, green value is 71 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #874721 hue: 0.06 , saturation: 0.61 and the lightness value of 874721 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01000111 00100001
Octal 207 107 41
Decimal 135 71 33
Hex 87 47 21

RGB Percentages of Color #874721

%56.49
%29.71
%13.81

CMYK Percentages of Color #874721

%0
%47
%76
%47

Triadic Colors of #874721

#874721 #218747 #472187

Analogous Colors of #874721

#874721 #877a21 #87212e

Monochromatic Colors of #874721

#874721

Complementary Color

#874721 #216187

#874721 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874721 Color Preview on White Background

Lorem ipsum dolor sit amet.

#874721 Color CSS Codes

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

#874721 Text Font Color

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

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


#874721 Background Color

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

This div background color is #874721


#874721 Border Color

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

This div border color is #874721


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874721


Comments

No comments written yet.

Please login to write comment.