Color Hex Logo

#874116 Color Hex

#874116
(135,65,22)
0 Favorites   0 Comments

Color spaces of #874116

RGB 1356522
HSL0.060.720.31
HSV23°84°53°
CMYK 0.000.520.84   0.47
XYZ12.02688.98941.8603
Yxy8.98940.52570.3930
Hunter Lab29.982319.132617.3089
CIE-Lab35.963927.037138.0814

#874116 color RGB value is (135,65,22).

#874116 hex color red value is 135, green value is 65 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #874116 hue: 0.06 , saturation: 0.72 and the lightness value of 874116 is 0.31.

The process color (four color CMYK) of #874116 color hex is 0.00, 0.52, 0.84, 0.47. Web safe color of #874116 is #993300. Color #874116 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01000001 00010110
Octal 207 101 26
Decimal 135 65 22
Hex 87 41 16

RGB Percentages of Color #874116

%60.81
%29.28
%9.91

CMYK Percentages of Color #874116

%0
%52
%84
%47

Triadic Colors of #874116

#874116 #168741 #411687

Analogous Colors of #874116

#874116 #877a16 #871624

Monochromatic Colors of #874116

#874116

Complementary Color

#874116 #165c87

#874116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#874116 Color CSS Codes

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

#874116 Text Font Color

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

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


#874116 Background Color

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

This div background color is #874116


#874116 Border Color

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

This div border color is #874116


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874116


Comments

No comments written yet.

Please login to write comment.