COLOR #31366F

HEX: #31366F
RGB: (49,54,111)

Color info

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

RGB color model

#31366F color RGB value is (49,54,111).

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

RGB channels and saturation

R 49 of 255 = 19%
G 54 of 255 = 21%
B 111 of 255 = 44%

49
54
111

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

Portions of RGB colors in percentages

R + G + B =
49 + 54 + 111 = 214 (100%)
R 49 of 214 ~ 22.9%
G 54 of 214 ~ 25.23%
B 111 of 214 ~ 51.87%

%22.9
%25.23
%51.87

CMYK color model

#31366F color CMYK value is (56,51,0,56).

  • cyan value is 55.86%
  • magenta value is 51.35%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(56,51,0,56)
C56M51Y0K56 
(56%,51%,0%,56%)
(0.56/0.51/0.00/0.56)	

CMYK percentages

%55.86
%51.35
%0
%56.47

Codes

Color #31366F in popluar color models

31366F
RGB4954111
HSL235°38.75%31.37%
HSB/HSV235°55.86%43.53%
CMYK55.86%51.35%0.00%
56.47%

Color #31366F in popluar number systems.

HEX31366F
Decimal4954111
Binary1100011101101101111
Octal6166157

Shades and tints

Shades of #31366F

#31366F
(49,54,111)
#2D3265
(45,50,101)
#292E5B
(41,46,91)
#252A51
(37,42,81)
#212647
(33,38,71)
#1D223D
(29,34,61)
#191E33
(25,30,51)
#151A29
(21,26,41)
#11161F
(17,22,31)
#0D1215
(13,18,21)
#090E0B
(9,14,11)
#000000
(0,0,0)

Tints of #31366F

#31366F
(49,54,111)
#43487C
(67,72,124)
#555A89
(85,90,137)
#676C96
(103,108,150)
#797EA3
(121,126,163)
#8B90B0
(139,144,176)
#9DA2BD
(157,162,189)
#AFB4CA
(175,180,202)
#C1C6D7
(193,198,215)
#D3D8E4
(211,216,228)
#E5EAF1
(229,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #31366F; }

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

This text font color is #31366F.


Background Color

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

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

This div background color is #31366F.


Border color

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

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

This div border color is #31366F.


Opacity

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

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

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

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

This text has shadow with #31366F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31366F on black background.


Color preview on white background

This text has color #31366F on white background.



Black color preview on #31366F background

This text has black color on #31366F background.


White color preview on #31366F background

This text has white color on #31366F background.