Color Hex Logo

#828862 Color Hex

#828862
(130,136,98)
0 Favorites   0 Comments

Color spaces of #828862

RGB 13013698
HSL0.190.160.46
HSV69°28°53°
CMYK 0.040.000.28   0.47
XYZ20.214723.236014.9748
Yxy23.23600.34600.3977
Hunter Lab48.2037-9.500815.3238
CIE-Lab55.3146-8.935019.7204

#828862 color RGB value is (130,136,98).

#828862 hex color red value is 130, green value is 136 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #828862 hue: 0.19 , saturation: 0.16 and the lightness value of 828862 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10001000 01100010
Octal 202 210 142
Decimal 130 136 98
Hex 82 88 62

RGB Percentages of Color #828862

%35.71
%37.36
%26.92

CMYK Percentages of Color #828862

%4
%0
%28
%47

Triadic Colors of #828862

#828862 #628288 #886282

Analogous Colors of #828862

#828862 #6f8862 #887b62

Monochromatic Colors of #828862

#828862

Complementary Color

#828862 #686288

#828862 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828862 Color Preview on White Background

Lorem ipsum dolor sit amet.

#828862 Color CSS Codes

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

#828862 Text Font Color

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

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


#828862 Background Color

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

This div background color is #828862


#828862 Border Color

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

This div border color is #828862


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828862


Comments

No comments written yet.

Please login to write comment.