COLOR #31485A

HEX: #31485A
RGB: (49,72,90)

Color info

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

RGB color model

#31485A color RGB value is (49,72,90).

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

RGB channels and saturation

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

49
72
90

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

Portions of RGB colors in percentages

R + G + B =
49 + 72 + 90 = 211 (100%)
R 49 of 211 ~ 23.22%
G 72 of 211 ~ 34.12%
B 90 of 211 ~ 42.65%

%23.22
%34.12
%42.65

CMYK color model

#31485A color CMYK value is (46,20,0,65).

  • cyan value is 45.56%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(46,20,0,65)
C46M20Y0K65 
(46%,20%,0%,65%)
(0.46/0.20/0.00/0.65)	

CMYK percentages

%45.56
%20
%0
%64.71

Codes

Color #31485A in popluar color models

31485A
RGB497290
HSL206°29.50%27.25%
HSB/HSV206°45.56%35.29%
CMYK45.56%20.00%0.00%
64.71%

Color #31485A in popluar number systems.

HEX31485A
Decimal497290
Binary11000110010001011010
Octal61110132

Shades and tints

Shades of #31485A

#31485A
(49,72,90)
#2D4252
(45,66,82)
#293C4A
(41,60,74)
#253642
(37,54,66)
#21303A
(33,48,58)
#1D2A32
(29,42,50)
#19242A
(25,36,42)
#151E22
(21,30,34)
#11181A
(17,24,26)
#0D1212
(13,18,18)
#090C0A
(9,12,10)
#000000
(0,0,0)

Tints of #31485A

#31485A
(49,72,90)
#435869
(67,88,105)
#556878
(85,104,120)
#677887
(103,120,135)
#798896
(121,136,150)
#8B98A5
(139,152,165)
#9DA8B4
(157,168,180)
#AFB8C3
(175,184,195)
#C1C8D2
(193,200,210)
#D3D8E1
(211,216,225)
#E5E8F0
(229,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #31485A; }

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

This text font color is #31485A.


Background Color

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

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

This div background color is #31485A.


Border color

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

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

This div border color is #31485A.


Opacity

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

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

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

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

This text has shadow with #31485A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31485A on black background.


Color preview on white background

This text has color #31485A on white background.



Black color preview on #31485A background

This text has black color on #31485A background.


White color preview on #31485A background

This text has white color on #31485A background.