Color Hex Logo

#818450 Color Hex

#818450
(129,132,80)
0 Favorites   0 Comments

Color spaces of #818450

RGB 12913280
HSL0.180.250.42
HSV63°39°52°
CMYK 0.020.000.39   0.48
XYZ18.752521.748810.7990
Yxy21.74880.36550.4240
Hunter Lab46.6356-9.836218.9157
CIE-Lab53.7595-9.608727.6976

#818450 color RGB value is (129,132,80).

#818450 hex color red value is 129, green value is 132 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #818450 hue: 0.18 , saturation: 0.25 and the lightness value of 818450 is 0.42.

The process color (four color CMYK) of #818450 color hex is 0.02, 0.00, 0.39, 0.48. Web safe color of #818450 is #999966. Color #818450 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10000100 01010000
Octal 201 204 120
Decimal 129 132 80
Hex 81 84 50

RGB Percentages of Color #818450

%37.83
%38.71
%23.46

CMYK Percentages of Color #818450

%2
%0
%39
%48

Triadic Colors of #818450

#818450 #508184 #845081

Analogous Colors of #818450

#818450 #678450 #846d50

Monochromatic Colors of #818450

#818450

Complementary Color

#818450 #535084

#818450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#818450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#818450 Color CSS Codes

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

#818450 Text Font Color

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

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


#818450 Background Color

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

This div background color is #818450


#818450 Border Color

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

This div border color is #818450


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,132,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 #818450">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #818450


Comments

No comments written yet.

Please login to write comment.