Color Hex Logo

#828978 Color Hex

#828978
(130,137,120)
0 Favorites   0 Comments

Color spaces of #828978

RGB 130137120
HSL0.240.070.50
HSV85°12°54°
CMYK 0.050.000.12   0.46
XYZ21.541723.993221.2651
Yxy23.99320.32250.3592
Hunter Lab48.9829-7.21928.5482
CIE-Lab56.0810-5.84558.2399

#828978 color RGB value is (130,137,120).

#828978 hex color red value is 130, green value is 137 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #828978 hue: 0.24 , saturation: 0.07 and the lightness value of 828978 is 0.50.

The process color (four color CMYK) of #828978 color hex is 0.05, 0.00, 0.12, 0.46. Web safe color of #828978 is #999966. Color #828978 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10001001 01111000
Octal 202 211 170
Decimal 130 137 120
Hex 82 89 78

RGB Percentages of Color #828978

%33.59
%35.40
%31.01

CMYK Percentages of Color #828978

%5
%0
%12
%46

Triadic Colors of #828978

#828978 #788289 #897882

Analogous Colors of #828978

#828978 #7a8978 #898878

Monochromatic Colors of #828978

#828978

Complementary Color

#828978 #7f7889

#828978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#828978 Color CSS Codes

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

#828978 Text Font Color

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

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


#828978 Background Color

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

This div background color is #828978


#828978 Border Color

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

This div border color is #828978


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828978


Comments

No comments written yet.

Please login to write comment.