COLOR #31445B

HEX: #31445B
RGB: (49,68,91)

Color info

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

RGB color model

#31445B color RGB value is (49,68,91).

  • red value is 49;
  • green value is 68;
  • blue value is 91.
RGB:
(49,68,91)
(19%,27%,36%)

RGB channels and saturation

R 49 of 255 = 19%
G 68 of 255 = 27%
B 91 of 255 = 36%

49
68
91

R + G + B ~ 27%. #31445B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 68 + 91 = 208 (100%)
R 49 of 208 ~ 23.56%
G 68 of 208 ~ 32.69%
B 91 of 208 ~ 43.75%

%23.56
%32.69
%43.75

CMYK color model

#31445B color CMYK value is (46,25,0,64).

  • cyan value is 46.15%
  • magenta value is 25.27%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(46,25,0,64)
C46M25Y0K64 
(46%,25%,0%,64%)
(0.46/0.25/0.00/0.64)	

CMYK percentages

%46.15
%25.27
%0
%64.31

Codes

Color #31445B in popluar color models

31445B
RGB496891
HSL213°30.00%27.45%
HSB/HSV213°46.15%35.69%
CMYK46.15%25.27%0.00%
64.31%

Color #31445B in popluar number systems.

HEX31445B
Decimal496891
Binary11000110001001011011
Octal61104133

Shades and tints

Shades of #31445B

#31445B
(49,68,91)
#2D3E53
(45,62,83)
#29384B
(41,56,75)
#253243
(37,50,67)
#212C3B
(33,44,59)
#1D2633
(29,38,51)
#19202B
(25,32,43)
#151A23
(21,26,35)
#11141B
(17,20,27)
#0D0E13
(13,14,19)
#09080B
(9,8,11)
#000000
(0,0,0)

Tints of #31445B

#31445B
(49,68,91)
#435569
(67,85,105)
#556677
(85,102,119)
#677785
(103,119,133)
#798893
(121,136,147)
#8B99A1
(139,153,161)
#9DAAAF
(157,170,175)
#AFBBBD
(175,187,189)
#C1CCCB
(193,204,203)
#D3DDD9
(211,221,217)
#E5EEE7
(229,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31445B color. Also use rgb(49,68,91) instead hex code.

Text Font Color

.myTextColor { color: #31445B; }

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

This text font color is #31445B.


Background Color

.myBgColor { background-color: #31445B; }

<div style="background-color:#31445B">Inner text</div>

This div background color is #31445B.


Border color

.myBorderColor { border: 1px solid #31445B; }

<div style="border:3px solid #31445B">Div</div>

This div border color is #31445B.


Opacity

.myOpacity80 { color: #31445B; opacity: 0.8; }

<p style="color:#31445B;opacity:0.8;">80%</p>

Text with #31445B 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 #31445B;}

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

This text has shadow with #31445B color.

.textShadow {text-shadow: 3px 3px 1px #31445B, 3px 3px 1px red;}

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

This text has shadow with #31445B primary color and red secondary color.


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

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

This text has shadow with #31445B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31445B on black background.


Color preview on white background

This text has color #31445B on white background.



Black color preview on #31445B background

This text has black color on #31445B background.


White color preview on #31445B background

This text has white color on #31445B background.