COLOR #31A449

HEX: #31A449
RGB: (49,164,73)

Color info

#31A449 contains mainly green color. Web safe color of #31A449 is #339933 (or #393).

RGB color model

#31A449 color RGB value is (49,164,73).

  • red value is 49;
  • green value is 164;
  • blue value is 73.
RGB:
(49,164,73)
(19%,64%,29%)

RGB channels and saturation

R 49 of 255 = 19%
G 164 of 255 = 64%
B 73 of 255 = 29%

49
164
73

R + G + B ~ 37%. #31A449 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 164 + 73 = 286 (100%)
R 49 of 286 ~ 17.13%
G 164 of 286 ~ 57.34%
B 73 of 286 ~ 25.52%

%17.13
%57.34
%25.52

CMYK color model

#31A449 color CMYK value is (70,0,55,36).

  • cyan value is 70.12%
  • magenta value is 0.00%
  • yellow value is 55.49%
  • key color value is 35.69%
CMYK:
(70,0,55,36)
C70M0Y55K36 
(70%,0%,55%,36%)
(0.70/0.00/0.55/0.36)	

CMYK percentages

%70.12
%0
%55.49
%35.69

Codes

Color #31A449 in popluar color models

31A449
RGB4916473
HSL133°53.99%41.76%
HSB/HSV133°70.12%64.31%
CMYK70.12%0.00%55.49%
35.69%

Color #31A449 in popluar number systems.

HEX31A449
Decimal4916473
Binary110001101001001001001
Octal61244111

Shades and tints

Shades of #31A449

#31A449
(49,164,73)
#2D9643
(45,150,67)
#29883D
(41,136,61)
#257A37
(37,122,55)
#216C31
(33,108,49)
#1D5E2B
(29,94,43)
#195025
(25,80,37)
#15421F
(21,66,31)
#113419
(17,52,25)
#0D2613
(13,38,19)
#09180D
(9,24,13)
#000000
(0,0,0)

Tints of #31A449

#31A449
(49,164,73)
#43AC59
(67,172,89)
#55B469
(85,180,105)
#67BC79
(103,188,121)
#79C489
(121,196,137)
#8BCC99
(139,204,153)
#9DD4A9
(157,212,169)
#AFDCB9
(175,220,185)
#C1E4C9
(193,228,201)
#D3ECD9
(211,236,217)
#E5F4E9
(229,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31A449 color. Also use rgb(49,164,73) instead hex code.

Text Font Color

.myTextColor { color: #31A449; }

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

This text font color is #31A449.


Background Color

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

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

This div background color is #31A449.


Border color

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

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

This div border color is #31A449.


Opacity

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

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

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

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

This text has shadow with #31A449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31A449 on black background.


Color preview on white background

This text has color #31A449 on white background.



Black color preview on #31A449 background

This text has black color on #31A449 background.


White color preview on #31A449 background

This text has white color on #31A449 background.