COLOR #314D63

HEX: #314D63 RGB: (49,77,99)

Color info

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

RGB color model

#314D63 color RGB value is (49,77,99).

RGB: (49,77,99) (19%, 30%, 39%)

RGB channels and saturation

R 49 of 255 = 19%
G 77 of 255 = 30%
B 99 of 255 = 39%

49
77
99

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

Portions of RGB colors in percentages

R + G + B = 49 + 77 + 99 = 225 (100%)
R 49 of 225 ~ 21.78%
G 77 of 225 ~ 34.22%
B 99 of 225 ~ 44'%

%21.78
%34.22
%44

CMYK color model

#314D63 color CMYK value is (51,22,0,61).

  • cyan value is 50.51%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (51,22,0,61)
C51M22Y0K61 (51%, 22%, 0%, 61%)
(0.51 / 0.22 / 0.00 / 0.61)

CMYK percentages

%50.51
%22.22
%0
%61.18

Codes

Color #314D63 in popluar color models

31 4D 63
RGB 49 77 99
HSL 206° 33.78% 29.02%
HSB/HSV 206° 50.51% 38.82%
CMYK 50.51% 22.22% 0.00%
61.18%

Color #314D63 in popluar number systems.

HEX 31 4D 63
Decimal 49 77 99
Binary 110001 1001101 1100011
Octal 61 115 143

Shades and tints

Shades of #314D63

#314D63
(49,77,99)
#2D465A
(45,70,90)
#293F51
(41,63,81)
#253848
(37,56,72)
#21313F
(33,49,63)
#1D2A36
(29,42,54)
#19232D
(25,35,45)
#151C24
(21,28,36)
#11151B
(17,21,27)
#0D0E12
(13,14,18)
#090709
(9,7,9)
#000000
(0,0,0)

Tints of #314D63

#314D63
(49,77,99)
#435D71
(67,93,113)
#556D7F
(85,109,127)
#677D8D
(103,125,141)
#798D9B
(121,141,155)
#8B9DA9
(139,157,169)
#9DADB7
(157,173,183)
#AFBDC5
(175,189,197)
#C1CDD3
(193,205,211)
#D3DDE1
(211,221,225)
#E5EDEF
(229,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #314D63 color. Also use rgb(49,77,99) instead hex code.

Text Font Color

.myTextColor { color: #314D63; }

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

This text font color is #314D63.

Background Color

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

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

This div background color is #314D63.

Border color

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

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

This div border color is #314D63.

Opacity

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

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

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

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

This text has shadow with #314D63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #314D63.

Preview

Color preview on black background

This text has color #314D63 on black background.


Color preview on white background

This text has color #314D63 on white background.


Black color preview on #314D63 background

This text has black color on #314D63 background.


White color preview on #314D63 background

This text has white color on #314D63 background.


Related colors

Complementary color

Complementary color for #hex is #CEB29C.


I love getcolorcode.com

Triadic colors

1 #63314D and #4D6331 with #314D63 are triadic colors.

2 #634D31 and #4D3163 with #314D63 are triadic colors.