COLOR #31AC6F

HEX: #31AC6F
RGB: (49,172,111)

Color info

#31AC6F contains mainly green color. Web safe color of #31AC6F is #339966 (or #396).

RGB color model

#31AC6F color RGB value is (49,172,111).

  • red value is 49;
  • green value is 172;
  • blue value is 111.
RGB:
(49,172,111)
(19%,67%,44%)

RGB channels and saturation

R 49 of 255 = 19%
G 172 of 255 = 67%
B 111 of 255 = 44%

49
172
111

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

Portions of RGB colors in percentages

R + G + B =
49 + 172 + 111 = 332 (100%)
R 49 of 332 ~ 14.76%
G 172 of 332 ~ 51.81%
B 111 of 332 ~ 33.43%

%14.76
%51.81
%33.43

CMYK color model

#31AC6F color CMYK value is (72,0,35,33).

  • cyan value is 71.51%
  • magenta value is 0.00%
  • yellow value is 35.47%
  • key color value is 32.55%
CMYK:
(72,0,35,33)
C72M0Y35K33 
(72%,0%,35%,33%)
(0.72/0.00/0.35/0.33)	

CMYK percentages

%71.51
%0
%35.47
%32.55

Codes

Color #31AC6F in popluar color models

31AC6F
RGB49172111
HSL150°55.66%43.33%
HSB/HSV150°71.51%67.45%
CMYK71.51%0.00%35.47%
32.55%

Color #31AC6F in popluar number systems.

HEX31AC6F
Decimal49172111
Binary110001101011001101111
Octal61254157

Shades and tints

Shades of #31AC6F

#31AC6F
(49,172,111)
#2D9D65
(45,157,101)
#298E5B
(41,142,91)
#257F51
(37,127,81)
#217047
(33,112,71)
#1D613D
(29,97,61)
#195233
(25,82,51)
#154329
(21,67,41)
#11341F
(17,52,31)
#0D2515
(13,37,21)
#09160B
(9,22,11)
#000000
(0,0,0)

Tints of #31AC6F

#31AC6F
(49,172,111)
#43B37C
(67,179,124)
#55BA89
(85,186,137)
#67C196
(103,193,150)
#79C8A3
(121,200,163)
#8BCFB0
(139,207,176)
#9DD6BD
(157,214,189)
#AFDDCA
(175,221,202)
#C1E4D7
(193,228,215)
#D3EBE4
(211,235,228)
#E5F2F1
(229,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31AC6F color. Also use rgb(49,172,111) instead hex code.

Text Font Color

.myTextColor { color: #31AC6F; }

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

This text font color is #31AC6F.


Background Color

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

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

This div background color is #31AC6F.


Border color

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

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

This div border color is #31AC6F.


Opacity

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

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

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

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

This text has shadow with #31AC6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31AC6F on black background.


Color preview on white background

This text has color #31AC6F on white background.



Black color preview on #31AC6F background

This text has black color on #31AC6F background.


White color preview on #31AC6F background

This text has white color on #31AC6F background.