Color Hex Logo

#829f50 Color Hex

#829F50
(130,159,80)
0 Favorites   0 Comments

Color spaces of #829f50

RGB 13015980
HSL0.230.330.47
HSV82°50°62°
CMYK 0.180.000.50   0.38
XYZ23.052030.121312.1884
Yxy30.12130.35270.4608
Hunter Lab54.8829-21.071225.2509
CIE-Lab61.7587-23.354637.6782

#829f50 color RGB value is (130,159,80).

#829f50 hex color red value is 130, green value is 159 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #829f50 hue: 0.23 , saturation: 0.33 and the lightness value of 829f50 is 0.47.

The process color (four color CMYK) of #829f50 color hex is 0.18, 0.00, 0.50, 0.38. Web safe color of #829f50 is #999966. Color #829f50 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10011111 01010000
Octal 202 237 120
Decimal 130 159 80
Hex 82 9F 50

RGB Percentages of Color #829f50

%35.23
%43.09
%21.68

CMYK Percentages of Color #829f50

%18
%0
%50
%38

Triadic Colors of #829f50

#829f50 #50829f #9f5082

Analogous Colors of #829f50

#829f50 #5b9f50 #9f9550

Monochromatic Colors of #829f50

#829f50

Complementary Color

#829f50 #6d509f

#829f50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829f50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#829f50 Color CSS Codes

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

#829f50 Text Font Color

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

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


#829f50 Background Color

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

This div background color is #829f50


#829f50 Border Color

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

This div border color is #829f50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829f50

#829f50 Color Palettes


Comments

No comments written yet.

Please login to write comment.