COLOR #314E13

HEX: #314E13
RGB: (49,78,19)

Color info

#314E13 contains red, green and blue colors in about the same proportion. Web safe color of #314E13 is #336600 (or #360).

RGB color model

#314E13 color RGB value is (49,78,19).

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

RGB channels and saturation

R 49 of 255 = 19%
G 78 of 255 = 31%
B 19 of 255 = 7%

49
78
19

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

Portions of RGB colors in percentages

R + G + B =
49 + 78 + 19 = 146 (100%)
R 49 of 146 ~ 33.56%
G 78 of 146 ~ 53.42%
B 19 of 146 ~ 13.01%

%33.56
%53.42
%13.01

CMYK color model

#314E13 color CMYK value is (37,0,76,69).

  • cyan value is 37.18%
  • magenta value is 0.00%
  • yellow value is 75.64%
  • key color value is 69.41%
CMYK:
(37,0,76,69)
C37M0Y76K69 
(37%,0%,76%,69%)
(0.37/0.00/0.76/0.69)	

CMYK percentages

%37.18
%0
%75.64
%69.41

Codes

Color #314E13 in popluar color models

314E13
RGB497819
HSL89°60.82%19.02%
HSB/HSV89°75.64%30.59%
CMYK37.18%0.00%75.64%
69.41%

Color #314E13 in popluar number systems.

HEX314E13
Decimal497819
Binary110001100111010011
Octal6111623

Shades and tints

Shades of #314E13

#314E13
(49,78,19)
#2D4712
(45,71,18)
#294011
(41,64,17)
#253910
(37,57,16)
#21320F
(33,50,15)
#1D2B0E
(29,43,14)
#19240D
(25,36,13)
#151D0C
(21,29,12)
#11160B
(17,22,11)
#0D0F0A
(13,15,10)
#090809
(9,8,9)
#000000
(0,0,0)

Tints of #314E13

#314E13
(49,78,19)
#435E28
(67,94,40)
#556E3D
(85,110,61)
#677E52
(103,126,82)
#798E67
(121,142,103)
#8B9E7C
(139,158,124)
#9DAE91
(157,174,145)
#AFBEA6
(175,190,166)
#C1CEBB
(193,206,187)
#D3DED0
(211,222,208)
#E5EEE5
(229,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #314E13 color. Also use rgb(49,78,19) instead hex code.

Text Font Color

.myTextColor { color: #314E13; }

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

This text font color is #314E13.


Background Color

.myBgColor { background-color: #314E13; }

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

This div background color is #314E13.


Border color

.myBorderColor { border: 1px solid #314E13; }

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

This div border color is #314E13.


Opacity

.myOpacity80 { color: #314E13; opacity: 0.8; }

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

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

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

This text has shadow with #314E13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #314E13 on black background.


Color preview on white background

This text has color #314E13 on white background.



Black color preview on #314E13 background

This text has black color on #314E13 background.


White color preview on #314E13 background

This text has white color on #314E13 background.