COLOR #313056

HEX: #313056
RGB: (49,48,86)

Color info

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

RGB color model

#313056 color RGB value is (49,48,86).

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

RGB channels and saturation

R 49 of 255 = 19%
G 48 of 255 = 19%
B 86 of 255 = 34%

49
48
86

R + G + B ~ 24%. #313056 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 48 + 86 = 183 (100%)
R 49 of 183 ~ 26.78%
G 48 of 183 ~ 26.23%
B 86 of 183 ~ 46.99%

%26.78
%26.23
%46.99

CMYK color model

#313056 color CMYK value is (43,44,0,66).

  • cyan value is 43.02%
  • magenta value is 44.19%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(43,44,0,66)
C43M44Y0K66 
(43%,44%,0%,66%)
(0.43/0.44/0.00/0.66)	

CMYK percentages

%43.02
%44.19
%0
%66.27

Codes

Color #313056 in popluar color models

313056
RGB494886
HSL242°28.36%26.27%
HSB/HSV242°44.19%33.73%
CMYK43.02%44.19%0.00%
66.27%

Color #313056 in popluar number systems.

HEX313056
Decimal494886
Binary1100011100001010110
Octal6160126

Shades and tints

Shades of #313056

#313056
(49,48,86)
#2D2C4F
(45,44,79)
#292848
(41,40,72)
#252441
(37,36,65)
#21203A
(33,32,58)
#1D1C33
(29,28,51)
#19182C
(25,24,44)
#151425
(21,20,37)
#11101E
(17,16,30)
#0D0C17
(13,12,23)
#090810
(9,8,16)
#000000
(0,0,0)

Tints of #313056

#313056
(49,48,86)
#434265
(67,66,101)
#555474
(85,84,116)
#676683
(103,102,131)
#797892
(121,120,146)
#8B8AA1
(139,138,161)
#9D9CB0
(157,156,176)
#AFAEBF
(175,174,191)
#C1C0CE
(193,192,206)
#D3D2DD
(211,210,221)
#E5E4EC
(229,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313056; }

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

This text font color is #313056.


Background Color

.myBgColor { background-color: #313056; }

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

This div background color is #313056.


Border color

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

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

This div border color is #313056.


Opacity

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

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

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

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

This text has shadow with #313056 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313056 on black background.


Color preview on white background

This text has color #313056 on white background.



Black color preview on #313056 background

This text has black color on #313056 background.


White color preview on #313056 background

This text has white color on #313056 background.