COLOR #314947

HEX: #314947
RGB: (49,73,71)

Color info

#314947 contains red, green and blue colors in about the same proportion. Web safe color of #314947 is #333333 (or #333).

RGB color model

#314947 color RGB value is (49,73,71).

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

RGB channels and saturation

R 49 of 255 = 19%
G 73 of 255 = 29%
B 71 of 255 = 28%

49
73
71

R + G + B ~ 25%. #314947 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 73 + 71 = 193 (100%)
R 49 of 193 ~ 25.39%
G 73 of 193 ~ 37.82%
B 71 of 193 ~ 36.79%

%25.39
%37.82
%36.79

CMYK color model

#314947 color CMYK value is (33,0,3,71).

  • cyan value is 32.88%
  • magenta value is 0.00%
  • yellow value is 2.74%
  • key color value is 71.37%
CMYK:
(33,0,3,71)
C33M0Y3K71 
(33%,0%,3%,71%)
(0.33/0.00/0.03/0.71)	

CMYK percentages

%32.88
%0
%2.74
%71.37

Codes

Color #314947 in popluar color models

314947
RGB497371
HSL175°19.67%23.92%
HSB/HSV175°32.88%28.63%
CMYK32.88%0.00%2.74%
71.37%

Color #314947 in popluar number systems.

HEX314947
Decimal497371
Binary11000110010011000111
Octal61111107

Shades and tints

Shades of #314947

#314947
(49,73,71)
#2D4341
(45,67,65)
#293D3B
(41,61,59)
#253735
(37,55,53)
#21312F
(33,49,47)
#1D2B29
(29,43,41)
#192523
(25,37,35)
#151F1D
(21,31,29)
#111917
(17,25,23)
#0D1311
(13,19,17)
#090D0B
(9,13,11)
#000000
(0,0,0)

Tints of #314947

#314947
(49,73,71)
#435957
(67,89,87)
#556967
(85,105,103)
#677977
(103,121,119)
#798987
(121,137,135)
#8B9997
(139,153,151)
#9DA9A7
(157,169,167)
#AFB9B7
(175,185,183)
#C1C9C7
(193,201,199)
#D3D9D7
(211,217,215)
#E5E9E7
(229,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #314947; }

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

This text font color is #314947.


Background Color

.myBgColor { background-color: #314947; }

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

This div background color is #314947.


Border color

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

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

This div border color is #314947.


Opacity

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

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

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

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

This text has shadow with #314947 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #314947 on black background.


Color preview on white background

This text has color #314947 on white background.



Black color preview on #314947 background

This text has black color on #314947 background.


White color preview on #314947 background

This text has white color on #314947 background.