COLOR #314E19

HEX: #314E19
RGB: (49,78,25)

Color info

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

RGB color model

#314E19 color RGB value is (49,78,25).

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

RGB channels and saturation

R 49 of 255 = 19%
G 78 of 255 = 31%
B 25 of 255 = 10%

49
78
25

R + G + B ~ 20%. #314E19 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 78 + 25 = 152 (100%)
R 49 of 152 ~ 32.24%
G 78 of 152 ~ 51.32%
B 25 of 152 ~ 16.45%

%32.24
%51.32
%16.45

CMYK color model

#314E19 color CMYK value is (37,0,68,69).

  • cyan value is 37.18%
  • magenta value is 0.00%
  • yellow value is 67.95%
  • key color value is 69.41%
CMYK:
(37,0,68,69)
C37M0Y68K69 
(37%,0%,68%,69%)
(0.37/0.00/0.68/0.69)	

CMYK percentages

%37.18
%0
%67.95
%69.41

Codes

Color #314E19 in popluar color models

314E19
RGB497825
HSL93°51.46%20.20%
HSB/HSV93°67.95%30.59%
CMYK37.18%0.00%67.95%
69.41%

Color #314E19 in popluar number systems.

HEX314E19
Decimal497825
Binary110001100111011001
Octal6111631

Shades and tints

Shades of #314E19

#314E19
(49,78,25)
#2D4717
(45,71,23)
#294015
(41,64,21)
#253913
(37,57,19)
#213211
(33,50,17)
#1D2B0F
(29,43,15)
#19240D
(25,36,13)
#151D0B
(21,29,11)
#111609
(17,22,9)
#0D0F07
(13,15,7)
#090805
(9,8,5)
#000000
(0,0,0)

Tints of #314E19

#314E19
(49,78,25)
#435E2D
(67,94,45)
#556E41
(85,110,65)
#677E55
(103,126,85)
#798E69
(121,142,105)
#8B9E7D
(139,158,125)
#9DAE91
(157,174,145)
#AFBEA5
(175,190,165)
#C1CEB9
(193,206,185)
#D3DECD
(211,222,205)
#E5EEE1
(229,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #314E19; }

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

This text font color is #314E19.


Background Color

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

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

This div background color is #314E19.


Border color

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

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

This div border color is #314E19.


Opacity

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

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

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

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

This text has shadow with #314E19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #314E19 on black background.


Color preview on white background

This text has color #314E19 on white background.



Black color preview on #314E19 background

This text has black color on #314E19 background.


White color preview on #314E19 background

This text has white color on #314E19 background.