Color Hex Logo

#81a377 Color Hex

#81A377
(129,163,119)
0 Favorites   0 Comments

Color spaces of #81a377

RGB 129163119
HSL0.300.190.55
HSV106°27°64°
CMYK 0.210.000.27   0.36
XYZ25.480232.193422.3238
Yxy32.19340.31850.4024
Hunter Lab56.7392-19.133716.3901
CIE-Lab63.5024-20.285419.1408

#81a377 color RGB value is (129,163,119).

#81a377 hex color red value is 129, green value is 163 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #81a377 hue: 0.30 , saturation: 0.19 and the lightness value of 81a377 is 0.55.

The process color (four color CMYK) of #81a377 color hex is 0.21, 0.00, 0.27, 0.36. Web safe color of #81a377 is #999966. Color #81a377 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10100011 01110111
Octal 201 243 167
Decimal 129 163 119
Hex 81 A3 77

RGB Percentages of Color #81a377

%31.39
%39.66
%28.95

CMYK Percentages of Color #81a377

%21
%0
%27
%36

Triadic Colors of #81a377

#81a377 #7781a3 #a37781

Analogous Colors of #81a377

#81a377 #77a383 #97a377

Monochromatic Colors of #81a377

#81a377

Complementary Color

#81a377 #9977a3

#81a377 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81a377 Color Preview on White Background

Lorem ipsum dolor sit amet.

#81a377 Color CSS Codes

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

#81a377 Text Font Color

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

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


#81a377 Background Color

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

This div background color is #81a377


#81a377 Border Color

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

This div border color is #81a377


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,163,119, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #81a377; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #81a377;
  -webkit-box-shadow: 1px 1px 3px 2px #81a377;
  box-shadow:         1px 1px 3px 2px #81a377; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81a377


Comments

No comments written yet.

Please login to write comment.