COLOR #313C52

HEX: #313C52 RGB: (49,60,82)

Color info

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

RGB color model

#313C52 color RGB value is (49,60,82).

RGB: (49,60,82) (19%, 24%, 32%)

RGB channels and saturation

R 49 of 255 = 19%
G 60 of 255 = 24%
B 82 of 255 = 32%

49
60
82

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

Portions of RGB colors in percentages

R + G + B = 49 + 60 + 82 = 191 (100%)
R 49 of 191 ~ 25.65%
G 60 of 191 ~ 31.41%
B 82 of 191 ~ 42.93'%

%25.65
%31.41
%42.93

CMYK color model

#313C52 color CMYK value is (40,27,0,68).

  • cyan value is 40.24%
  • magenta value is 26.83%
  • yellow value is 0.00%
  • key color value is 67.84%

CMYK: (40,27,0,68)
C40M27Y0K68 (40%, 27%, 0%, 68%)
(0.40 / 0.27 / 0.00 / 0.68)

CMYK percentages

%40.24
%26.83
%0
%67.84

Codes

Color #313C52 in popluar color models

31 3C 52
RGB 49 60 82
HSL 220° 25.19% 25.69%
HSB/HSV 220° 40.24% 32.16%
CMYK 40.24% 26.83% 0.00%
67.84%

Color #313C52 in popluar number systems.

HEX 31 3C 52
Decimal 49 60 82
Binary 110001 111100 1010010
Octal 61 74 122

Shades and tints

Shades of #313C52

#313C52
(49,60,82)
#2D374B
(45,55,75)
#293244
(41,50,68)
#252D3D
(37,45,61)
#212836
(33,40,54)
#1D232F
(29,35,47)
#191E28
(25,30,40)
#151921
(21,25,33)
#11141A
(17,20,26)
#0D0F13
(13,15,19)
#090A0C
(9,10,12)
#000000
(0,0,0)

Tints of #313C52

#313C52
(49,60,82)
#434D61
(67,77,97)
#555E70
(85,94,112)
#676F7F
(103,111,127)
#79808E
(121,128,142)
#8B919D
(139,145,157)
#9DA2AC
(157,162,172)
#AFB3BB
(175,179,187)
#C1C4CA
(193,196,202)
#D3D5D9
(211,213,217)
#E5E6E8
(229,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313C52; }

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

This text font color is #313C52.

Background Color

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

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

This div background color is #313C52.

Border color

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

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

This div border color is #313C52.

Opacity

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

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

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

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

This text has shadow with #313C52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #313C52.

Preview

Color preview on black background

This text has color #313C52 on black background.


Color preview on white background

This text has color #313C52 on white background.


Black color preview on #313C52 background

This text has black color on #313C52 background.


White color preview on #313C52 background

This text has white color on #313C52 background.


Related colors

Complementary color

Complementary color for #hex is #CEC3AD.


I love getcolorcode.com

Triadic colors

1 #52313C and #3C5231 with #313C52 are triadic colors.

2 #523C31 and #3C3152 with #313C52 are triadic colors.