COLOR #314E7F

HEX: #314E7F
RGB: (49,78,127)

Color info

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

RGB color model

#314E7F color RGB value is (49,78,127).

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

RGB channels and saturation

R 49 of 255 = 19%
G 78 of 255 = 31%
B 127 of 255 = 50%

49
78
127

R + G + B ~ 33%. #314E7F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 78 + 127 = 254 (100%)
R 49 of 254 ~ 19.29%
G 78 of 254 ~ 30.71%
B 127 of 254 ~ 50%

%19.29
%30.71
%50

CMYK color model

#314E7F color CMYK value is (61,39,0,50).

  • cyan value is 61.42%
  • magenta value is 38.58%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(61,39,0,50)
C61M39Y0K50 
(61%,39%,0%,50%)
(0.61/0.39/0.00/0.50)	

CMYK percentages

%61.42
%38.58
%0
%50.2

Codes

Color #314E7F in popluar color models

314E7F
RGB4978127
HSL218°44.32%34.51%
HSB/HSV218°61.42%49.80%
CMYK61.42%38.58%0.00%
50.20%

Color #314E7F in popluar number systems.

HEX314E7F
Decimal4978127
Binary11000110011101111111
Octal61116177

Shades and tints

Shades of #314E7F

#314E7F
(49,78,127)
#2D4774
(45,71,116)
#294069
(41,64,105)
#25395E
(37,57,94)
#213253
(33,50,83)
#1D2B48
(29,43,72)
#19243D
(25,36,61)
#151D32
(21,29,50)
#111627
(17,22,39)
#0D0F1C
(13,15,28)
#090811
(9,8,17)
#000000
(0,0,0)

Tints of #314E7F

#314E7F
(49,78,127)
#435E8A
(67,94,138)
#556E95
(85,110,149)
#677EA0
(103,126,160)
#798EAB
(121,142,171)
#8B9EB6
(139,158,182)
#9DAEC1
(157,174,193)
#AFBECC
(175,190,204)
#C1CED7
(193,206,215)
#D3DEE2
(211,222,226)
#E5EEED
(229,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #314E7F; }

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

This text font color is #314E7F.


Background Color

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

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

This div background color is #314E7F.


Border color

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

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

This div border color is #314E7F.


Opacity

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

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

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

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

This text has shadow with #314E7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #314E7F on black background.


Color preview on white background

This text has color #314E7F on white background.



Black color preview on #314E7F background

This text has black color on #314E7F background.


White color preview on #314E7F background

This text has white color on #314E7F background.