Color Hex Logo

#874f15 Color Hex

#874F15
(135,79,21)
0 Favorites   0 Comments

Color spaces of #874f15

RGB 1357921
HSL0.080.730.31
HSV31°84°53°
CMYK 0.000.410.84   0.47
XYZ12.923010.79702.1124
Yxy10.79700.50030.4180
Hunter Lab32.858812.699219.1896
CIE-Lab39.236419.017641.4947

#874f15 color RGB value is (135,79,21).

#874f15 hex color red value is 135, green value is 79 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #874f15 hue: 0.08 , saturation: 0.73 and the lightness value of 874f15 is 0.31.

The process color (four color CMYK) of #874f15 color hex is 0.00, 0.41, 0.84, 0.47. Web safe color of #874f15 is #996600. Color #874f15 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01001111 00010101
Octal 207 117 25
Decimal 135 79 21
Hex 87 4F 15

RGB Percentages of Color #874f15

%57.45
%33.62
%8.94

CMYK Percentages of Color #874f15

%0
%41
%84
%47

Triadic Colors of #874f15

#874f15 #15874f #4f1587

Analogous Colors of #874f15

#874f15 #868715 #871615

Monochromatic Colors of #874f15

#874f15

Complementary Color

#874f15 #154d87

#874f15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874f15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#874f15 Color CSS Codes

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

#874f15 Text Font Color

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

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


#874f15 Background Color

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

This div background color is #874f15


#874f15 Border Color

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

This div border color is #874f15


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,79,21, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #874f15; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #874f15;
  -webkit-box-shadow: 1px 1px 3px 2px #874f15;
  box-shadow:         1px 1px 3px 2px #874f15; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874f15


Comments

No comments written yet.

Please login to write comment.