COLOR #314E46

HEX: #314E46
RGB: (49,78,70)

Color info

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

RGB color model

#314E46 color RGB value is (49,78,70).

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

RGB channels and saturation

R 49 of 255 = 19%
G 78 of 255 = 31%
B 70 of 255 = 27%

49
78
70

R + G + B ~ 26%. #314E46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 78 + 70 = 197 (100%)
R 49 of 197 ~ 24.87%
G 78 of 197 ~ 39.59%
B 70 of 197 ~ 35.53%

%24.87
%39.59
%35.53

CMYK color model

#314E46 color CMYK value is (37,0,10,69).

  • cyan value is 37.18%
  • magenta value is 0.00%
  • yellow value is 10.26%
  • key color value is 69.41%
CMYK:
(37,0,10,69)
C37M0Y10K69 
(37%,0%,10%,69%)
(0.37/0.00/0.10/0.69)	

CMYK percentages

%37.18
%0
%10.26
%69.41

Codes

Color #314E46 in popluar color models

314E46
RGB497870
HSL163°22.83%24.90%
HSB/HSV163°37.18%30.59%
CMYK37.18%0.00%10.26%
69.41%

Color #314E46 in popluar number systems.

HEX314E46
Decimal497870
Binary11000110011101000110
Octal61116106

Shades and tints

Shades of #314E46

#314E46
(49,78,70)
#2D4740
(45,71,64)
#29403A
(41,64,58)
#253934
(37,57,52)
#21322E
(33,50,46)
#1D2B28
(29,43,40)
#192422
(25,36,34)
#151D1C
(21,29,28)
#111616
(17,22,22)
#0D0F10
(13,15,16)
#09080A
(9,8,10)
#000000
(0,0,0)

Tints of #314E46

#314E46
(49,78,70)
#435E56
(67,94,86)
#556E66
(85,110,102)
#677E76
(103,126,118)
#798E86
(121,142,134)
#8B9E96
(139,158,150)
#9DAEA6
(157,174,166)
#AFBEB6
(175,190,182)
#C1CEC6
(193,206,198)
#D3DED6
(211,222,214)
#E5EEE6
(229,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #314E46; }

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

This text font color is #314E46.


Background Color

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

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

This div background color is #314E46.


Border color

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

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

This div border color is #314E46.


Opacity

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

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

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

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

This text has shadow with #314E46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #314E46 on black background.


Color preview on white background

This text has color #314E46 on white background.



Black color preview on #314E46 background

This text has black color on #314E46 background.


White color preview on #314E46 background

This text has white color on #314E46 background.