Color Hex Logo

#879252 Color Hex

#879252
(135,146,82)
0 Favorites   0 Comments

Color spaces of #879252

RGB 13514682
HSL0.200.280.45
HSV70°44°57°
CMYK 0.080.000.44   0.43
XYZ21.793526.317911.9139
Yxy26.31790.36310.4384
Hunter Lab51.3010-13.947022.1414
CIE-Lab58.3376-14.389032.5088

#879252 color RGB value is (135,146,82).

#879252 hex color red value is 135, green value is 146 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #879252 hue: 0.20 , saturation: 0.28 and the lightness value of 879252 is 0.45.

The process color (four color CMYK) of #879252 color hex is 0.08, 0.00, 0.44, 0.43. Web safe color of #879252 is #999966. Color #879252 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10010010 01010010
Octal 207 222 122
Decimal 135 146 82
Hex 87 92 52

RGB Percentages of Color #879252

%37.19
%40.22
%22.59

CMYK Percentages of Color #879252

%8
%0
%44
%43

Triadic Colors of #879252

#879252 #528792 #925287

Analogous Colors of #879252

#879252 #679252 #927d52

Monochromatic Colors of #879252

#879252

Complementary Color

#879252 #5d5292

#879252 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#879252 Color Preview on White Background

Lorem ipsum dolor sit amet.

#879252 Color CSS Codes

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

#879252 Text Font Color

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

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


#879252 Background Color

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

This div background color is #879252


#879252 Border Color

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

This div border color is #879252


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #879252


Comments

No comments written yet.

Please login to write comment.