COLOR #81B584

HEX: #81B584 RGB: (129,181,132)

Color info

#81B584 contains red, green and blue colors in about the same proportion. Web safe color of #81B584 is #99CC99 (or #9C9).

RGB color model

#81B584 color RGB value is (129,181,132).

RGB: (129,181,132) (51%, 71%, 52%)

RGB channels and saturation

R 129 of 255 = 51%
G 181 of 255 = 71%
B 132 of 255 = 52%

129
181
132

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

Portions of RGB colors in percentages

R + G + B = 129 + 181 + 132 = 442 (100%)
R 129 of 442 ~ 29.19%
G 181 of 442 ~ 40.95%
B 132 of 442 ~ 29.86'%

%29.19
%40.95
%29.86

CMYK color model

#81B584 color CMYK value is (29,0,27,29).

  • cyan value is 28.73%
  • magenta value is 0.00%
  • yellow value is 27.07%
  • key color value is 29.02%

CMYK: (29,0,27,29)
C29M0Y27K29 (29%, 0%, 27%, 29%)
(0.29 / 0.00 / 0.27 / 0.29)

CMYK percentages

%28.73
%0
%27.07
%29.02

Codes

Color #81B584 in popluar color models

81 B5 84
RGB 129 181 132
HSL 123° 26.00% 60.78%
HSB/HSV 123° 28.73% 70.98%
CMYK 28.73% 0.00% 27.07%
29.02%

Color #81B584 in popluar number systems.

HEX 81 B5 84
Decimal 129 181 132
Binary 10000001 10110101 10000100
Octal 201 265 204

Shades and tints

Shades of #81B584

#81B584
(129,181,132)
#76A578
(118,165,120)
#6B956C
(107,149,108)
#608560
(96,133,96)
#557554
(85,117,84)
#4A6548
(74,101,72)
#3F553C
(63,85,60)
#344530
(52,69,48)
#293524
(41,53,36)
#1E2518
(30,37,24)
#13150C
(19,21,12)
#000000
(0,0,0)

Tints of #81B584

#81B584
(129,181,132)
#8CBB8F
(140,187,143)
#97C19A
(151,193,154)
#A2C7A5
(162,199,165)
#ADCDB0
(173,205,176)
#B8D3BB
(184,211,187)
#C3D9C6
(195,217,198)
#CEDFD1
(206,223,209)
#D9E5DC
(217,229,220)
#E4EBE7
(228,235,231)
#EFF1F2
(239,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81B584 color. Also use rgb(129,181,132) instead hex code.

Text Font Color

.myTextColor { color: #81B584; }

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

This text font color is #81B584.

Background Color

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

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

This div background color is #81B584.

Border color

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

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

This div border color is #81B584.

Opacity

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

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

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

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

This text has shadow with #81B584 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #81B584.

Preview

Color preview on black background

This text has color #81B584 on black background.


Color preview on white background

This text has color #81B584 on white background.


Black color preview on #81B584 background

This text has black color on #81B584 background.


White color preview on #81B584 background

This text has white color on #81B584 background.


Related colors

Complementary color

Complementary color for #hex is #7E4A7B.


I love getcolorcode.com

Triadic colors

1 #8481B5 and #B58481 with #81B584 are triadic colors.

2 #84B581 and #B58184 with #81B584 are triadic colors.