COLOR #314713

HEX: #314713
RGB: (49,71,19)

Color info

#314713 contains red, green and blue colors in about the same proportion. Web safe color of #314713 is #333300 (or #330).

RGB color model

#314713 color RGB value is (49,71,19).

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

RGB channels and saturation

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

49
71
19

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

Portions of RGB colors in percentages

R + G + B =
49 + 71 + 19 = 139 (100%)
R 49 of 139 ~ 35.25%
G 71 of 139 ~ 51.08%
B 19 of 139 ~ 13.67%

%35.25
%51.08
%13.67

CMYK color model

#314713 color CMYK value is (31,0,73,72).

  • cyan value is 30.99%
  • magenta value is 0.00%
  • yellow value is 73.24%
  • key color value is 72.16%
CMYK:
(31,0,73,72)
C31M0Y73K72 
(31%,0%,73%,72%)
(0.31/0.00/0.73/0.72)	

CMYK percentages

%30.99
%0
%73.24
%72.16

Codes

Color #314713 in popluar color models

314713
RGB497119
HSL85°57.78%17.65%
HSB/HSV85°73.24%27.84%
CMYK30.99%0.00%73.24%
72.16%

Color #314713 in popluar number systems.

HEX314713
Decimal497119
Binary110001100011110011
Octal6110723

Shades and tints

Shades of #314713

#314713
(49,71,19)
#2D4112
(45,65,18)
#293B11
(41,59,17)
#253510
(37,53,16)
#212F0F
(33,47,15)
#1D290E
(29,41,14)
#19230D
(25,35,13)
#151D0C
(21,29,12)
#11170B
(17,23,11)
#0D110A
(13,17,10)
#090B09
(9,11,9)
#000000
(0,0,0)

Tints of #314713

#314713
(49,71,19)
#435728
(67,87,40)
#55673D
(85,103,61)
#677752
(103,119,82)
#798767
(121,135,103)
#8B977C
(139,151,124)
#9DA791
(157,167,145)
#AFB7A6
(175,183,166)
#C1C7BB
(193,199,187)
#D3D7D0
(211,215,208)
#E5E7E5
(229,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #314713; }

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

This text font color is #314713.


Background Color

.myBgColor { background-color: #314713; }

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

This div background color is #314713.


Border color

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

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

This div border color is #314713.


Opacity

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

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

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

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

This text has shadow with #314713 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #314713 on black background.


Color preview on white background

This text has color #314713 on white background.



Black color preview on #314713 background

This text has black color on #314713 background.


White color preview on #314713 background

This text has white color on #314713 background.