Color Hex Logo

#828771 Color Hex

#828771
(130,135,113)
0 Favorites   0 Comments

Color spaces of #828771

RGB 130135113
HSL0.200.090.49
HSV74°16°53°
CMYK 0.040.000.16   0.47
XYZ20.850523.266019.0146
Yxy23.26600.33030.3685
Hunter Lab48.2348-7.250710.3917
CIE-Lab55.3453-5.970411.2184

#828771 color RGB value is (130,135,113).

#828771 hex color red value is 130, green value is 135 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #828771 hue: 0.20 , saturation: 0.09 and the lightness value of 828771 is 0.49.

The process color (four color CMYK) of #828771 color hex is 0.04, 0.00, 0.16, 0.47. Web safe color of #828771 is #999966. Color #828771 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10000111 01110001
Octal 202 207 161
Decimal 130 135 113
Hex 82 87 71

RGB Percentages of Color #828771

%34.39
%35.71
%29.89

CMYK Percentages of Color #828771

%4
%0
%16
%47

Triadic Colors of #828771

#828771 #718287 #877182

Analogous Colors of #828771

#828771 #778771 #878171

Monochromatic Colors of #828771

#828771

Complementary Color

#828771 #767187

#828771 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828771 Color Preview on White Background

Lorem ipsum dolor sit amet.

#828771 Color CSS Codes

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

#828771 Text Font Color

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

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


#828771 Background Color

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

This div background color is #828771


#828771 Border Color

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

This div border color is #828771


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828771


Comments

No comments written yet.

Please login to write comment.