COLOR #31475F

HEX: #31475F
RGB: (49,71,95)

Color info

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

RGB color model

#31475F color RGB value is (49,71,95).

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

RGB channels and saturation

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

49
71
95

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

Portions of RGB colors in percentages

R + G + B =
49 + 71 + 95 = 215 (100%)
R 49 of 215 ~ 22.79%
G 71 of 215 ~ 33.02%
B 95 of 215 ~ 44.19%

%22.79
%33.02
%44.19

CMYK color model

#31475F color CMYK value is (48,25,0,63).

  • cyan value is 48.42%
  • magenta value is 25.26%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(48,25,0,63)
C48M25Y0K63 
(48%,25%,0%,63%)
(0.48/0.25/0.00/0.63)	

CMYK percentages

%48.42
%25.26
%0
%62.75

Codes

Color #31475F in popluar color models

31475F
RGB497195
HSL211°31.94%28.24%
HSB/HSV211°48.42%37.25%
CMYK48.42%25.26%0.00%
62.75%

Color #31475F in popluar number systems.

HEX31475F
Decimal497195
Binary11000110001111011111
Octal61107137

Shades and tints

Shades of #31475F

#31475F
(49,71,95)
#2D4157
(45,65,87)
#293B4F
(41,59,79)
#253547
(37,53,71)
#212F3F
(33,47,63)
#1D2937
(29,41,55)
#19232F
(25,35,47)
#151D27
(21,29,39)
#11171F
(17,23,31)
#0D1117
(13,17,23)
#090B0F
(9,11,15)
#000000
(0,0,0)

Tints of #31475F

#31475F
(49,71,95)
#43576D
(67,87,109)
#55677B
(85,103,123)
#677789
(103,119,137)
#798797
(121,135,151)
#8B97A5
(139,151,165)
#9DA7B3
(157,167,179)
#AFB7C1
(175,183,193)
#C1C7CF
(193,199,207)
#D3D7DD
(211,215,221)
#E5E7EB
(229,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #31475F; }

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

This text font color is #31475F.


Background Color

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

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

This div background color is #31475F.


Border color

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

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

This div border color is #31475F.


Opacity

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

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

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

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

This text has shadow with #31475F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31475F on black background.


Color preview on white background

This text has color #31475F on white background.



Black color preview on #31475F background

This text has black color on #31475F background.


White color preview on #31475F background

This text has white color on #31475F background.