Color Hex Logo

#874f39 Color Hex

#874F39
(135,79,57)
0 Favorites   0 Comments

Color spaces of #874f39

RGB 1357957
HSL0.050.410.38
HSV17°58°53°
CMYK 0.000.410.58   0.47
XYZ13.526211.03835.2886
Yxy11.03830.45310.3698
Hunter Lab33.223914.529413.8189
CIE-Lab39.644921.196522.9674

#874f39 color RGB value is (135,79,57).

#874f39 hex color red value is 135, green value is 79 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #874f39 hue: 0.05 , saturation: 0.41 and the lightness value of 874f39 is 0.38.

The process color (four color CMYK) of #874f39 color hex is 0.00, 0.41, 0.58, 0.47. Web safe color of #874f39 is #996633. Color #874f39 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01001111 00111001
Octal 207 117 71
Decimal 135 79 57
Hex 87 4F 39

RGB Percentages of Color #874f39

%49.82
%29.15
%21.03

CMYK Percentages of Color #874f39

%0
%41
%58
%47

Triadic Colors of #874f39

#874f39 #39874f #4f3987

Analogous Colors of #874f39

#874f39 #877639 #87394a

Monochromatic Colors of #874f39

#874f39

Complementary Color

#874f39 #397187

#874f39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874f39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#874f39 Color CSS Codes

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

#874f39 Text Font Color

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

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


#874f39 Background Color

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

This div background color is #874f39


#874f39 Border Color

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

This div border color is #874f39


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874f39


Comments

No comments written yet.

Please login to write comment.