Color Hex Logo

#828570 Color Hex

#828570
(130,133,112)
0 Favorites   0 Comments

Color spaces of #828570

RGB 130133112
HSL0.190.090.48
HSV69°16°52°
CMYK 0.020.000.16   0.48
XYZ20.518122.690718.6276
Yxy22.69070.33180.3669
Hunter Lab47.6348-6.474110.1589
CIE-Lab54.7523-5.025610.9597

#828570 color RGB value is (130,133,112).

#828570 hex color red value is 130, green value is 133 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #828570 hue: 0.19 , saturation: 0.09 and the lightness value of 828570 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10000101 01110000
Octal 202 205 160
Decimal 130 133 112
Hex 82 85 70

RGB Percentages of Color #828570

%34.67
%35.47
%29.87

CMYK Percentages of Color #828570

%2
%0
%16
%48

Triadic Colors of #828570

#828570 #708285 #857082

Analogous Colors of #828570

#828570 #788570 #857e70

Monochromatic Colors of #828570

#828570

Complementary Color

#828570 #737085

#828570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#828570 Color CSS Codes

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

#828570 Text Font Color

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

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


#828570 Background Color

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

This div background color is #828570


#828570 Border Color

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

This div border color is #828570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828570


Comments

No comments written yet.

Please login to write comment.