COLOR #31486F

HEX: #31486F
RGB: (49,72,111)

Color info

#31486F contains mainly green and blue colors. Web safe color of #31486F is #333366 (or #336).

RGB color model

#31486F color RGB value is (49,72,111).

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

RGB channels and saturation

R 49 of 255 = 19%
G 72 of 255 = 28%
B 111 of 255 = 44%

49
72
111

R + G + B ~ 30%. #31486F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 72 + 111 = 232 (100%)
R 49 of 232 ~ 21.12%
G 72 of 232 ~ 31.03%
B 111 of 232 ~ 47.84%

%21.12
%31.03
%47.84

CMYK color model

#31486F color CMYK value is (56,35,0,56).

  • cyan value is 55.86%
  • magenta value is 35.14%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(56,35,0,56)
C56M35Y0K56 
(56%,35%,0%,56%)
(0.56/0.35/0.00/0.56)	

CMYK percentages

%55.86
%35.14
%0
%56.47

Codes

Color #31486F in popluar color models

31486F
RGB4972111
HSL218°38.75%31.37%
HSB/HSV218°55.86%43.53%
CMYK55.86%35.14%0.00%
56.47%

Color #31486F in popluar number systems.

HEX31486F
Decimal4972111
Binary11000110010001101111
Octal61110157

Shades and tints

Shades of #31486F

#31486F
(49,72,111)
#2D4265
(45,66,101)
#293C5B
(41,60,91)
#253651
(37,54,81)
#213047
(33,48,71)
#1D2A3D
(29,42,61)
#192433
(25,36,51)
#151E29
(21,30,41)
#11181F
(17,24,31)
#0D1215
(13,18,21)
#090C0B
(9,12,11)
#000000
(0,0,0)

Tints of #31486F

#31486F
(49,72,111)
#43587C
(67,88,124)
#556889
(85,104,137)
#677896
(103,120,150)
#7988A3
(121,136,163)
#8B98B0
(139,152,176)
#9DA8BD
(157,168,189)
#AFB8CA
(175,184,202)
#C1C8D7
(193,200,215)
#D3D8E4
(211,216,228)
#E5E8F1
(229,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31486F color. Also use rgb(49,72,111) instead hex code.

Text Font Color

.myTextColor { color: #31486F; }

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

This text font color is #31486F.


Background Color

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

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

This div background color is #31486F.


Border color

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

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

This div border color is #31486F.


Opacity

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

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

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

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

This text has shadow with #31486F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31486F on black background.


Color preview on white background

This text has color #31486F on white background.



Black color preview on #31486F background

This text has black color on #31486F background.


White color preview on #31486F background

This text has white color on #31486F background.