COLOR #314F2E

HEX: #314F2E
RGB: (49,79,46)

Color info

#314F2E contains red, green and blue colors in about the same proportion. Web safe color of #314F2E is #336633 (or #363).

RGB color model

#314F2E color RGB value is (49,79,46).

  • red value is 49;
  • green value is 79;
  • blue value is 46.
RGB:
(49,79,46)
(19%,31%,18%)

RGB channels and saturation

R 49 of 255 = 19%
G 79 of 255 = 31%
B 46 of 255 = 18%

49
79
46

R + G + B ~ 23%. #314F2E is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 79 + 46 = 174 (100%)
R 49 of 174 ~ 28.16%
G 79 of 174 ~ 45.4%
B 46 of 174 ~ 26.44%

%28.16
%45.4
%26.44

CMYK color model

#314F2E color CMYK value is (38,0,42,69).

  • cyan value is 37.97%
  • magenta value is 0.00%
  • yellow value is 41.77%
  • key color value is 69.02%
CMYK:
(38,0,42,69)
C38M0Y42K69 
(38%,0%,42%,69%)
(0.38/0.00/0.42/0.69)	

CMYK percentages

%37.97
%0
%41.77
%69.02

Codes

Color #314F2E in popluar color models

314F2E
RGB497946
HSL115°26.40%24.51%
HSB/HSV115°41.77%30.98%
CMYK37.97%0.00%41.77%
69.02%

Color #314F2E in popluar number systems.

HEX314F2E
Decimal497946
Binary1100011001111101110
Octal6111756

Shades and tints

Shades of #314F2E

#314F2E
(49,79,46)
#2D482A
(45,72,42)
#294126
(41,65,38)
#253A22
(37,58,34)
#21331E
(33,51,30)
#1D2C1A
(29,44,26)
#192516
(25,37,22)
#151E12
(21,30,18)
#11170E
(17,23,14)
#0D100A
(13,16,10)
#090906
(9,9,6)
#000000
(0,0,0)

Tints of #314F2E

#314F2E
(49,79,46)
#435F41
(67,95,65)
#556F54
(85,111,84)
#677F67
(103,127,103)
#798F7A
(121,143,122)
#8B9F8D
(139,159,141)
#9DAFA0
(157,175,160)
#AFBFB3
(175,191,179)
#C1CFC6
(193,207,198)
#D3DFD9
(211,223,217)
#E5EFEC
(229,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #314F2E color. Also use rgb(49,79,46) instead hex code.

Text Font Color

.myTextColor { color: #314F2E; }

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

This text font color is #314F2E.


Background Color

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

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

This div background color is #314F2E.


Border color

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

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

This div border color is #314F2E.


Opacity

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

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

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

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

This text has shadow with #314F2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #314F2E on black background.


Color preview on white background

This text has color #314F2E on white background.



Black color preview on #314F2E background

This text has black color on #314F2E background.


White color preview on #314F2E background

This text has white color on #314F2E background.