COLOR #314716

HEX: #314716
RGB: (49,71,22)

Color info

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

RGB color model

#314716 color RGB value is (49,71,22).

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

RGB channels and saturation

R 49 of 255 = 19%
G 71 of 255 = 28%
B 22 of 255 = 9%

49
71
22

R + G + B ~ 19%. #314716 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 71 + 22 = 142 (100%)
R 49 of 142 ~ 34.51%
G 71 of 142 ~ 50%
B 22 of 142 ~ 15.49%

%34.51
%50
%15.49

CMYK color model

#314716 color CMYK value is (31,0,69,72).

  • cyan value is 30.99%
  • magenta value is 0.00%
  • yellow value is 69.01%
  • key color value is 72.16%
CMYK:
(31,0,69,72)
C31M0Y69K72 
(31%,0%,69%,72%)
(0.31/0.00/0.69/0.72)	

CMYK percentages

%30.99
%0
%69.01
%72.16

Codes

Color #314716 in popluar color models

314716
RGB497122
HSL87°52.69%18.24%
HSB/HSV87°69.01%27.84%
CMYK30.99%0.00%69.01%
72.16%

Color #314716 in popluar number systems.

HEX314716
Decimal497122
Binary110001100011110110
Octal6110726

Shades and tints

Shades of #314716

#314716
(49,71,22)
#2D4114
(45,65,20)
#293B12
(41,59,18)
#253510
(37,53,16)
#212F0E
(33,47,14)
#1D290C
(29,41,12)
#19230A
(25,35,10)
#151D08
(21,29,8)
#111706
(17,23,6)
#0D1104
(13,17,4)
#090B02
(9,11,2)
#000000
(0,0,0)

Tints of #314716

#314716
(49,71,22)
#43572B
(67,87,43)
#556740
(85,103,64)
#677755
(103,119,85)
#79876A
(121,135,106)
#8B977F
(139,151,127)
#9DA794
(157,167,148)
#AFB7A9
(175,183,169)
#C1C7BE
(193,199,190)
#D3D7D3
(211,215,211)
#E5E7E8
(229,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #314716; }

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

This text font color is #314716.


Background Color

.myBgColor { background-color: #314716; }

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

This div background color is #314716.


Border color

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

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

This div border color is #314716.


Opacity

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

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

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

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

This text has shadow with #314716 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #314716 on black background.


Color preview on white background

This text has color #314716 on white background.



Black color preview on #314716 background

This text has black color on #314716 background.


White color preview on #314716 background

This text has white color on #314716 background.