COLOR #81B389

HEX: #81B389 RGB: (129,179,137)

Color info

#81B389 contains red, green and blue colors in about the same proportion. Web safe color of #81B389 is #999999 (or #999).

RGB color model

#81B389 color RGB value is (129,179,137).

RGB: (129,179,137) (51%, 70%, 54%)

RGB channels and saturation

R 129 of 255 = 51%
G 179 of 255 = 70%
B 137 of 255 = 54%

129
179
137

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

Portions of RGB colors in percentages

R + G + B = 129 + 179 + 137 = 445 (100%)
R 129 of 445 ~ 28.99%
G 179 of 445 ~ 40.22%
B 137 of 445 ~ 30.79'%

%28.99
%40.22
%30.79

CMYK color model

#81B389 color CMYK value is (28,0,23,30).

  • cyan value is 27.93%
  • magenta value is 0.00%
  • yellow value is 23.46%
  • key color value is 29.80%

CMYK: (28,0,23,30)
C28M0Y23K30 (28%, 0%, 23%, 30%)
(0.28 / 0.00 / 0.23 / 0.30)

CMYK percentages

%27.93
%0
%23.46
%29.8

Codes

Color #81B389 in popluar color models

81 B3 89
RGB 129 179 137
HSL 130° 24.75% 60.39%
HSB/HSV 130° 27.93% 70.20%
CMYK 27.93% 0.00% 23.46%
29.80%

Color #81B389 in popluar number systems.

HEX 81 B3 89
Decimal 129 179 137
Binary 10000001 10110011 10001001
Octal 201 263 211

Shades and tints

Shades of #81B389

#81B389
(129,179,137)
#76A37D
(118,163,125)
#6B9371
(107,147,113)
#608365
(96,131,101)
#557359
(85,115,89)
#4A634D
(74,99,77)
#3F5341
(63,83,65)
#344335
(52,67,53)
#293329
(41,51,41)
#1E231D
(30,35,29)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #81B389

#81B389
(129,179,137)
#8CB993
(140,185,147)
#97BF9D
(151,191,157)
#A2C5A7
(162,197,167)
#ADCBB1
(173,203,177)
#B8D1BB
(184,209,187)
#C3D7C5
(195,215,197)
#CEDDCF
(206,221,207)
#D9E3D9
(217,227,217)
#E4E9E3
(228,233,227)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81B389 color. Also use rgb(129,179,137) instead hex code.

Text Font Color

.myTextColor { color: #81B389; }

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

This text font color is #81B389.

Background Color

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

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

This div background color is #81B389.

Border color

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

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

This div border color is #81B389.

Opacity

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

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

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

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

This text has shadow with #81B389 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #81B389.

Preview

Color preview on black background

This text has color #81B389 on black background.


Color preview on white background

This text has color #81B389 on white background.


Black color preview on #81B389 background

This text has black color on #81B389 background.


White color preview on #81B389 background

This text has white color on #81B389 background.


Related colors

Complementary color

Complementary color for #hex is #7E4C76.


I love getcolorcode.com

Triadic colors

1 #8981B3 and #B38981 with #81B389 are triadic colors.

2 #89B381 and #B38189 with #81B389 are triadic colors.