COLOR #314859

HEX: #314859
RGB: (49,72,89)

Color info

#314859 contains red, green and blue colors in about the same proportion. Web safe color of #314859 is #333366 (or #336).

RGB color model

#314859 color RGB value is (49,72,89).

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

RGB channels and saturation

R 49 of 255 = 19%
G 72 of 255 = 28%
B 89 of 255 = 35%

49
72
89

R + G + B ~ 27%. #314859 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 72 + 89 = 210 (100%)
R 49 of 210 ~ 23.33%
G 72 of 210 ~ 34.29%
B 89 of 210 ~ 42.38%

%23.33
%34.29
%42.38

CMYK color model

#314859 color CMYK value is (45,19,0,65).

  • cyan value is 44.94%
  • magenta value is 19.10%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(45,19,0,65)
C45M19Y0K65 
(45%,19%,0%,65%)
(0.45/0.19/0.00/0.65)	

CMYK percentages

%44.94
%19.1
%0
%65.1

Codes

Color #314859 in popluar color models

314859
RGB497289
HSL206°28.99%27.06%
HSB/HSV206°44.94%34.90%
CMYK44.94%19.10%0.00%
65.10%

Color #314859 in popluar number systems.

HEX314859
Decimal497289
Binary11000110010001011001
Octal61110131

Shades and tints

Shades of #314859

#314859
(49,72,89)
#2D4251
(45,66,81)
#293C49
(41,60,73)
#253641
(37,54,65)
#213039
(33,48,57)
#1D2A31
(29,42,49)
#192429
(25,36,41)
#151E21
(21,30,33)
#111819
(17,24,25)
#0D1211
(13,18,17)
#090C09
(9,12,9)
#000000
(0,0,0)

Tints of #314859

#314859
(49,72,89)
#435868
(67,88,104)
#556877
(85,104,119)
#677886
(103,120,134)
#798895
(121,136,149)
#8B98A4
(139,152,164)
#9DA8B3
(157,168,179)
#AFB8C2
(175,184,194)
#C1C8D1
(193,200,209)
#D3D8E0
(211,216,224)
#E5E8EF
(229,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #314859; }

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

This text font color is #314859.


Background Color

.myBgColor { background-color: #314859; }

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

This div background color is #314859.


Border color

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

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

This div border color is #314859.


Opacity

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

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

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

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

This text has shadow with #314859 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #314859 on black background.


Color preview on white background

This text has color #314859 on white background.



Black color preview on #314859 background

This text has black color on #314859 background.


White color preview on #314859 background

This text has white color on #314859 background.