Color Hex Logo

#818242 Color Hex

#818242
(129,130,66)
0 Favorites   0 Comments

Color spaces of #818242

RGB 12913066
HSL0.170.330.38
HSV61°49°51°
CMYK 0.010.000.49   0.49
XYZ18.019321.02578.2629
Yxy21.02570.38090.4444
Hunter Lab45.8538-10.098521.4135
CIE-Lab52.9776-10.082834.2521

#818242 color RGB value is (129,130,66).

#818242 hex color red value is 129, green value is 130 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #818242 hue: 0.17 , saturation: 0.33 and the lightness value of 818242 is 0.38.

The process color (four color CMYK) of #818242 color hex is 0.01, 0.00, 0.49, 0.49. Web safe color of #818242 is #999933. Color #818242 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10000010 01000010
Octal 201 202 102
Decimal 129 130 66
Hex 81 82 42

RGB Percentages of Color #818242

%39.69
%40.00
%20.31

CMYK Percentages of Color #818242

%1
%0
%49
%49

Triadic Colors of #818242

#818242 #428182 #824281

Analogous Colors of #818242

#818242 #618242 #826342

Monochromatic Colors of #818242

#818242

Complementary Color

#818242 #434282

#818242 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#818242 Color Preview on White Background

Lorem ipsum dolor sit amet.

#818242 Color CSS Codes

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

#818242 Text Font Color

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

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


#818242 Background Color

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

This div background color is #818242


#818242 Border Color

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

This div border color is #818242


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #818242


Comments

No comments written yet.

Please login to write comment.