Color Hex Logo

#818d68 Color Hex

#818D68
(129,141,104)
0 Favorites   0 Comments

Color spaces of #818d68

RGB 129141104
HSL0.220.150.48
HSV79°26°55°
CMYK 0.090.000.26   0.45
XYZ21.076824.716416.7566
Yxy24.71640.33700.3951
Hunter Lab49.7156-11.327714.8173
CIE-Lab56.7980-11.145318.3360

#818d68 color RGB value is (129,141,104).

#818d68 hex color red value is 129, green value is 141 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #818d68 hue: 0.22 , saturation: 0.15 and the lightness value of 818d68 is 0.48.

The process color (four color CMYK) of #818d68 color hex is 0.09, 0.00, 0.26, 0.45. Web safe color of #818d68 is #999966. Color #818d68 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10001101 01101000
Octal 201 215 150
Decimal 129 141 104
Hex 81 8D 68

RGB Percentages of Color #818d68

%34.49
%37.70
%27.81

CMYK Percentages of Color #818d68

%9
%0
%26
%45

Triadic Colors of #818d68

#818d68 #68818d #8d6881

Analogous Colors of #818d68

#818d68 #6f8d68 #8d8768

Monochromatic Colors of #818d68

#818d68

Complementary Color

#818d68 #74688d

#818d68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#818d68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#818d68 Color CSS Codes

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

#818d68 Text Font Color

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

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


#818d68 Background Color

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

This div background color is #818d68


#818d68 Border Color

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

This div border color is #818d68


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,141,104, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #818d68; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #818d68;
  -webkit-box-shadow: 1px 1px 3px 2px #818d68;
  box-shadow:         1px 1px 3px 2px #818d68; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #818d68


Comments

No comments written yet.

Please login to write comment.