Color Hex Logo

#878149 Color Hex

#878149
(135,129,73)
0 Favorites   0 Comments

Color spaces of #878149

RGB 13512973
HSL0.150.300.41
HSV54°46°53°
CMYK 0.000.040.46   0.47
XYZ19.044521.33249.4172
Yxy21.33240.38250.4284
Hunter Lab46.1870-7.225620.2421
CIE-Lab53.3114-6.174331.0552

#878149 color RGB value is (135,129,73).

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

The process color (four color CMYK) of #878149 color hex is 0.00, 0.04, 0.46, 0.47. Web safe color of #878149 is #999933. Color #878149 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10000001 01001001
Octal 207 201 111
Decimal 135 129 73
Hex 87 81 49

RGB Percentages of Color #878149

%40.06
%38.28
%21.66

CMYK Percentages of Color #878149

%0
%4
%46
%47

Triadic Colors of #878149

#878149 #498781 #814987

Analogous Colors of #878149

#878149 #6e8749 #876249

Monochromatic Colors of #878149

#878149

Complementary Color

#878149 #494f87

#878149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#878149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#878149 Color CSS Codes

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

#878149 Text Font Color

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

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


#878149 Background Color

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

This div background color is #878149


#878149 Border Color

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

This div border color is #878149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #878149


Comments

No comments written yet.

Please login to write comment.