COLOR #81A447

HEX: #81A447
RGB: (129,164,71)

Color info

#81A447 contains mainly red and green colors. Web safe color of #81A447 is #999933 (or #993).

RGB color model

#81A447 color RGB value is (129,164,71).

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

RGB channels and saturation

R 129 of 255 = 51%
G 164 of 255 = 64%
B 71 of 255 = 28%

129
164
71

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

Portions of RGB colors in percentages

R + G + B =
129 + 164 + 71 = 364 (100%)
R 129 of 364 ~ 35.44%
G 164 of 364 ~ 45.05%
B 71 of 364 ~ 19.51%

%35.44
%45.05
%19.51

CMYK color model

#81A447 color CMYK value is (21,0,57,36).

  • cyan value is 21.34%
  • magenta value is 0.00%
  • yellow value is 56.71%
  • key color value is 35.69%
CMYK:
(21,0,57,36)
C21M0Y57K36 
(21%,0%,57%,36%)
(0.21/0.00/0.57/0.36)	

CMYK percentages

%21.34
%0
%56.71
%35.69

Codes

Color #81A447 in popluar color models

81A447
RGB12916471
HSL83°39.57%46.08%
HSB/HSV83°56.71%64.31%
CMYK21.34%0.00%56.71%
35.69%

Color #81A447 in popluar number systems.

HEX81A447
Decimal12916471
Binary10000001101001001000111
Octal201244107

Shades and tints

Shades of #81A447

#81A447
(129,164,71)
#769641
(118,150,65)
#6B883B
(107,136,59)
#607A35
(96,122,53)
#556C2F
(85,108,47)
#4A5E29
(74,94,41)
#3F5023
(63,80,35)
#34421D
(52,66,29)
#293417
(41,52,23)
#1E2611
(30,38,17)
#13180B
(19,24,11)
#000000
(0,0,0)

Tints of #81A447

#81A447
(129,164,71)
#8CAC57
(140,172,87)
#97B467
(151,180,103)
#A2BC77
(162,188,119)
#ADC487
(173,196,135)
#B8CC97
(184,204,151)
#C3D4A7
(195,212,167)
#CEDCB7
(206,220,183)
#D9E4C7
(217,228,199)
#E4ECD7
(228,236,215)
#EFF4E7
(239,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #81A447; }

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

This text font color is #81A447.


Background Color

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

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

This div background color is #81A447.


Border color

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

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

This div border color is #81A447.


Opacity

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

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

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

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

This text has shadow with #81A447 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81A447 on black background.


Color preview on white background

This text has color #81A447 on white background.



Black color preview on #81A447 background

This text has black color on #81A447 background.


White color preview on #81A447 background

This text has white color on #81A447 background.