COLOR #313A49

HEX: #313A49
RGB: (49,58,73)

Color info

#313A49 contains red, green and blue colors in about the same proportion. Web safe color of #313A49 is #333333 (or #333).

RGB color model

#313A49 color RGB value is (49,58,73).

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

RGB channels and saturation

R 49 of 255 = 19%
G 58 of 255 = 23%
B 73 of 255 = 29%

49
58
73

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

Portions of RGB colors in percentages

R + G + B =
49 + 58 + 73 = 180 (100%)
R 49 of 180 ~ 27.22%
G 58 of 180 ~ 32.22%
B 73 of 180 ~ 40.56%

%27.22
%32.22
%40.56

CMYK color model

#313A49 color CMYK value is (33,21,0,71).

  • cyan value is 32.88%
  • magenta value is 20.55%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(33,21,0,71)
C33M21Y0K71 
(33%,21%,0%,71%)
(0.33/0.21/0.00/0.71)	

CMYK percentages

%32.88
%20.55
%0
%71.37

Codes

Color #313A49 in popluar color models

313A49
RGB495873
HSL218°19.67%23.92%
HSB/HSV218°32.88%28.63%
CMYK32.88%20.55%0.00%
71.37%

Color #313A49 in popluar number systems.

HEX313A49
Decimal495873
Binary1100011110101001001
Octal6172111

Shades and tints

Shades of #313A49

#313A49
(49,58,73)
#2D3543
(45,53,67)
#29303D
(41,48,61)
#252B37
(37,43,55)
#212631
(33,38,49)
#1D212B
(29,33,43)
#191C25
(25,28,37)
#15171F
(21,23,31)
#111219
(17,18,25)
#0D0D13
(13,13,19)
#09080D
(9,8,13)
#000000
(0,0,0)

Tints of #313A49

#313A49
(49,58,73)
#434B59
(67,75,89)
#555C69
(85,92,105)
#676D79
(103,109,121)
#797E89
(121,126,137)
#8B8F99
(139,143,153)
#9DA0A9
(157,160,169)
#AFB1B9
(175,177,185)
#C1C2C9
(193,194,201)
#D3D3D9
(211,211,217)
#E5E4E9
(229,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313A49; }

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

This text font color is #313A49.


Background Color

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

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

This div background color is #313A49.


Border color

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

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

This div border color is #313A49.


Opacity

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

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

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

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

This text has shadow with #313A49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313A49 on black background.


Color preview on white background

This text has color #313A49 on white background.



Black color preview on #313A49 background

This text has black color on #313A49 background.


White color preview on #313A49 background

This text has white color on #313A49 background.