COLOR #81B375

HEX: #81B375
RGB: (129,179,117)

Color info

#81B375 contains mainly red and green colors. Web safe color of #81B375 is #999966 (or #996).

RGB color model

#81B375 color RGB value is (129,179,117).

  • red value is 129;
  • green value is 179;
  • blue value is 117.
RGB:
(129,179,117)
(51%,70%,46%)

RGB channels and saturation

R 129 of 255 = 51%
G 179 of 255 = 70%
B 117 of 255 = 46%

129
179
117

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

Portions of RGB colors in percentages

R + G + B =
129 + 179 + 117 = 425 (100%)
R 129 of 425 ~ 30.35%
G 179 of 425 ~ 42.12%
B 117 of 425 ~ 27.53%

%30.35
%42.12
%27.53

CMYK color model

#81B375 color CMYK value is (28,0,35,30).

  • cyan value is 27.93%
  • magenta value is 0.00%
  • yellow value is 34.64%
  • key color value is 29.80%
CMYK:
(28,0,35,30)
C28M0Y35K30 
(28%,0%,35%,30%)
(0.28/0.00/0.35/0.30)	

CMYK percentages

%27.93
%0
%34.64
%29.8

Codes

Color #81B375 in popluar color models

81B375
RGB129179117
HSL108°28.97%58.04%
HSB/HSV108°34.64%70.20%
CMYK27.93%0.00%34.64%
29.80%

Color #81B375 in popluar number systems.

HEX81B375
Decimal129179117
Binary10000001101100111110101
Octal201263165

Shades and tints

Shades of #81B375

#81B375
(129,179,117)
#76A36B
(118,163,107)
#6B9361
(107,147,97)
#608357
(96,131,87)
#55734D
(85,115,77)
#4A6343
(74,99,67)
#3F5339
(63,83,57)
#34432F
(52,67,47)
#293325
(41,51,37)
#1E231B
(30,35,27)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #81B375

#81B375
(129,179,117)
#8CB981
(140,185,129)
#97BF8D
(151,191,141)
#A2C599
(162,197,153)
#ADCBA5
(173,203,165)
#B8D1B1
(184,209,177)
#C3D7BD
(195,215,189)
#CEDDC9
(206,221,201)
#D9E3D5
(217,227,213)
#E4E9E1
(228,233,225)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #81B375; }

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

This text font color is #81B375.


Background Color

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

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

This div background color is #81B375.


Border color

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

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

This div border color is #81B375.


Opacity

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

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

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

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

This text has shadow with #81B375 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81B375 on black background.


Color preview on white background

This text has color #81B375 on white background.



Black color preview on #81B375 background

This text has black color on #81B375 background.


White color preview on #81B375 background

This text has white color on #81B375 background.