COLOR #319914

HEX: #319914
RGB: (49,153,20)

Color info

#319914 contains mainly green color. Web safe color of #319914 is #339900 (or #390).

RGB color model

#319914 color RGB value is (49,153,20).

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

RGB channels and saturation

R 49 of 255 = 19%
G 153 of 255 = 60%
B 20 of 255 = 8%

49
153
20

R + G + B ~ 29%. #319914 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 153 + 20 = 222 (100%)
R 49 of 222 ~ 22.07%
G 153 of 222 ~ 68.92%
B 20 of 222 ~ 9.01%

%22.07
%68.92

CMYK color model

#319914 color CMYK value is (68,0,87,40).

  • cyan value is 67.97%
  • magenta value is 0.00%
  • yellow value is 86.93%
  • key color value is 40.00%
CMYK:
(68,0,87,40)
C68M0Y87K40 
(68%,0%,87%,40%)
(0.68/0.00/0.87/0.40)	

CMYK percentages

%67.97
%0
%86.93
%40

Codes

Color #319914 in popluar color models

319914
RGB4915320
HSL107°76.88%33.92%
HSB/HSV107°86.93%60.00%
CMYK67.97%0.00%86.93%
40.00%

Color #319914 in popluar number systems.

HEX319914
Decimal4915320
Binary1100011001100110100
Octal6123124

Shades and tints

Shades of #319914

#319914
(49,153,20)
#2D8C13
(45,140,19)
#297F12
(41,127,18)
#257211
(37,114,17)
#216510
(33,101,16)
#1D580F
(29,88,15)
#194B0E
(25,75,14)
#153E0D
(21,62,13)
#11310C
(17,49,12)
#0D240B
(13,36,11)
#09170A
(9,23,10)
#000000
(0,0,0)

Tints of #319914

#319914
(49,153,20)
#43A229
(67,162,41)
#55AB3E
(85,171,62)
#67B453
(103,180,83)
#79BD68
(121,189,104)
#8BC67D
(139,198,125)
#9DCF92
(157,207,146)
#AFD8A7
(175,216,167)
#C1E1BC
(193,225,188)
#D3EAD1
(211,234,209)
#E5F3E6
(229,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #319914 color. Also use rgb(49,153,20) instead hex code.

Text Font Color

.myTextColor { color: #319914; }

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

This text font color is #319914.


Background Color

.myBgColor { background-color: #319914; }

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

This div background color is #319914.


Border color

.myBorderColor { border: 1px solid #319914; }

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

This div border color is #319914.


Opacity

.myOpacity80 { color: #319914; opacity: 0.8; }

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

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

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

This text has shadow with #319914 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #319914 on black background.


Color preview on white background

This text has color #319914 on white background.



Black color preview on #319914 background

This text has black color on #319914 background.


White color preview on #319914 background

This text has white color on #319914 background.