Color Hex Logo

#828379 Color Hex

#828379
(130,131,121)
0 Favorites   0 Comments

Color spaces of #828379

RGB 130131121
HSL0.180.040.49
HSV66°51°
CMYK 0.010.000.08   0.49
XYZ20.773422.358921.3100
Yxy22.35890.32240.3470
Hunter Lab47.2852-4.33026.3794
CIE-Lab54.4058-2.29295.2699

#828379 color RGB value is (130,131,121).

#828379 hex color red value is 130, green value is 131 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #828379 hue: 0.18 , saturation: 0.04 and the lightness value of 828379 is 0.49.

The process color (four color CMYK) of #828379 color hex is 0.01, 0.00, 0.08, 0.49. Web safe color of #828379 is #999966. Color #828379 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10000011 01111001
Octal 202 203 171
Decimal 130 131 121
Hex 82 83 79

RGB Percentages of Color #828379

%34.03
%34.29
%31.68

CMYK Percentages of Color #828379

%1
%0
%8
%49

Triadic Colors of #828379

#828379 #798283 #837982

Analogous Colors of #828379

#828379 #7d8379 #837f79

Monochromatic Colors of #828379

#828379

Complementary Color

#828379 #7a7983

#828379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#828379 Color CSS Codes

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

#828379 Text Font Color

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

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


#828379 Background Color

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

This div background color is #828379


#828379 Border Color

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

This div border color is #828379


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828379


Comments

No comments written yet.

Please login to write comment.