COLOR #314E07

HEX: #314E07
RGB: (49,78,7)

Color info

#314E07 contains mainly red and green colors. Web safe color of #314E07 is #336600 (or #360).

RGB color model

#314E07 color RGB value is (49,78,7).

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

RGB channels and saturation

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

49
78
7

R + G + B ~ 18%. #314E07 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 78 + 7 = 134 (100%)
R 49 of 134 ~ 36.57%
G 78 of 134 ~ 58.21%
B 7 of 134 ~ 5.22%

%36.57
%58.21

CMYK color model

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

  • cyan value is 37.18%
  • magenta value is 0.00%
  • yellow value is 91.03%
  • key color value is 69.41%
CMYK:
(37,0,91,69)
C37M0Y91K69 
(37%,0%,91%,69%)
(0.37/0.00/0.91/0.69)	

CMYK percentages

%37.18
%0
%91.03
%69.41

Codes

Color #314E07 in popluar color models

314E07
RGB49787
HSL85°83.53%16.67%
HSB/HSV85°91.03%30.59%
CMYK37.18%0.00%91.03%
69.41%

Color #314E07 in popluar number systems.

HEX314E07
Decimal49787
Binary1100011001110111
Octal611167

Shades and tints

Shades of #314E07

#314E07
(49,78,7)
#2D4707
(45,71,7)
#294007
(41,64,7)
#253907
(37,57,7)
#213207
(33,50,7)
#1D2B07
(29,43,7)
#192407
(25,36,7)
#151D07
(21,29,7)
#111607
(17,22,7)
#0D0F07
(13,15,7)
#090807
(9,8,7)
#000000
(0,0,0)

Tints of #314E07

#314E07
(49,78,7)
#435E1D
(67,94,29)
#556E33
(85,110,51)
#677E49
(103,126,73)
#798E5F
(121,142,95)
#8B9E75
(139,158,117)
#9DAE8B
(157,174,139)
#AFBEA1
(175,190,161)
#C1CEB7
(193,206,183)
#D3DECD
(211,222,205)
#E5EEE3
(229,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #314E07; }

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

This text font color is #314E07.


Background Color

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

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

This div background color is #314E07.


Border color

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

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

This div border color is #314E07.


Opacity

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

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

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

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

This text has shadow with #314E07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #314E07 on black background.


Color preview on white background

This text has color #314E07 on white background.



Black color preview on #314E07 background

This text has black color on #314E07 background.


White color preview on #314E07 background

This text has white color on #314E07 background.