COLOR #81A179

HEX: #81A179
RGB: (129,161,121)

Color info

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

RGB color model

#81A179 color RGB value is (129,161,121).

  • red value is 129;
  • green value is 161;
  • blue value is 121.
RGB:
(129,161,121)
(51%,63%,47%)

RGB channels and saturation

R 129 of 255 = 51%
G 161 of 255 = 63%
B 121 of 255 = 47%

129
161
121

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

Portions of RGB colors in percentages

R + G + B =
129 + 161 + 121 = 411 (100%)
R 129 of 411 ~ 31.39%
G 161 of 411 ~ 39.17%
B 121 of 411 ~ 29.44%

%31.39
%39.17
%29.44

CMYK color model

#81A179 color CMYK value is (20,0,25,37).

  • cyan value is 19.88%
  • magenta value is 0.00%
  • yellow value is 24.84%
  • key color value is 36.86%
CMYK:
(20,0,25,37)
C20M0Y25K37 
(20%,0%,25%,37%)
(0.20/0.00/0.25/0.37)	

CMYK percentages

%19.88
%0
%24.84
%36.86

Codes

Color #81A179 in popluar color models

81A179
RGB129161121
HSL108°17.54%55.29%
HSB/HSV108°24.84%63.14%
CMYK19.88%0.00%24.84%
36.86%

Color #81A179 in popluar number systems.

HEX81A179
Decimal129161121
Binary10000001101000011111001
Octal201241171

Shades and tints

Shades of #81A179

#81A179
(129,161,121)
#76936E
(118,147,110)
#6B8563
(107,133,99)
#607758
(96,119,88)
#55694D
(85,105,77)
#4A5B42
(74,91,66)
#3F4D37
(63,77,55)
#343F2C
(52,63,44)
#293121
(41,49,33)
#1E2316
(30,35,22)
#13150B
(19,21,11)
#000000
(0,0,0)

Tints of #81A179

#81A179
(129,161,121)
#8CA985
(140,169,133)
#97B191
(151,177,145)
#A2B99D
(162,185,157)
#ADC1A9
(173,193,169)
#B8C9B5
(184,201,181)
#C3D1C1
(195,209,193)
#CED9CD
(206,217,205)
#D9E1D9
(217,225,217)
#E4E9E5
(228,233,229)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81A179 color. Also use rgb(129,161,121) instead hex code.

Text Font Color

.myTextColor { color: #81A179; }

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

This text font color is #81A179.


Background Color

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

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

This div background color is #81A179.


Border color

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

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

This div border color is #81A179.


Opacity

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

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

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

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

This text has shadow with #81A179 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81A179 on black background.


Color preview on white background

This text has color #81A179 on white background.



Black color preview on #81A179 background

This text has black color on #81A179 background.


White color preview on #81A179 background

This text has white color on #81A179 background.