COLOR #314F76

HEX: #314F76
RGB: (49,79,118)

Color info

#314F76 contains mainly green and blue colors. Web safe color of #314F76 is #336666 (or #366).

RGB color model

#314F76 color RGB value is (49,79,118).

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

RGB channels and saturation

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

49
79
118

R + G + B ~ 32%. #314F76 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 79 + 118 = 246 (100%)
R 49 of 246 ~ 19.92%
G 79 of 246 ~ 32.11%
B 118 of 246 ~ 47.97%

%19.92
%32.11
%47.97

CMYK color model

#314F76 color CMYK value is (58,33,0,54).

  • cyan value is 58.47%
  • magenta value is 33.05%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(58,33,0,54)
C58M33Y0K54 
(58%,33%,0%,54%)
(0.58/0.33/0.00/0.54)	

CMYK percentages

%58.47
%33.05
%0
%53.73

Codes

Color #314F76 in popluar color models

314F76
RGB4979118
HSL214°41.32%32.75%
HSB/HSV214°58.47%46.27%
CMYK58.47%33.05%0.00%
53.73%

Color #314F76 in popluar number systems.

HEX314F76
Decimal4979118
Binary11000110011111110110
Octal61117166

Shades and tints

Shades of #314F76

#314F76
(49,79,118)
#2D486C
(45,72,108)
#294162
(41,65,98)
#253A58
(37,58,88)
#21334E
(33,51,78)
#1D2C44
(29,44,68)
#19253A
(25,37,58)
#151E30
(21,30,48)
#111726
(17,23,38)
#0D101C
(13,16,28)
#090912
(9,9,18)
#000000
(0,0,0)

Tints of #314F76

#314F76
(49,79,118)
#435F82
(67,95,130)
#556F8E
(85,111,142)
#677F9A
(103,127,154)
#798FA6
(121,143,166)
#8B9FB2
(139,159,178)
#9DAFBE
(157,175,190)
#AFBFCA
(175,191,202)
#C1CFD6
(193,207,214)
#D3DFE2
(211,223,226)
#E5EFEE
(229,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #314F76; }

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

This text font color is #314F76.


Background Color

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

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

This div background color is #314F76.


Border color

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

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

This div border color is #314F76.


Opacity

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

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

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

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

This text has shadow with #314F76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #314F76 on black background.


Color preview on white background

This text has color #314F76 on white background.



Black color preview on #314F76 background

This text has black color on #314F76 background.


White color preview on #314F76 background

This text has white color on #314F76 background.