COLOR #81B949

HEX: #81B949
RGB: (129,185,73)

Color info

#81B949 contains mainly red and green colors. Web safe color of #81B949 is #99CC33 (or #9C3).

RGB color model

#81B949 color RGB value is (129,185,73).

  • red value is 129;
  • green value is 185;
  • blue value is 73.
RGB:
(129,185,73)
(51%,73%,29%)

RGB channels and saturation

R 129 of 255 = 51%
G 185 of 255 = 73%
B 73 of 255 = 29%

129
185
73

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

Portions of RGB colors in percentages

R + G + B =
129 + 185 + 73 = 387 (100%)
R 129 of 387 ~ 33.33%
G 185 of 387 ~ 47.8%
B 73 of 387 ~ 18.86%

%33.33
%47.8
%18.86

CMYK color model

#81B949 color CMYK value is (30,0,61,27).

  • cyan value is 30.27%
  • magenta value is 0.00%
  • yellow value is 60.54%
  • key color value is 27.45%
CMYK:
(30,0,61,27)
C30M0Y61K27 
(30%,0%,61%,27%)
(0.30/0.00/0.61/0.27)	

CMYK percentages

%30.27
%0
%60.54
%27.45

Codes

Color #81B949 in popluar color models

81B949
RGB12918573
HSL90°44.44%50.59%
HSB/HSV90°60.54%72.55%
CMYK30.27%0.00%60.54%
27.45%

Color #81B949 in popluar number systems.

HEX81B949
Decimal12918573
Binary10000001101110011001001
Octal201271111

Shades and tints

Shades of #81B949

#81B949
(129,185,73)
#76A943
(118,169,67)
#6B993D
(107,153,61)
#608937
(96,137,55)
#557931
(85,121,49)
#4A692B
(74,105,43)
#3F5925
(63,89,37)
#34491F
(52,73,31)
#293919
(41,57,25)
#1E2913
(30,41,19)
#13190D
(19,25,13)
#000000
(0,0,0)

Tints of #81B949

#81B949
(129,185,73)
#8CBF59
(140,191,89)
#97C569
(151,197,105)
#A2CB79
(162,203,121)
#ADD189
(173,209,137)
#B8D799
(184,215,153)
#C3DDA9
(195,221,169)
#CEE3B9
(206,227,185)
#D9E9C9
(217,233,201)
#E4EFD9
(228,239,217)
#EFF5E9
(239,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81B949 color. Also use rgb(129,185,73) instead hex code.

Text Font Color

.myTextColor { color: #81B949; }

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

This text font color is #81B949.


Background Color

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

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

This div background color is #81B949.


Border color

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

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

This div border color is #81B949.


Opacity

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

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

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

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

This text has shadow with #81B949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81B949 on black background.


Color preview on white background

This text has color #81B949 on white background.



Black color preview on #81B949 background

This text has black color on #81B949 background.


White color preview on #81B949 background

This text has white color on #81B949 background.