COLOR #31AA76

HEX: #31AA76
RGB: (49,170,118)

Color info

#31AA76 contains mainly green and blue colors. Web safe color of #31AA76 is #339966 (or #396).

RGB color model

#31AA76 color RGB value is (49,170,118).

  • red value is 49;
  • green value is 170;
  • blue value is 118.
RGB:
(49,170,118)
(19%,67%,46%)

RGB channels and saturation

R 49 of 255 = 19%
G 170 of 255 = 67%
B 118 of 255 = 46%

49
170
118

R + G + B ~ 44%. #31AA76 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
49 + 170 + 118 = 337 (100%)
R 49 of 337 ~ 14.54%
G 170 of 337 ~ 50.45%
B 118 of 337 ~ 35.01%

%14.54
%50.45
%35.01

CMYK color model

#31AA76 color CMYK value is (71,0,31,33).

  • cyan value is 71.18%
  • magenta value is 0.00%
  • yellow value is 30.59%
  • key color value is 33.33%
CMYK:
(71,0,31,33)
C71M0Y31K33 
(71%,0%,31%,33%)
(0.71/0.00/0.31/0.33)	

CMYK percentages

%71.18
%0
%30.59
%33.33

Codes

Color #31AA76 in popluar color models

31AA76
RGB49170118
HSL154°55.25%42.94%
HSB/HSV154°71.18%66.67%
CMYK71.18%0.00%30.59%
33.33%

Color #31AA76 in popluar number systems.

HEX31AA76
Decimal49170118
Binary110001101010101110110
Octal61252166

Shades and tints

Shades of #31AA76

#31AA76
(49,170,118)
#2D9B6C
(45,155,108)
#298C62
(41,140,98)
#257D58
(37,125,88)
#216E4E
(33,110,78)
#1D5F44
(29,95,68)
#19503A
(25,80,58)
#154130
(21,65,48)
#113226
(17,50,38)
#0D231C
(13,35,28)
#091412
(9,20,18)
#000000
(0,0,0)

Tints of #31AA76

#31AA76
(49,170,118)
#43B182
(67,177,130)
#55B88E
(85,184,142)
#67BF9A
(103,191,154)
#79C6A6
(121,198,166)
#8BCDB2
(139,205,178)
#9DD4BE
(157,212,190)
#AFDBCA
(175,219,202)
#C1E2D6
(193,226,214)
#D3E9E2
(211,233,226)
#E5F0EE
(229,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31AA76 color. Also use rgb(49,170,118) instead hex code.

Text Font Color

.myTextColor { color: #31AA76; }

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

This text font color is #31AA76.


Background Color

.myBgColor { background-color: #31AA76; }

<div style="background-color:#31AA76">Inner text</div>

This div background color is #31AA76.


Border color

.myBorderColor { border: 1px solid #31AA76; }

<div style="border:3px solid #31AA76">Div</div>

This div border color is #31AA76.


Opacity

.myOpacity80 { color: #31AA76; opacity: 0.8; }

<p style="color:#31AA76;opacity:0.8;">80%</p>

Text with #31AA76 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 #31AA76;}

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

This text has shadow with #31AA76 color.

.textShadow {text-shadow: 3px 3px 1px #31AA76, 3px 3px 1px red;}

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

This text has shadow with #31AA76 primary color and red secondary color.


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

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

This text has shadow with #31AA76 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31AA76 on black background.


Color preview on white background

This text has color #31AA76 on white background.



Black color preview on #31AA76 background

This text has black color on #31AA76 background.


White color preview on #31AA76 background

This text has white color on #31AA76 background.