COLOR #314700

HEX: #314700
RGB: (49,71,0)

Color info

#314700 contains only red and green colors. Web safe color of #314700 is #333300 (or #330).

RGB color model

#314700 color RGB value is (49,71,0).

  • red value is 49;
  • green value is 71;
  • blue value is 0.
RGB:
(49,71,0)
(19%,28%,0%)

RGB channels and saturation

R 49 of 255 = 19%
G 71 of 255 = 28%
B 0 of 255 = 0%

49
71
0

R + G + B ~ 16%. #314700 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 71 + 0 = 120 (100%)
R 49 of 120 ~ 40.83%
G 71 of 120 ~ 59.17%
B 0 of 120 ~ 0%

%40.83
%59.17

CMYK color model

#314700 color CMYK value is (31,0,100,72).

  • cyan value is 30.99%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 72.16%
CMYK:
(31,0,100,72)
C31M0Y100K72 
(31%,0%,100%,72%)
(0.31/0.00/1.00/0.72)	

CMYK percentages

%30.99
%0
%100
%72.16

Codes

Color #314700 in popluar color models

314700
RGB49710
HSL79°100.00%13.92%
HSB/HSV79°100.00%27.84%
CMYK30.99%0.00%100.00%
72.16%

Color #314700 in popluar number systems.

HEX314700
Decimal49710
Binary11000110001110
Octal611070

Shades and tints

Shades of #314700

#314700
(49,71,0)
#2D4100
(45,65,0)
#293B00
(41,59,0)
#253500
(37,53,0)
#212F00
(33,47,0)
#1D2900
(29,41,0)
#192300
(25,35,0)
#151D00
(21,29,0)
#111700
(17,23,0)
#0D1100
(13,17,0)
#090B00
(9,11,0)
#000000
(0,0,0)

Tints of #314700

#314700
(49,71,0)
#435717
(67,87,23)
#55672E
(85,103,46)
#677745
(103,119,69)
#79875C
(121,135,92)
#8B9773
(139,151,115)
#9DA78A
(157,167,138)
#AFB7A1
(175,183,161)
#C1C7B8
(193,199,184)
#D3D7CF
(211,215,207)
#E5E7E6
(229,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #314700 color. Also use rgb(49,71,0) instead hex code.

Text Font Color

.myTextColor { color: #314700; }

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

This text font color is #314700.


Background Color

.myBgColor { background-color: #314700; }

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

This div background color is #314700.


Border color

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

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

This div border color is #314700.


Opacity

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

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

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

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

This text has shadow with #314700 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #314700 on black background.


Color preview on white background

This text has color #314700 on white background.



Black color preview on #314700 background

This text has black color on #314700 background.


White color preview on #314700 background

This text has white color on #314700 background.