COLOR #313A50

HEX: #313A50
RGB: (49,58,80)

Color info

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

RGB color model

#313A50 color RGB value is (49,58,80).

  • red value is 49;
  • green value is 58;
  • blue value is 80.
RGB:
(49,58,80)
(19%,23%,31%)

RGB channels and saturation

R 49 of 255 = 19%
G 58 of 255 = 23%
B 80 of 255 = 31%

49
58
80

R + G + B ~ 24%. #313A50 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 58 + 80 = 187 (100%)
R 49 of 187 ~ 26.2%
G 58 of 187 ~ 31.02%
B 80 of 187 ~ 42.78%

%26.2
%31.02
%42.78

CMYK color model

#313A50 color CMYK value is (39,28,0,69).

  • cyan value is 38.75%
  • magenta value is 27.50%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(39,28,0,69)
C39M28Y0K69 
(39%,28%,0%,69%)
(0.39/0.28/0.00/0.69)	

CMYK percentages

%38.75
%27.5
%0
%68.63

Codes

Color #313A50 in popluar color models

313A50
RGB495880
HSL223°24.03%25.29%
HSB/HSV223°38.75%31.37%
CMYK38.75%27.50%0.00%
68.63%

Color #313A50 in popluar number systems.

HEX313A50
Decimal495880
Binary1100011110101010000
Octal6172120

Shades and tints

Shades of #313A50

#313A50
(49,58,80)
#2D3549
(45,53,73)
#293042
(41,48,66)
#252B3B
(37,43,59)
#212634
(33,38,52)
#1D212D
(29,33,45)
#191C26
(25,28,38)
#15171F
(21,23,31)
#111218
(17,18,24)
#0D0D11
(13,13,17)
#09080A
(9,8,10)
#000000
(0,0,0)

Tints of #313A50

#313A50
(49,58,80)
#434B5F
(67,75,95)
#555C6E
(85,92,110)
#676D7D
(103,109,125)
#797E8C
(121,126,140)
#8B8F9B
(139,143,155)
#9DA0AA
(157,160,170)
#AFB1B9
(175,177,185)
#C1C2C8
(193,194,200)
#D3D3D7
(211,211,215)
#E5E4E6
(229,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #313A50 color. Also use rgb(49,58,80) instead hex code.

Text Font Color

.myTextColor { color: #313A50; }

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

This text font color is #313A50.


Background Color

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

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

This div background color is #313A50.


Border color

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

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

This div border color is #313A50.


Opacity

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

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

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

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

This text has shadow with #313A50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313A50 on black background.


Color preview on white background

This text has color #313A50 on white background.



Black color preview on #313A50 background

This text has black color on #313A50 background.


White color preview on #313A50 background

This text has white color on #313A50 background.