Color Hex Logo

#828864 Color Hex

#828864
(130,136,100)
0 Favorites   0 Comments

Color spaces of #828864

RGB 130136100
HSL0.190.150.46
HSV70°26°53°
CMYK 0.040.000.26   0.47
XYZ20.310323.274215.4785
Yxy23.27420.34390.3941
Hunter Lab48.2433-9.277914.7476
CIE-Lab55.3537-8.633618.6430

#828864 color RGB value is (130,136,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10001000 01100100
Octal 202 210 144
Decimal 130 136 100
Hex 82 88 64

RGB Percentages of Color #828864

%35.52
%37.16
%27.32

CMYK Percentages of Color #828864

%4
%0
%26
%47

Triadic Colors of #828864

#828864 #648288 #886482

Analogous Colors of #828864

#828864 #708864 #887c64

Monochromatic Colors of #828864

#828864

Complementary Color

#828864 #6a6488

#828864 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828864 Color Preview on White Background

Lorem ipsum dolor sit amet.

#828864 Color CSS Codes

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

#828864 Text Font Color

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

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


#828864 Background Color

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

This div background color is #828864


#828864 Border Color

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

This div border color is #828864


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828864


Comments

No comments written yet.

Please login to write comment.