Color Hex Logo

#818561 Color Hex

#818561
(129,133,97)
0 Favorites   0 Comments

Color spaces of #818561

RGB 12913397
HSL0.190.160.45
HSV67°27°52°
CMYK 0.030.000.27   0.48
XYZ19.598522.305314.5817
Yxy22.30530.34700.3949
Hunter Lab47.2285-8.577314.7543
CIE-Lab54.3494-7.838818.9677

#818561 color RGB value is (129,133,97).

#818561 hex color red value is 129, green value is 133 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #818561 hue: 0.19 , saturation: 0.16 and the lightness value of 818561 is 0.45.

The process color (four color CMYK) of #818561 color hex is 0.03, 0.00, 0.27, 0.48. Web safe color of #818561 is #999966. Color #818561 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10000101 01100001
Octal 201 205 141
Decimal 129 133 97
Hex 81 85 61

RGB Percentages of Color #818561

%35.93
%37.05
%27.02

CMYK Percentages of Color #818561

%3
%0
%27
%48

Triadic Colors of #818561

#818561 #618185 #856181

Analogous Colors of #818561

#818561 #6f8561 #857761

Monochromatic Colors of #818561

#818561

Complementary Color

#818561 #656185

#818561 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#818561 Color Preview on White Background

Lorem ipsum dolor sit amet.

#818561 Color CSS Codes

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

#818561 Text Font Color

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

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


#818561 Background Color

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

This div background color is #818561


#818561 Border Color

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

This div border color is #818561


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #818561


Comments

No comments written yet.

Please login to write comment.