Color Hex Logo

#829276 Color Hex

#829276
(130,146,118)
0 Favorites   0 Comments

Color spaces of #829276

RGB 130146118
HSL0.260.110.52
HSV94°19°57°
CMYK 0.110.000.19   0.43
XYZ22.754826.611621.0768
Yxy26.61160.32300.3778
Hunter Lab51.5864-11.539811.8862
CIE-Lab58.6131-11.141512.9491

#829276 color RGB value is (130,146,118).

#829276 hex color red value is 130, green value is 146 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #829276 hue: 0.26 , saturation: 0.11 and the lightness value of 829276 is 0.52.

The process color (four color CMYK) of #829276 color hex is 0.11, 0.00, 0.19, 0.43. Web safe color of #829276 is #999966. Color #829276 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10010010 01110110
Octal 202 222 166
Decimal 130 146 118
Hex 82 92 76

RGB Percentages of Color #829276

%32.99
%37.06
%29.95

CMYK Percentages of Color #829276

%11
%0
%19
%43

Triadic Colors of #829276

#829276 #768292 #927682

Analogous Colors of #829276

#829276 #769278 #909276

Monochromatic Colors of #829276

#829276

Complementary Color

#829276 #867692

#829276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#829276 Color CSS Codes

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

#829276 Text Font Color

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

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


#829276 Background Color

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

This div background color is #829276


#829276 Border Color

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

This div border color is #829276


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829276


Comments

No comments written yet.

Please login to write comment.