COLOR #31A64E

HEX: #31A64E
RGB: (49,166,78)

Color info

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

RGB color model

#31A64E color RGB value is (49,166,78).

  • red value is 49;
  • green value is 166;
  • blue value is 78.
RGB:
(49,166,78)
(19%,65%,31%)

RGB channels and saturation

R 49 of 255 = 19%
G 166 of 255 = 65%
B 78 of 255 = 31%

49
166
78

R + G + B ~ 38%. #31A64E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 166 + 78 = 293 (100%)
R 49 of 293 ~ 16.72%
G 166 of 293 ~ 56.66%
B 78 of 293 ~ 26.62%

%16.72
%56.66
%26.62

CMYK color model

#31A64E color CMYK value is (70,0,53,35).

  • cyan value is 70.48%
  • magenta value is 0.00%
  • yellow value is 53.01%
  • key color value is 34.90%
CMYK:
(70,0,53,35)
C70M0Y53K35 
(70%,0%,53%,35%)
(0.70/0.00/0.53/0.35)	

CMYK percentages

%70.48
%0
%53.01
%34.9

Codes

Color #31A64E in popluar color models

31A64E
RGB4916678
HSL135°54.42%42.16%
HSB/HSV135°70.48%65.10%
CMYK70.48%0.00%53.01%
34.90%

Color #31A64E in popluar number systems.

HEX31A64E
Decimal4916678
Binary110001101001101001110
Octal61246116

Shades and tints

Shades of #31A64E

#31A64E
(49,166,78)
#2D9747
(45,151,71)
#298840
(41,136,64)
#257939
(37,121,57)
#216A32
(33,106,50)
#1D5B2B
(29,91,43)
#194C24
(25,76,36)
#153D1D
(21,61,29)
#112E16
(17,46,22)
#0D1F0F
(13,31,15)
#091008
(9,16,8)
#000000
(0,0,0)

Tints of #31A64E

#31A64E
(49,166,78)
#43AE5E
(67,174,94)
#55B66E
(85,182,110)
#67BE7E
(103,190,126)
#79C68E
(121,198,142)
#8BCE9E
(139,206,158)
#9DD6AE
(157,214,174)
#AFDEBE
(175,222,190)
#C1E6CE
(193,230,206)
#D3EEDE
(211,238,222)
#E5F6EE
(229,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31A64E color. Also use rgb(49,166,78) instead hex code.

Text Font Color

.myTextColor { color: #31A64E; }

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

This text font color is #31A64E.


Background Color

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

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

This div background color is #31A64E.


Border color

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

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

This div border color is #31A64E.


Opacity

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

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

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

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

This text has shadow with #31A64E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31A64E on black background.


Color preview on white background

This text has color #31A64E on white background.



Black color preview on #31A64E background

This text has black color on #31A64E background.


White color preview on #31A64E background

This text has white color on #31A64E background.