COLOR #313856

HEX: #313856
RGB: (49,56,86)

Color info

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

RGB color model

#313856 color RGB value is (49,56,86).

  • red value is 49;
  • green value is 56;
  • blue value is 86.
RGB:
(49,56,86)
(19%,22%,34%)

RGB channels and saturation

R 49 of 255 = 19%
G 56 of 255 = 22%
B 86 of 255 = 34%

49
56
86

R + G + B ~ 25%. #313856 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 56 + 86 = 191 (100%)
R 49 of 191 ~ 25.65%
G 56 of 191 ~ 29.32%
B 86 of 191 ~ 45.03%

%25.65
%29.32
%45.03

CMYK color model

#313856 color CMYK value is (43,35,0,66).

  • cyan value is 43.02%
  • magenta value is 34.88%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(43,35,0,66)
C43M35Y0K66 
(43%,35%,0%,66%)
(0.43/0.35/0.00/0.66)	

CMYK percentages

%43.02
%34.88
%0
%66.27

Codes

Color #313856 in popluar color models

313856
RGB495686
HSL229°27.41%26.47%
HSB/HSV229°43.02%33.73%
CMYK43.02%34.88%0.00%
66.27%

Color #313856 in popluar number systems.

HEX313856
Decimal495686
Binary1100011110001010110
Octal6170126

Shades and tints

Shades of #313856

#313856
(49,56,86)
#2D334F
(45,51,79)
#292E48
(41,46,72)
#252941
(37,41,65)
#21243A
(33,36,58)
#1D1F33
(29,31,51)
#191A2C
(25,26,44)
#151525
(21,21,37)
#11101E
(17,16,30)
#0D0B17
(13,11,23)
#090610
(9,6,16)
#000000
(0,0,0)

Tints of #313856

#313856
(49,56,86)
#434A65
(67,74,101)
#555C74
(85,92,116)
#676E83
(103,110,131)
#798092
(121,128,146)
#8B92A1
(139,146,161)
#9DA4B0
(157,164,176)
#AFB6BF
(175,182,191)
#C1C8CE
(193,200,206)
#D3DADD
(211,218,221)
#E5ECEC
(229,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #313856 color. Also use rgb(49,56,86) instead hex code.

Text Font Color

.myTextColor { color: #313856; }

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

This text font color is #313856.


Background Color

.myBgColor { background-color: #313856; }

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

This div background color is #313856.


Border color

.myBorderColor { border: 1px solid #313856; }

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

This div border color is #313856.


Opacity

.myOpacity80 { color: #313856; opacity: 0.8; }

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

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

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

This text has shadow with #313856 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313856 on black background.


Color preview on white background

This text has color #313856 on white background.



Black color preview on #313856 background

This text has black color on #313856 background.


White color preview on #313856 background

This text has white color on #313856 background.