COLOR #314873

HEX: #314873
RGB: (49,72,115)

Color info

#314873 contains mainly green and blue colors. Web safe color of #314873 is #333366 (or #336).

RGB color model

#314873 color RGB value is (49,72,115).

  • red value is 49;
  • green value is 72;
  • blue value is 115.
RGB:
(49,72,115)
(19%,28%,45%)

RGB channels and saturation

R 49 of 255 = 19%
G 72 of 255 = 28%
B 115 of 255 = 45%

49
72
115

R + G + B ~ 31%. #314873 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 72 + 115 = 236 (100%)
R 49 of 236 ~ 20.76%
G 72 of 236 ~ 30.51%
B 115 of 236 ~ 48.73%

%20.76
%30.51
%48.73

CMYK color model

#314873 color CMYK value is (57,37,0,55).

  • cyan value is 57.39%
  • magenta value is 37.39%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(57,37,0,55)
C57M37Y0K55 
(57%,37%,0%,55%)
(0.57/0.37/0.00/0.55)	

CMYK percentages

%57.39
%37.39
%0
%54.9

Codes

Color #314873 in popluar color models

314873
RGB4972115
HSL219°40.24%32.16%
HSB/HSV219°57.39%45.10%
CMYK57.39%37.39%0.00%
54.90%

Color #314873 in popluar number systems.

HEX314873
Decimal4972115
Binary11000110010001110011
Octal61110163

Shades and tints

Shades of #314873

#314873
(49,72,115)
#2D4269
(45,66,105)
#293C5F
(41,60,95)
#253655
(37,54,85)
#21304B
(33,48,75)
#1D2A41
(29,42,65)
#192437
(25,36,55)
#151E2D
(21,30,45)
#111823
(17,24,35)
#0D1219
(13,18,25)
#090C0F
(9,12,15)
#000000
(0,0,0)

Tints of #314873

#314873
(49,72,115)
#43587F
(67,88,127)
#55688B
(85,104,139)
#677897
(103,120,151)
#7988A3
(121,136,163)
#8B98AF
(139,152,175)
#9DA8BB
(157,168,187)
#AFB8C7
(175,184,199)
#C1C8D3
(193,200,211)
#D3D8DF
(211,216,223)
#E5E8EB
(229,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #314873 color. Also use rgb(49,72,115) instead hex code.

Text Font Color

.myTextColor { color: #314873; }

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

This text font color is #314873.


Background Color

.myBgColor { background-color: #314873; }

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

This div background color is #314873.


Border color

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

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

This div border color is #314873.


Opacity

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

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

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

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

This text has shadow with #314873 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #314873 on black background.


Color preview on white background

This text has color #314873 on white background.



Black color preview on #314873 background

This text has black color on #314873 background.


White color preview on #314873 background

This text has white color on #314873 background.