Color Hex Logo

#829665 Color Hex

#829665
(130,150,101)
0 Favorites   0 Comments

Color spaces of #829665

RGB 130150101
HSL0.230.200.49
HSV84°33°59°
CMYK 0.130.000.33   0.41
XYZ22.461227.498116.4358
Yxy27.49810.33830.4142
Hunter Lab52.4386-15.310118.1238
CIE-Lab59.4326-16.014923.5666

#829665 color RGB value is (130,150,101).

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

The process color (four color CMYK) of #829665 color hex is 0.13, 0.00, 0.33, 0.41. Web safe color of #829665 is #999966. Color #829665 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10010110 01100101
Octal 202 226 145
Decimal 130 150 101
Hex 82 96 65

RGB Percentages of Color #829665

%34.12
%39.37
%26.51

CMYK Percentages of Color #829665

%13
%0
%33
%41

Triadic Colors of #829665

#829665 #658296 #966582

Analogous Colors of #829665

#829665 #6a9665 #969265

Monochromatic Colors of #829665

#829665

Complementary Color

#829665 #796596

#829665 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829665 Color Preview on White Background

Lorem ipsum dolor sit amet.

#829665 Color CSS Codes

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

#829665 Text Font Color

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

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


#829665 Background Color

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

This div background color is #829665


#829665 Border Color

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

This div border color is #829665


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829665


Comments

No comments written yet.

Please login to write comment.