COLOR #313956

HEX: #313956
RGB: (49,57,86)

Color info

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

RGB color model

#313956 color RGB value is (49,57,86).

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

RGB channels and saturation

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

49
57
86

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

Portions of RGB colors in percentages

R + G + B =
49 + 57 + 86 = 192 (100%)
R 49 of 192 ~ 25.52%
G 57 of 192 ~ 29.69%
B 86 of 192 ~ 44.79%

%25.52
%29.69
%44.79

CMYK color model

#313956 color CMYK value is (43,34,0,66).

  • cyan value is 43.02%
  • magenta value is 33.72%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(43,34,0,66)
C43M34Y0K66 
(43%,34%,0%,66%)
(0.43/0.34/0.00/0.66)	

CMYK percentages

%43.02
%33.72
%0
%66.27

Codes

Color #313956 in popluar color models

313956
RGB495786
HSL227°27.41%26.47%
HSB/HSV227°43.02%33.73%
CMYK43.02%33.72%0.00%
66.27%

Color #313956 in popluar number systems.

HEX313956
Decimal495786
Binary1100011110011010110
Octal6171126

Shades and tints

Shades of #313956

#313956
(49,57,86)
#2D344F
(45,52,79)
#292F48
(41,47,72)
#252A41
(37,42,65)
#21253A
(33,37,58)
#1D2033
(29,32,51)
#191B2C
(25,27,44)
#151625
(21,22,37)
#11111E
(17,17,30)
#0D0C17
(13,12,23)
#090710
(9,7,16)
#000000
(0,0,0)

Tints of #313956

#313956
(49,57,86)
#434B65
(67,75,101)
#555D74
(85,93,116)
#676F83
(103,111,131)
#798192
(121,129,146)
#8B93A1
(139,147,161)
#9DA5B0
(157,165,176)
#AFB7BF
(175,183,191)
#C1C9CE
(193,201,206)
#D3DBDD
(211,219,221)
#E5EDEC
(229,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313956; }

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

This text font color is #313956.


Background Color

.myBgColor { background-color: #313956; }

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

This div background color is #313956.


Border color

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

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

This div border color is #313956.


Opacity

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

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

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

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

This text has shadow with #313956 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313956 on black background.


Color preview on white background

This text has color #313956 on white background.



Black color preview on #313956 background

This text has black color on #313956 background.


White color preview on #313956 background

This text has white color on #313956 background.