COLOR #314E62

HEX: #314E62 RGB: (49,78,98)

Color info

#314E62 contains red, green and blue colors in about the same proportion. Web safe color of #314E62 is #336666 (or #366).

RGB color model

#314E62 color RGB value is (49,78,98).

RGB: (49,78,98) (19%, 31%, 38%)

RGB channels and saturation

R 49 of 255 = 19%
G 78 of 255 = 31%
B 98 of 255 = 38%

49
78
98

R + G + B ~ 29%. #314E62 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 78 + 98 = 225 (100%)
R 49 of 225 ~ 21.78%
G 78 of 225 ~ 34.67%
B 98 of 225 ~ 43.56'%

%21.78
%34.67
%43.56

CMYK color model

#314E62 color CMYK value is (50,20,0,62).

  • cyan value is 50.00%
  • magenta value is 20.41%
  • yellow value is 0.00%
  • key color value is 61.57%

CMYK: (50,20,0,62)
C50M20Y0K62 (50%, 20%, 0%, 62%)
(0.50 / 0.20 / 0.00 / 0.62)

CMYK percentages

%50
%20.41
%0
%61.57

Codes

Color #314E62 in popluar color models

31 4E 62
RGB 49 78 98
HSL 204° 33.33% 28.82%
HSB/HSV 204° 50.00% 38.43%
CMYK 50.00% 20.41% 0.00%
61.57%

Color #314E62 in popluar number systems.

HEX 31 4E 62
Decimal 49 78 98
Binary 110001 1001110 1100010
Octal 61 116 142

Shades and tints

Shades of #314E62

#314E62
(49,78,98)
#2D475A
(45,71,90)
#294052
(41,64,82)
#25394A
(37,57,74)
#213242
(33,50,66)
#1D2B3A
(29,43,58)
#192432
(25,36,50)
#151D2A
(21,29,42)
#111622
(17,22,34)
#0D0F1A
(13,15,26)
#090812
(9,8,18)
#000000
(0,0,0)

Tints of #314E62

#314E62
(49,78,98)
#435E70
(67,94,112)
#556E7E
(85,110,126)
#677E8C
(103,126,140)
#798E9A
(121,142,154)
#8B9EA8
(139,158,168)
#9DAEB6
(157,174,182)
#AFBEC4
(175,190,196)
#C1CED2
(193,206,210)
#D3DEE0
(211,222,224)
#E5EEEE
(229,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #314E62; }

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

This text font color is #314E62.

Background Color

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

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

This div background color is #314E62.

Border color

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

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

This div border color is #314E62.

Opacity

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

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

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

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

This text has shadow with #314E62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #314E62.

Preview

Color preview on black background

This text has color #314E62 on black background.


Color preview on white background

This text has color #314E62 on white background.


Black color preview on #314E62 background

This text has black color on #314E62 background.


White color preview on #314E62 background

This text has white color on #314E62 background.


Related colors

Complementary color

Complementary color for #hex is #CEB19D.


I love getcolorcode.com

Triadic colors

1 #62314E and #4E6231 with #314E62 are triadic colors.

2 #624E31 and #4E3162 with #314E62 are triadic colors.