COLOR #81A472

HEX: #81A472
RGB: (129,164,114)

Color info

#81A472 contains red, green and blue colors in about the same proportion. Web safe color of #81A472 is #999966 (or #996).

RGB color model

#81A472 color RGB value is (129,164,114).

  • red value is 129;
  • green value is 164;
  • blue value is 114.
RGB:
(129,164,114)
(51%,64%,45%)

RGB channels and saturation

R 129 of 255 = 51%
G 164 of 255 = 64%
B 114 of 255 = 45%

129
164
114

R + G + B ~ 53%. #81A472 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 164 + 114 = 407 (100%)
R 129 of 407 ~ 31.7%
G 164 of 407 ~ 40.29%
B 114 of 407 ~ 28.01%

%31.7
%40.29
%28.01

CMYK color model

#81A472 color CMYK value is (21,0,30,36).

  • cyan value is 21.34%
  • magenta value is 0.00%
  • yellow value is 30.49%
  • key color value is 35.69%
CMYK:
(21,0,30,36)
C21M0Y30K36 
(21%,0%,30%,36%)
(0.21/0.00/0.30/0.36)	

CMYK percentages

%21.34
%0
%30.49
%35.69

Codes

Color #81A472 in popluar color models

81A472
RGB129164114
HSL102°21.55%54.51%
HSB/HSV102°30.49%64.31%
CMYK21.34%0.00%30.49%
35.69%

Color #81A472 in popluar number systems.

HEX81A472
Decimal129164114
Binary10000001101001001110010
Octal201244162

Shades and tints

Shades of #81A472

#81A472
(129,164,114)
#769668
(118,150,104)
#6B885E
(107,136,94)
#607A54
(96,122,84)
#556C4A
(85,108,74)
#4A5E40
(74,94,64)
#3F5036
(63,80,54)
#34422C
(52,66,44)
#293422
(41,52,34)
#1E2618
(30,38,24)
#13180E
(19,24,14)
#000000
(0,0,0)

Tints of #81A472

#81A472
(129,164,114)
#8CAC7E
(140,172,126)
#97B48A
(151,180,138)
#A2BC96
(162,188,150)
#ADC4A2
(173,196,162)
#B8CCAE
(184,204,174)
#C3D4BA
(195,212,186)
#CEDCC6
(206,220,198)
#D9E4D2
(217,228,210)
#E4ECDE
(228,236,222)
#EFF4EA
(239,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81A472 color. Also use rgb(129,164,114) instead hex code.

Text Font Color

.myTextColor { color: #81A472; }

<p style="color:#81A472">This sample text font color is #81A472.</p>

This text font color is #81A472.


Background Color

.myBgColor { background-color: #81A472; }

<div style="background-color:#81A472">Inner text</div>

This div background color is #81A472.


Border color

.myBorderColor { border: 1px solid #81A472; }

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

This div border color is #81A472.


Opacity

.myOpacity80 { color: #81A472; opacity: 0.8; }

<p style="color:#81A472;opacity:0.8;">80%</p>

Text with #81A472 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #81A472;}

<p style="text-shadow: 3px 3px 1px #81A472">Text here.</p>

This text has shadow with #81A472 color.

.textShadow {text-shadow: 3px 3px 1px #81A472, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #81A472, 5px 5px 20px red">Text here.</p>

This text has shadow with #81A472 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#81A472, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#81A472, Direction=45, Strength=4)">Text</p>

This text has shadow with #81A472 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #81A472;
  -webkit-box-shadow:	1px 1px 3px 2px #81A472;
  box-shadow:		1px 1px 3px 2px #81A472;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #81A472;
-webkit-box-shadow: 1px 1px 3px 2px #81A472;
box-shadow:1px 1px 3px 2px #81A472;">
Div content here</div>
This div box has shadow with color #81A472.

Preview

Color preview on black background

This text has color #81A472 on black background.


Color preview on white background

This text has color #81A472 on white background.



Black color preview on #81A472 background

This text has black color on #81A472 background.


White color preview on #81A472 background

This text has white color on #81A472 background.