COLOR #314E18

HEX: #314E18
RGB: (49,78,24)

Color info

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

RGB color model

#314E18 color RGB value is (49,78,24).

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

RGB channels and saturation

R 49 of 255 = 19%
G 78 of 255 = 31%
B 24 of 255 = 9%

49
78
24

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

Portions of RGB colors in percentages

R + G + B =
49 + 78 + 24 = 151 (100%)
R 49 of 151 ~ 32.45%
G 78 of 151 ~ 51.66%
B 24 of 151 ~ 15.89%

%32.45
%51.66
%15.89

CMYK color model

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

  • cyan value is 37.18%
  • magenta value is 0.00%
  • yellow value is 69.23%
  • key color value is 69.41%
CMYK:
(37,0,69,69)
C37M0Y69K69 
(37%,0%,69%,69%)
(0.37/0.00/0.69/0.69)	

CMYK percentages

%37.18
%0
%69.23
%69.41

Codes

Color #314E18 in popluar color models

314E18
RGB497824
HSL92°52.94%20.00%
HSB/HSV92°69.23%30.59%
CMYK37.18%0.00%69.23%
69.41%

Color #314E18 in popluar number systems.

HEX314E18
Decimal497824
Binary110001100111011000
Octal6111630

Shades and tints

Shades of #314E18

#314E18
(49,78,24)
#2D4716
(45,71,22)
#294014
(41,64,20)
#253912
(37,57,18)
#213210
(33,50,16)
#1D2B0E
(29,43,14)
#19240C
(25,36,12)
#151D0A
(21,29,10)
#111608
(17,22,8)
#0D0F06
(13,15,6)
#090804
(9,8,4)
#000000
(0,0,0)

Tints of #314E18

#314E18
(49,78,24)
#435E2D
(67,94,45)
#556E42
(85,110,66)
#677E57
(103,126,87)
#798E6C
(121,142,108)
#8B9E81
(139,158,129)
#9DAE96
(157,174,150)
#AFBEAB
(175,190,171)
#C1CEC0
(193,206,192)
#D3DED5
(211,222,213)
#E5EEEA
(229,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #314E18; }

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

This text font color is #314E18.


Background Color

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

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

This div background color is #314E18.


Border color

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

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

This div border color is #314E18.


Opacity

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

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

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

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

This text has shadow with #314E18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #314E18 on black background.


Color preview on white background

This text has color #314E18 on white background.



Black color preview on #314E18 background

This text has black color on #314E18 background.


White color preview on #314E18 background

This text has white color on #314E18 background.