Color Hex Logo

#828766 Color Hex

#828766
(130,135,102)
0 Favorites   0 Comments

Color spaces of #828766

RGB 130135102
HSL0.190.140.46
HSV69°24°53°
CMYK 0.040.000.24   0.47
XYZ20.268223.033115.9480
Yxy23.03310.34210.3887
Hunter Lab47.9928-8.603813.8929
CIE-Lab55.1064-7.774617.1718

#828766 color RGB value is (130,135,102).

#828766 hex color red value is 130, green value is 135 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #828766 hue: 0.19 , saturation: 0.14 and the lightness value of 828766 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10000111 01100110
Octal 202 207 146
Decimal 130 135 102
Hex 82 87 66

RGB Percentages of Color #828766

%35.42
%36.78
%27.79

CMYK Percentages of Color #828766

%4
%0
%24
%47

Triadic Colors of #828766

#828766 #668287 #876682

Analogous Colors of #828766

#828766 #728766 #877c66

Monochromatic Colors of #828766

#828766

Complementary Color

#828766 #6b6687

#828766 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828766 Color Preview on White Background

Lorem ipsum dolor sit amet.

#828766 Color CSS Codes

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

#828766 Text Font Color

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

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


#828766 Background Color

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

This div background color is #828766


#828766 Border Color

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

This div border color is #828766


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828766


Comments

No comments written yet.

Please login to write comment.