Color Hex Logo

#874956 Color Hex

#874956
(135,73,86)
0 Favorites   0 Comments

Color spaces of #874956

RGB 1357386
HSL0.970.300.41
HSV347°46°53°
CMYK 0.000.460.36   0.47
XYZ14.053910.587910.1070
Yxy10.58790.40440.3047
Hunter Lab32.539120.15244.3612
CIE-Lab38.877527.85574.0604

#874956 color RGB value is (135,73,86).

#874956 hex color red value is 135, green value is 73 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #874956 hue: 0.97 , saturation: 0.30 and the lightness value of 874956 is 0.41.

The process color (four color CMYK) of #874956 color hex is 0.00, 0.46, 0.36, 0.47. Web safe color of #874956 is #993366. Color #874956 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01001001 01010110
Octal 207 111 126
Decimal 135 73 86
Hex 87 49 56

RGB Percentages of Color #874956

%45.92
%24.83
%29.25

CMYK Percentages of Color #874956

%0
%46
%36
%47

Triadic Colors of #874956

#874956 #568749 #495687

Analogous Colors of #874956

#874956 #875b49 #874975

Monochromatic Colors of #874956

#874956

Complementary Color

#874956 #49877a

#874956 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874956 Color Preview on White Background

Lorem ipsum dolor sit amet.

#874956 Color CSS Codes

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

#874956 Text Font Color

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

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


#874956 Background Color

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

This div background color is #874956


#874956 Border Color

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

This div border color is #874956


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874956


Comments

No comments written yet.

Please login to write comment.