COLOR #31475A

HEX: #31475A
RGB: (49,71,90)

Color info

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

RGB color model

#31475A color RGB value is (49,71,90).

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

RGB channels and saturation

R 49 of 255 = 19%
G 71 of 255 = 28%
B 90 of 255 = 35%

49
71
90

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

Portions of RGB colors in percentages

R + G + B =
49 + 71 + 90 = 210 (100%)
R 49 of 210 ~ 23.33%
G 71 of 210 ~ 33.81%
B 90 of 210 ~ 42.86%

%23.33
%33.81
%42.86

CMYK color model

#31475A color CMYK value is (46,21,0,65).

  • cyan value is 45.56%
  • magenta value is 21.11%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(46,21,0,65)
C46M21Y0K65 
(46%,21%,0%,65%)
(0.46/0.21/0.00/0.65)	

CMYK percentages

%45.56
%21.11
%0
%64.71

Codes

Color #31475A in popluar color models

31475A
RGB497190
HSL208°29.50%27.25%
HSB/HSV208°45.56%35.29%
CMYK45.56%21.11%0.00%
64.71%

Color #31475A in popluar number systems.

HEX31475A
Decimal497190
Binary11000110001111011010
Octal61107132

Shades and tints

Shades of #31475A

#31475A
(49,71,90)
#2D4152
(45,65,82)
#293B4A
(41,59,74)
#253542
(37,53,66)
#212F3A
(33,47,58)
#1D2932
(29,41,50)
#19232A
(25,35,42)
#151D22
(21,29,34)
#11171A
(17,23,26)
#0D1112
(13,17,18)
#090B0A
(9,11,10)
#000000
(0,0,0)

Tints of #31475A

#31475A
(49,71,90)
#435769
(67,87,105)
#556778
(85,103,120)
#677787
(103,119,135)
#798796
(121,135,150)
#8B97A5
(139,151,165)
#9DA7B4
(157,167,180)
#AFB7C3
(175,183,195)
#C1C7D2
(193,199,210)
#D3D7E1
(211,215,225)
#E5E7F0
(229,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #31475A; }

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

This text font color is #31475A.


Background Color

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

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

This div background color is #31475A.


Border color

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

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

This div border color is #31475A.


Opacity

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

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

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

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

This text has shadow with #31475A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31475A on black background.


Color preview on white background

This text has color #31475A on white background.



Black color preview on #31475A background

This text has black color on #31475A background.


White color preview on #31475A background

This text has white color on #31475A background.