Color Hex Logo

#829b7a Color Hex

#829B7A
(130,155,122)
0 Favorites   0 Comments

Color spaces of #829b7a

RGB 130155122
HSL0.290.140.54
HSV105°21°61°
CMYK 0.160.000.21   0.39
XYZ24.440129.593722.8364
Yxy29.59370.31790.3850
Hunter Lab54.4001-15.006213.1909
CIE-Lab61.3021-15.249014.4513

#829b7a color RGB value is (130,155,122).

#829b7a hex color red value is 130, green value is 155 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #829b7a hue: 0.29 , saturation: 0.14 and the lightness value of 829b7a is 0.54.

The process color (four color CMYK) of #829b7a color hex is 0.16, 0.00, 0.21, 0.39. Web safe color of #829b7a is #999966. Color #829b7a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10011011 01111010
Octal 202 233 172
Decimal 130 155 122
Hex 82 9B 7A

RGB Percentages of Color #829b7a

%31.94
%38.08
%29.98

CMYK Percentages of Color #829b7a

%16
%0
%21
%39

Triadic Colors of #829b7a

#829b7a #7a829b #9b7a82

Analogous Colors of #829b7a

#829b7a #7a9b83 #939b7a

Monochromatic Colors of #829b7a

#829b7a

Complementary Color

#829b7a #937a9b

#829b7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829b7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#829b7a Color CSS Codes

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

#829b7a Text Font Color

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

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


#829b7a Background Color

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

This div background color is #829b7a


#829b7a Border Color

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

This div border color is #829b7a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,155,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #829b7a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #829b7a;
  -webkit-box-shadow: 1px 1px 3px 2px #829b7a;
  box-shadow:         1px 1px 3px 2px #829b7a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829b7a


Comments

No comments written yet.

Please login to write comment.