Color Hex Logo

#828464 Color Hex

#828464
(130,132,100)
0 Favorites   0 Comments

Color spaces of #828464

RGB 130132100
HSL0.180.140.45
HSV64°24°52°
CMYK 0.020.000.24   0.48
XYZ19.757422.168515.2942
Yxy22.16850.34530.3874
Hunter Lab47.0834-7.492913.6991
CIE-Lab54.2053-6.421417.0791

#828464 color RGB value is (130,132,100).

#828464 hex color red value is 130, green value is 132 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #828464 hue: 0.18 , saturation: 0.14 and the lightness value of 828464 is 0.45.

The process color (four color CMYK) of #828464 color hex is 0.02, 0.00, 0.24, 0.48. Web safe color of #828464 is #999966. Color #828464 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10000100 01100100
Octal 202 204 144
Decimal 130 132 100
Hex 82 84 64

RGB Percentages of Color #828464

%35.91
%36.46
%27.62

CMYK Percentages of Color #828464

%2
%0
%24
%48

Triadic Colors of #828464

#828464 #648284 #846482

Analogous Colors of #828464

#828464 #728464 #847664

Monochromatic Colors of #828464

#828464

Complementary Color

#828464 #666484

#828464 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828464 Color Preview on White Background

Lorem ipsum dolor sit amet.

#828464 Color CSS Codes

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

#828464 Text Font Color

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

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


#828464 Background Color

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

This div background color is #828464


#828464 Border Color

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

This div border color is #828464


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,132,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 #828464">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828464


Comments

No comments written yet.

Please login to write comment.