Color Hex Logo

#828872 Color Hex

#828872
(130,136,114)
0 Favorites   0 Comments

Color spaces of #828872

RGB 130136114
HSL0.210.090.49
HSV76°16°53°
CMYK 0.040.000.16   0.47
XYZ21.047323.569119.3596
Yxy23.56910.32900.3684
Hunter Lab48.5480-7.572910.3404
CIE-Lab55.6538-6.354311.0782

#828872 color RGB value is (130,136,114).

#828872 hex color red value is 130, green value is 136 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #828872 hue: 0.21 , saturation: 0.09 and the lightness value of 828872 is 0.49.

The process color (four color CMYK) of #828872 color hex is 0.04, 0.00, 0.16, 0.47. Web safe color of #828872 is #999966. Color #828872 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10001000 01110010
Octal 202 210 162
Decimal 130 136 114
Hex 82 88 72

RGB Percentages of Color #828872

%34.21
%35.79
%30.00

CMYK Percentages of Color #828872

%4
%0
%16
%47

Triadic Colors of #828872

#828872 #728288 #887282

Analogous Colors of #828872

#828872 #778872 #888372

Monochromatic Colors of #828872

#828872

Complementary Color

#828872 #787288

#828872 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828872 Color Preview on White Background

Lorem ipsum dolor sit amet.

#828872 Color CSS Codes

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

#828872 Text Font Color

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

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


#828872 Background Color

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

This div background color is #828872


#828872 Border Color

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

This div border color is #828872


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,136,114, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #828872; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #828872;
  -webkit-box-shadow: 1px 1px 3px 2px #828872;
  box-shadow:         1px 1px 3px 2px #828872; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,136,114, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828872


Comments

No comments written yet.

Please login to write comment.