COLOR #313D57

HEX: #313D57 RGB: (49,61,87)

Color info

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

RGB color model

#313D57 color RGB value is (49,61,87).

RGB: (49,61,87) (19%, 24%, 34%)

RGB channels and saturation

R 49 of 255 = 19%
G 61 of 255 = 24%
B 87 of 255 = 34%

49
61
87

R + G + B ~ 26%. #313D57 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 61 + 87 = 197 (100%)
R 49 of 197 ~ 24.87%
G 61 of 197 ~ 30.96%
B 87 of 197 ~ 44.16'%

%24.87
%30.96
%44.16

CMYK color model

#313D57 color CMYK value is (44,30,0,66).

  • cyan value is 43.68%
  • magenta value is 29.89%
  • yellow value is 0.00%
  • key color value is 65.88%

CMYK: (44,30,0,66)
C44M30Y0K66 (44%, 30%, 0%, 66%)
(0.44 / 0.30 / 0.00 / 0.66)

CMYK percentages

%43.68
%29.89
%0
%65.88

Codes

Color #313D57 in popluar color models

31 3D 57
RGB 49 61 87
HSL 221° 27.94% 26.67%
HSB/HSV 221° 43.68% 34.12%
CMYK 43.68% 29.89% 0.00%
65.88%

Color #313D57 in popluar number systems.

HEX 31 3D 57
Decimal 49 61 87
Binary 110001 111101 1010111
Octal 61 75 127

Shades and tints

Shades of #313D57

#313D57
(49,61,87)
#2D3850
(45,56,80)
#293349
(41,51,73)
#252E42
(37,46,66)
#21293B
(33,41,59)
#1D2434
(29,36,52)
#191F2D
(25,31,45)
#151A26
(21,26,38)
#11151F
(17,21,31)
#0D1018
(13,16,24)
#090B11
(9,11,17)
#000000
(0,0,0)

Tints of #313D57

#313D57
(49,61,87)
#434E66
(67,78,102)
#555F75
(85,95,117)
#677084
(103,112,132)
#798193
(121,129,147)
#8B92A2
(139,146,162)
#9DA3B1
(157,163,177)
#AFB4C0
(175,180,192)
#C1C5CF
(193,197,207)
#D3D6DE
(211,214,222)
#E5E7ED
(229,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313D57; }

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

This text font color is #313D57.

Background Color

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

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

This div background color is #313D57.

Border color

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

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

This div border color is #313D57.

Opacity

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

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

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

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

This text has shadow with #313D57 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #313D57.

Preview

Color preview on black background

This text has color #313D57 on black background.


Color preview on white background

This text has color #313D57 on white background.


Black color preview on #313D57 background

This text has black color on #313D57 background.


White color preview on #313D57 background

This text has white color on #313D57 background.


Related colors

Complementary color

Complementary color for #hex is #CEC2A8.


I love getcolorcode.com

Triadic colors

1 #57313D and #3D5731 with #313D57 are triadic colors.

2 #573D31 and #3D3157 with #313D57 are triadic colors.