COLOR #314914

HEX: #314914
RGB: (49,73,20)

Color info

#314914 contains red, green and blue colors in about the same proportion. Web safe color of #314914 is #333300 (or #330).

RGB color model

#314914 color RGB value is (49,73,20).

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

RGB channels and saturation

R 49 of 255 = 19%
G 73 of 255 = 29%
B 20 of 255 = 8%

49
73
20

R + G + B ~ 19%. #314914 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 73 + 20 = 142 (100%)
R 49 of 142 ~ 34.51%
G 73 of 142 ~ 51.41%
B 20 of 142 ~ 14.08%

%34.51
%51.41
%14.08

CMYK color model

#314914 color CMYK value is (33,0,73,71).

  • cyan value is 32.88%
  • magenta value is 0.00%
  • yellow value is 72.60%
  • key color value is 71.37%
CMYK:
(33,0,73,71)
C33M0Y73K71 
(33%,0%,73%,71%)
(0.33/0.00/0.73/0.71)	

CMYK percentages

%32.88
%0
%72.6
%71.37

Codes

Color #314914 in popluar color models

314914
RGB497320
HSL87°56.99%18.24%
HSB/HSV87°72.60%28.63%
CMYK32.88%0.00%72.60%
71.37%

Color #314914 in popluar number systems.

HEX314914
Decimal497320
Binary110001100100110100
Octal6111124

Shades and tints

Shades of #314914

#314914
(49,73,20)
#2D4313
(45,67,19)
#293D12
(41,61,18)
#253711
(37,55,17)
#213110
(33,49,16)
#1D2B0F
(29,43,15)
#19250E
(25,37,14)
#151F0D
(21,31,13)
#11190C
(17,25,12)
#0D130B
(13,19,11)
#090D0A
(9,13,10)
#000000
(0,0,0)

Tints of #314914

#314914
(49,73,20)
#435929
(67,89,41)
#55693E
(85,105,62)
#677953
(103,121,83)
#798968
(121,137,104)
#8B997D
(139,153,125)
#9DA992
(157,169,146)
#AFB9A7
(175,185,167)
#C1C9BC
(193,201,188)
#D3D9D1
(211,217,209)
#E5E9E6
(229,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #314914; }

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

This text font color is #314914.


Background Color

.myBgColor { background-color: #314914; }

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

This div background color is #314914.


Border color

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

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

This div border color is #314914.


Opacity

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

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

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

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

This text has shadow with #314914 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #314914 on black background.


Color preview on white background

This text has color #314914 on white background.



Black color preview on #314914 background

This text has black color on #314914 background.


White color preview on #314914 background

This text has white color on #314914 background.