Color Hex Logo

#828179 Color Hex

#828179
(130,129,121)
0 Favorites   0 Comments

Color spaces of #828179

RGB 130129121
HSL0.150.040.49
HSV53°51°
CMYK 0.000.010.07   0.49
XYZ20.507421.826821.2213
Yxy21.82680.32270.3434
Hunter Lab46.7192-3.40595.7720
CIE-Lab53.8428-1.15724.4606

#828179 color RGB value is (130,129,121).

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

The process color (four color CMYK) of #828179 color hex is 0.00, 0.01, 0.07, 0.49. Web safe color of #828179 is #999966. Color #828179 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10000001 01111001
Octal 202 201 171
Decimal 130 129 121
Hex 82 81 79

RGB Percentages of Color #828179

%34.21
%33.95
%31.84

CMYK Percentages of Color #828179

%0
%1
%7
%49

Triadic Colors of #828179

#828179 #798281 #817982

Analogous Colors of #828179

#828179 #7f8279 #827d79

Monochromatic Colors of #828179

#828179

Complementary Color

#828179 #797a82

#828179 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828179 Color Preview on White Background

Lorem ipsum dolor sit amet.

#828179 Color CSS Codes

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

#828179 Text Font Color

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

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


#828179 Background Color

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

This div background color is #828179


#828179 Border Color

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

This div border color is #828179


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828179


Comments

No comments written yet.

Please login to write comment.