Color Hex Logo

#878042 Color Hex

#878042
(135,128,66)
0 Favorites   0 Comments

Color spaces of #878042

RGB 13512866
HSL0.150.340.39
HSV54°51°53°
CMYK 0.000.050.51   0.47
XYZ18.694220.98268.2190
Yxy20.98260.39030.4381
Hunter Lab45.8068-7.314221.4265
CIE-Lab52.9304-6.337434.3210

#878042 color RGB value is (135,128,66).

#878042 hex color red value is 135, green value is 128 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #878042 hue: 0.15 , saturation: 0.34 and the lightness value of 878042 is 0.39.

The process color (four color CMYK) of #878042 color hex is 0.00, 0.05, 0.51, 0.47. Web safe color of #878042 is #999933. Color #878042 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10000000 01000010
Octal 207 200 102
Decimal 135 128 66
Hex 87 80 42

RGB Percentages of Color #878042

%41.03
%38.91
%20.06

CMYK Percentages of Color #878042

%0
%5
%51
%47

Triadic Colors of #878042

#878042 #428780 #804287

Analogous Colors of #878042

#878042 #6c8742 #875e42

Monochromatic Colors of #878042

#878042

Complementary Color

#878042 #424987

#878042 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#878042 Color Preview on White Background

Lorem ipsum dolor sit amet.

#878042 Color CSS Codes

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

#878042 Text Font Color

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

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


#878042 Background Color

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

This div background color is #878042


#878042 Border Color

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

This div border color is #878042


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #878042


Comments

No comments written yet.

Please login to write comment.