COLOR #313C5E

HEX: #313C5E
RGB: (49,60,94)

Color info

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

RGB color model

#313C5E color RGB value is (49,60,94).

  • red value is 49;
  • green value is 60;
  • blue value is 94.
RGB:
(49,60,94)
(19%,24%,37%)

RGB channels and saturation

R 49 of 255 = 19%
G 60 of 255 = 24%
B 94 of 255 = 37%

49
60
94

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

Portions of RGB colors in percentages

R + G + B =
49 + 60 + 94 = 203 (100%)
R 49 of 203 ~ 24.14%
G 60 of 203 ~ 29.56%
B 94 of 203 ~ 46.31%

%24.14
%29.56
%46.31

CMYK color model

#313C5E color CMYK value is (48,36,0,63).

  • cyan value is 47.87%
  • magenta value is 36.17%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(48,36,0,63)
C48M36Y0K63 
(48%,36%,0%,63%)
(0.48/0.36/0.00/0.63)	

CMYK percentages

%47.87
%36.17
%0
%63.14

Codes

Color #313C5E in popluar color models

313C5E
RGB496094
HSL225°31.47%28.04%
HSB/HSV225°47.87%36.86%
CMYK47.87%36.17%0.00%
63.14%

Color #313C5E in popluar number systems.

HEX313C5E
Decimal496094
Binary1100011111001011110
Octal6174136

Shades and tints

Shades of #313C5E

#313C5E
(49,60,94)
#2D3756
(45,55,86)
#29324E
(41,50,78)
#252D46
(37,45,70)
#21283E
(33,40,62)
#1D2336
(29,35,54)
#191E2E
(25,30,46)
#151926
(21,25,38)
#11141E
(17,20,30)
#0D0F16
(13,15,22)
#090A0E
(9,10,14)
#000000
(0,0,0)

Tints of #313C5E

#313C5E
(49,60,94)
#434D6C
(67,77,108)
#555E7A
(85,94,122)
#676F88
(103,111,136)
#798096
(121,128,150)
#8B91A4
(139,145,164)
#9DA2B2
(157,162,178)
#AFB3C0
(175,179,192)
#C1C4CE
(193,196,206)
#D3D5DC
(211,213,220)
#E5E6EA
(229,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #313C5E color. Also use rgb(49,60,94) instead hex code.

Text Font Color

.myTextColor { color: #313C5E; }

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

This text font color is #313C5E.


Background Color

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

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

This div background color is #313C5E.


Border color

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

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

This div border color is #313C5E.


Opacity

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

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

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

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

This text has shadow with #313C5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313C5E on black background.


Color preview on white background

This text has color #313C5E on white background.



Black color preview on #313C5E background

This text has black color on #313C5E background.


White color preview on #313C5E background

This text has white color on #313C5E background.