COLOR #31475E

HEX: #31475E
RGB: (49,71,94)

Color info

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

RGB color model

#31475E color RGB value is (49,71,94).

  • red value is 49;
  • green value is 71;
  • blue value is 94.
RGB:
(49,71,94)
(19%,28%,37%)

RGB channels and saturation

R 49 of 255 = 19%
G 71 of 255 = 28%
B 94 of 255 = 37%

49
71
94

R + G + B ~ 28%. #31475E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 71 + 94 = 214 (100%)
R 49 of 214 ~ 22.9%
G 71 of 214 ~ 33.18%
B 94 of 214 ~ 43.93%

%22.9
%33.18
%43.93

CMYK color model

#31475E color CMYK value is (48,24,0,63).

  • cyan value is 47.87%
  • magenta value is 24.47%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(48,24,0,63)
C48M24Y0K63 
(48%,24%,0%,63%)
(0.48/0.24/0.00/0.63)	

CMYK percentages

%47.87
%24.47
%0
%63.14

Codes

Color #31475E in popluar color models

31475E
RGB497194
HSL211°31.47%28.04%
HSB/HSV211°47.87%36.86%
CMYK47.87%24.47%0.00%
63.14%

Color #31475E in popluar number systems.

HEX31475E
Decimal497194
Binary11000110001111011110
Octal61107136

Shades and tints

Shades of #31475E

#31475E
(49,71,94)
#2D4156
(45,65,86)
#293B4E
(41,59,78)
#253546
(37,53,70)
#212F3E
(33,47,62)
#1D2936
(29,41,54)
#19232E
(25,35,46)
#151D26
(21,29,38)
#11171E
(17,23,30)
#0D1116
(13,17,22)
#090B0E
(9,11,14)
#000000
(0,0,0)

Tints of #31475E

#31475E
(49,71,94)
#43576C
(67,87,108)
#55677A
(85,103,122)
#677788
(103,119,136)
#798796
(121,135,150)
#8B97A4
(139,151,164)
#9DA7B2
(157,167,178)
#AFB7C0
(175,183,192)
#C1C7CE
(193,199,206)
#D3D7DC
(211,215,220)
#E5E7EA
(229,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31475E color. Also use rgb(49,71,94) instead hex code.

Text Font Color

.myTextColor { color: #31475E; }

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

This text font color is #31475E.


Background Color

.myBgColor { background-color: #31475E; }

<div style="background-color:#31475E">Inner text</div>

This div background color is #31475E.


Border color

.myBorderColor { border: 1px solid #31475E; }

<div style="border:3px solid #31475E">Div</div>

This div border color is #31475E.


Opacity

.myOpacity80 { color: #31475E; opacity: 0.8; }

<p style="color:#31475E;opacity:0.8;">80%</p>

Text with #31475E 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 #31475E;}

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

This text has shadow with #31475E color.

.textShadow {text-shadow: 3px 3px 1px #31475E, 3px 3px 1px red;}

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

This text has shadow with #31475E primary color and red secondary color.


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

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

This text has shadow with #31475E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31475E on black background.


Color preview on white background

This text has color #31475E on white background.



Black color preview on #31475E background

This text has black color on #31475E background.


White color preview on #31475E background

This text has white color on #31475E background.