Color Hex Logo

#828e47 Color Hex

#828E47
(130,142,71)
0 Favorites   0 Comments

Color spaces of #828e47

RGB 13014271
HSL0.190.330.42
HSV70°50°56°
CMYK 0.080.000.50   0.44
XYZ20.016324.54689.6443
Yxy24.54680.36930.4528
Hunter Lab49.5447-14.588423.1400
CIE-Lab56.6312-15.589436.0736

#828e47 color RGB value is (130,142,71).

#828e47 hex color red value is 130, green value is 142 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #828e47 hue: 0.19 , saturation: 0.33 and the lightness value of 828e47 is 0.42.

The process color (four color CMYK) of #828e47 color hex is 0.08, 0.00, 0.50, 0.44. Web safe color of #828e47 is #999933. Color #828e47 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10001110 01000111
Octal 202 216 107
Decimal 130 142 71
Hex 82 8E 47

RGB Percentages of Color #828e47

%37.90
%41.40
%20.70

CMYK Percentages of Color #828e47

%8
%0
%50
%44

Triadic Colors of #828e47

#828e47 #47828e #8e4782

Analogous Colors of #828e47

#828e47 #5f8e47 #8e7747

Monochromatic Colors of #828e47

#828e47

Complementary Color

#828e47 #53478e

#828e47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828e47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#828e47 Color CSS Codes

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

#828e47 Text Font Color

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

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


#828e47 Background Color

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

This div background color is #828e47


#828e47 Border Color

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

This div border color is #828e47


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,142,71, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #828e47; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #828e47;
  -webkit-box-shadow: 1px 1px 3px 2px #828e47;
  box-shadow:         1px 1px 3px 2px #828e47; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828e47


Comments

No comments written yet.

Please login to write comment.