Color Hex Logo

#828871 Color Hex

#828871
(130,136,113)
0 Favorites   0 Comments

Color spaces of #828871

RGB 130136113
HSL0.210.090.49
HSV76°17°53°
CMYK 0.040.000.17   0.47
XYZ20.990723.546419.0614
Yxy23.54640.33010.3702
Hunter Lab48.5246-7.702910.6770
CIE-Lab55.6307-6.526511.6189

#828871 color RGB value is (130,136,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10001000 01110001
Octal 202 210 161
Decimal 130 136 113
Hex 82 88 71

RGB Percentages of Color #828871

%34.30
%35.88
%29.82

CMYK Percentages of Color #828871

%4
%0
%17
%47

Triadic Colors of #828871

#828871 #718288 #887182

Analogous Colors of #828871

#828871 #778871 #888371

Monochromatic Colors of #828871

#828871

Complementary Color

#828871 #777188

#828871 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828871 Color Preview on White Background

Lorem ipsum dolor sit amet.

#828871 Color CSS Codes

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

#828871 Text Font Color

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

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


#828871 Background Color

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

This div background color is #828871


#828871 Border Color

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

This div border color is #828871


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828871


Comments

No comments written yet.

Please login to write comment.