Color Hex Logo

#818059 Color Hex

#818059
(129,128,89)
0 Favorites   0 Comments

Color spaces of #818059

RGB 12912889
HSL0.160.180.43
HSV59°31°51°
CMYK 0.000.010.31   0.49
XYZ18.575620.826712.4921
Yxy20.82670.35790.4013
Hunter Lab45.6363-7.207615.7158
CIE-Lab52.7593-6.215921.3679

#818059 color RGB value is (129,128,89).

#818059 hex color red value is 129, green value is 128 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #818059 hue: 0.16 , saturation: 0.18 and the lightness value of 818059 is 0.43.

The process color (four color CMYK) of #818059 color hex is 0.00, 0.01, 0.31, 0.49. Web safe color of #818059 is #999966. Color #818059 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10000000 01011001
Octal 201 200 131
Decimal 129 128 89
Hex 81 80 59

RGB Percentages of Color #818059

%37.28
%36.99
%25.72

CMYK Percentages of Color #818059

%0
%1
%31
%49

Triadic Colors of #818059

#818059 #598180 #805981

Analogous Colors of #818059

#818059 #6e8159 #816c59

Monochromatic Colors of #818059

#818059

Complementary Color

#818059 #595a81

#818059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#818059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#818059 Color CSS Codes

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

#818059 Text Font Color

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

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


#818059 Background Color

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

This div background color is #818059


#818059 Border Color

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

This div border color is #818059


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #818059


Comments

No comments written yet.

Please login to write comment.