COLOR #313D63

HEX: #313D63
RGB: (49,61,99)

Color info

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

RGB color model

#313D63 color RGB value is (49,61,99).

  • red value is 49;
  • green value is 61;
  • blue value is 99.
RGB:
(49,61,99)
(19%,24%,39%)

RGB channels and saturation

R 49 of 255 = 19%
G 61 of 255 = 24%
B 99 of 255 = 39%

49
61
99

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

Portions of RGB colors in percentages

R + G + B =
49 + 61 + 99 = 209 (100%)
R 49 of 209 ~ 23.44%
G 61 of 209 ~ 29.19%
B 99 of 209 ~ 47.37%

%23.44
%29.19
%47.37

CMYK color model

#313D63 color CMYK value is (51,38,0,61).

  • cyan value is 50.51%
  • magenta value is 38.38%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(51,38,0,61)
C51M38Y0K61 
(51%,38%,0%,61%)
(0.51/0.38/0.00/0.61)	

CMYK percentages

%50.51
%38.38
%0
%61.18

Codes

Color #313D63 in popluar color models

313D63
RGB496199
HSL226°33.78%29.02%
HSB/HSV226°50.51%38.82%
CMYK50.51%38.38%0.00%
61.18%

Color #313D63 in popluar number systems.

HEX313D63
Decimal496199
Binary1100011111011100011
Octal6175143

Shades and tints

Shades of #313D63

#313D63
(49,61,99)
#2D385A
(45,56,90)
#293351
(41,51,81)
#252E48
(37,46,72)
#21293F
(33,41,63)
#1D2436
(29,36,54)
#191F2D
(25,31,45)
#151A24
(21,26,36)
#11151B
(17,21,27)
#0D1012
(13,16,18)
#090B09
(9,11,9)
#000000
(0,0,0)

Tints of #313D63

#313D63
(49,61,99)
#434E71
(67,78,113)
#555F7F
(85,95,127)
#67708D
(103,112,141)
#79819B
(121,129,155)
#8B92A9
(139,146,169)
#9DA3B7
(157,163,183)
#AFB4C5
(175,180,197)
#C1C5D3
(193,197,211)
#D3D6E1
(211,214,225)
#E5E7EF
(229,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313D63; }

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

This text font color is #313D63.


Background Color

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

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

This div background color is #313D63.


Border color

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

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

This div border color is #313D63.


Opacity

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

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

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

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

This text has shadow with #313D63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313D63 on black background.


Color preview on white background

This text has color #313D63 on white background.



Black color preview on #313D63 background

This text has black color on #313D63 background.


White color preview on #313D63 background

This text has white color on #313D63 background.