COLOR #319A31

HEX: #319A31
RGB: (49,154,49)

Color info

#319A31 contains mainly green color. Web safe color of #319A31 is #339933 (or #393).

RGB color model

#319A31 color RGB value is (49,154,49).

  • red value is 49;
  • green value is 154;
  • blue value is 49.
RGB:
(49,154,49)
(19%,60%,19%)

RGB channels and saturation

R 49 of 255 = 19%
G 154 of 255 = 60%
B 49 of 255 = 19%

49
154
49

R + G + B ~ 33%. #319A31 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 154 + 49 = 252 (100%)
R 49 of 252 ~ 19.44%
G 154 of 252 ~ 61.11%
B 49 of 252 ~ 19.44%

%19.44
%61.11
%19.44

CMYK color model

#319A31 color CMYK value is (68,0,68,40).

  • cyan value is 68.18%
  • magenta value is 0.00%
  • yellow value is 68.18%
  • key color value is 39.61%
CMYK:
(68,0,68,40)
C68M0Y68K40 
(68%,0%,68%,40%)
(0.68/0.00/0.68/0.40)	

CMYK percentages

%68.18
%0
%68.18
%39.61

Codes

Color #319A31 in popluar color models

319A31
RGB4915449
HSL120°51.72%39.80%
HSB/HSV120°68.18%60.39%
CMYK68.18%0.00%68.18%
39.61%

Color #319A31 in popluar number systems.

HEX319A31
Decimal4915449
Binary11000110011010110001
Octal6123261

Shades and tints

Shades of #319A31

#319A31
(49,154,49)
#2D8C2D
(45,140,45)
#297E29
(41,126,41)
#257025
(37,112,37)
#216221
(33,98,33)
#1D541D
(29,84,29)
#194619
(25,70,25)
#153815
(21,56,21)
#112A11
(17,42,17)
#0D1C0D
(13,28,13)
#090E09
(9,14,9)
#000000
(0,0,0)

Tints of #319A31

#319A31
(49,154,49)
#43A343
(67,163,67)
#55AC55
(85,172,85)
#67B567
(103,181,103)
#79BE79
(121,190,121)
#8BC78B
(139,199,139)
#9DD09D
(157,208,157)
#AFD9AF
(175,217,175)
#C1E2C1
(193,226,193)
#D3EBD3
(211,235,211)
#E5F4E5
(229,244,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #319A31 color. Also use rgb(49,154,49) instead hex code.

Text Font Color

.myTextColor { color: #319A31; }

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

This text font color is #319A31.


Background Color

.myBgColor { background-color: #319A31; }

<div style="background-color:#319A31">Inner text</div>

This div background color is #319A31.


Border color

.myBorderColor { border: 1px solid #319A31; }

<div style="border:3px solid #319A31">Div</div>

This div border color is #319A31.


Opacity

.myOpacity80 { color: #319A31; opacity: 0.8; }

<p style="color:#319A31;opacity:0.8;">80%</p>

Text with #319A31 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 #319A31;}

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

This text has shadow with #319A31 color.

.textShadow {text-shadow: 3px 3px 1px #319A31, 3px 3px 1px red;}

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

This text has shadow with #319A31 primary color and red secondary color.


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

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

This text has shadow with #319A31 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #319A31 on black background.


Color preview on white background

This text has color #319A31 on white background.



Black color preview on #319A31 background

This text has black color on #319A31 background.


White color preview on #319A31 background

This text has white color on #319A31 background.