COLOR #81A471

HEX: #81A471
RGB: (129,164,113)

Color info

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

RGB color model

#81A471 color RGB value is (129,164,113).

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

RGB channels and saturation

R 129 of 255 = 51%
G 164 of 255 = 64%
B 113 of 255 = 44%

129
164
113

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

Portions of RGB colors in percentages

R + G + B =
129 + 164 + 113 = 406 (100%)
R 129 of 406 ~ 31.77%
G 164 of 406 ~ 40.39%
B 113 of 406 ~ 27.83%

%31.77
%40.39
%27.83

CMYK color model

#81A471 color CMYK value is (21,0,31,36).

  • cyan value is 21.34%
  • magenta value is 0.00%
  • yellow value is 31.10%
  • key color value is 35.69%
CMYK:
(21,0,31,36)
C21M0Y31K36 
(21%,0%,31%,36%)
(0.21/0.00/0.31/0.36)	

CMYK percentages

%21.34
%0
%31.1
%35.69

Codes

Color #81A471 in popluar color models

81A471
RGB129164113
HSL101°21.89%54.31%
HSB/HSV101°31.10%64.31%
CMYK21.34%0.00%31.10%
35.69%

Color #81A471 in popluar number systems.

HEX81A471
Decimal129164113
Binary10000001101001001110001
Octal201244161

Shades and tints

Shades of #81A471

#81A471
(129,164,113)
#769667
(118,150,103)
#6B885D
(107,136,93)
#607A53
(96,122,83)
#556C49
(85,108,73)
#4A5E3F
(74,94,63)
#3F5035
(63,80,53)
#34422B
(52,66,43)
#293421
(41,52,33)
#1E2617
(30,38,23)
#13180D
(19,24,13)
#000000
(0,0,0)

Tints of #81A471

#81A471
(129,164,113)
#8CAC7D
(140,172,125)
#97B489
(151,180,137)
#A2BC95
(162,188,149)
#ADC4A1
(173,196,161)
#B8CCAD
(184,204,173)
#C3D4B9
(195,212,185)
#CEDCC5
(206,220,197)
#D9E4D1
(217,228,209)
#E4ECDD
(228,236,221)
#EFF4E9
(239,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #81A471; }

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

This text font color is #81A471.


Background Color

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

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

This div background color is #81A471.


Border color

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

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

This div border color is #81A471.


Opacity

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

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

Text with #81A471 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 #81A471;}

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

This text has shadow with #81A471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81A471 on black background.


Color preview on white background

This text has color #81A471 on white background.



Black color preview on #81A471 background

This text has black color on #81A471 background.


White color preview on #81A471 background

This text has white color on #81A471 background.