COLOR #313E52

HEX: #313E52 RGB: (49,62,82)

Color info

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

RGB color model

#313E52 color RGB value is (49,62,82).

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

RGB channels and saturation

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

49
62
82

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

Portions of RGB colors in percentages

R + G + B = 49 + 62 + 82 = 193 (100%)
R 49 of 193 ~ 25.39%
G 62 of 193 ~ 32.12%
B 82 of 193 ~ 42.49'%

%25.39
%32.12
%42.49

CMYK color model

#313E52 color CMYK value is (40,24,0,68).

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

CMYK: (40,24,0,68)
C40M24Y0K68 (40%, 24%, 0%, 68%)
(0.40 / 0.24 / 0.00 / 0.68)

CMYK percentages

%40.24
%24.39
%0
%67.84

Codes

Color #313E52 in popluar color models

31 3E 52
RGB 49 62 82
HSL 216° 25.19% 25.69%
HSB/HSV 216° 40.24% 32.16%
CMYK 40.24% 24.39% 0.00%
67.84%

Color #313E52 in popluar number systems.

HEX 31 3E 52
Decimal 49 62 82
Binary 110001 111110 1010010
Octal 61 76 122

Shades and tints

Shades of #313E52

#313E52
(49,62,82)
#2D394B
(45,57,75)
#293444
(41,52,68)
#252F3D
(37,47,61)
#212A36
(33,42,54)
#1D252F
(29,37,47)
#192028
(25,32,40)
#151B21
(21,27,33)
#11161A
(17,22,26)
#0D1113
(13,17,19)
#090C0C
(9,12,12)
#000000
(0,0,0)

Tints of #313E52

#313E52
(49,62,82)
#434F61
(67,79,97)
#556070
(85,96,112)
#67717F
(103,113,127)
#79828E
(121,130,142)
#8B939D
(139,147,157)
#9DA4AC
(157,164,172)
#AFB5BB
(175,181,187)
#C1C6CA
(193,198,202)
#D3D7D9
(211,215,217)
#E5E8E8
(229,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313E52; }

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

This text font color is #313E52.

Background Color

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

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

This div background color is #313E52.

Border color

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

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

This div border color is #313E52.

Opacity

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

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

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

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

This text has shadow with #313E52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #313E52.

Preview

Color preview on black background

This text has color #313E52 on black background.


Color preview on white background

This text has color #313E52 on white background.


Black color preview on #313E52 background

This text has black color on #313E52 background.


White color preview on #313E52 background

This text has white color on #313E52 background.


Related colors

Complementary color

Complementary color for #hex is #CEC1AD.


I love getcolorcode.com

Triadic colors

1 #52313E and #3E5231 with #313E52 are triadic colors.

2 #523E31 and #3E3152 with #313E52 are triadic colors.