COLOR #313D53

HEX: #313D53
RGB: (49,61,83)

Color info

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

RGB color model

#313D53 color RGB value is (49,61,83).

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

RGB channels and saturation

R 49 of 255 = 19%
G 61 of 255 = 24%
B 83 of 255 = 33%

49
61
83

R + G + B ~ 25%. #313D53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 61 + 83 = 193 (100%)
R 49 of 193 ~ 25.39%
G 61 of 193 ~ 31.61%
B 83 of 193 ~ 43.01%

%25.39
%31.61
%43.01

CMYK color model

#313D53 color CMYK value is (41,27,0,67).

  • cyan value is 40.96%
  • magenta value is 26.51%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(41,27,0,67)
C41M27Y0K67 
(41%,27%,0%,67%)
(0.41/0.27/0.00/0.67)	

CMYK percentages

%40.96
%26.51
%0
%67.45

Codes

Color #313D53 in popluar color models

313D53
RGB496183
HSL219°25.76%25.88%
HSB/HSV219°40.96%32.55%
CMYK40.96%26.51%0.00%
67.45%

Color #313D53 in popluar number systems.

HEX313D53
Decimal496183
Binary1100011111011010011
Octal6175123

Shades and tints

Shades of #313D53

#313D53
(49,61,83)
#2D384C
(45,56,76)
#293345
(41,51,69)
#252E3E
(37,46,62)
#212937
(33,41,55)
#1D2430
(29,36,48)
#191F29
(25,31,41)
#151A22
(21,26,34)
#11151B
(17,21,27)
#0D1014
(13,16,20)
#090B0D
(9,11,13)
#000000
(0,0,0)

Tints of #313D53

#313D53
(49,61,83)
#434E62
(67,78,98)
#555F71
(85,95,113)
#677080
(103,112,128)
#79818F
(121,129,143)
#8B929E
(139,146,158)
#9DA3AD
(157,163,173)
#AFB4BC
(175,180,188)
#C1C5CB
(193,197,203)
#D3D6DA
(211,214,218)
#E5E7E9
(229,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313D53; }

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

This text font color is #313D53.


Background Color

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

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

This div background color is #313D53.


Border color

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

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

This div border color is #313D53.


Opacity

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

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

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

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

This text has shadow with #313D53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313D53 on black background.


Color preview on white background

This text has color #313D53 on white background.



Black color preview on #313D53 background

This text has black color on #313D53 background.


White color preview on #313D53 background

This text has white color on #313D53 background.