Color Hex Logo

#828851 Color Hex

#828851
(130,136,81)
0 Favorites   0 Comments

Color spaces of #828851

RGB 13013681
HSL0.180.250.43
HSV67°40°53°
CMYK 0.040.000.40   0.47
XYZ19.495322.948211.1865
Yxy22.94820.36350.4279
Hunter Lab47.9043-11.189519.6877
CIE-Lab55.0189-11.243928.7748

#828851 color RGB value is (130,136,81).

#828851 hex color red value is 130, green value is 136 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #828851 hue: 0.18 , saturation: 0.25 and the lightness value of 828851 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10001000 01010001
Octal 202 210 121
Decimal 130 136 81
Hex 82 88 51

RGB Percentages of Color #828851

%37.46
%39.19
%23.34

CMYK Percentages of Color #828851

%4
%0
%40
%47

Triadic Colors of #828851

#828851 #518288 #885182

Analogous Colors of #828851

#828851 #678851 #887351

Monochromatic Colors of #828851

#828851

Complementary Color

#828851 #575188

#828851 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828851 Color Preview on White Background

Lorem ipsum dolor sit amet.

#828851 Color CSS Codes

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

#828851 Text Font Color

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

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


#828851 Background Color

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

This div background color is #828851


#828851 Border Color

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

This div border color is #828851


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828851


Comments

No comments written yet.

Please login to write comment.