COLOR #313060

HEX: #313060
RGB: (49,48,96)

Color info

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

RGB color model

#313060 color RGB value is (49,48,96).

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

RGB channels and saturation

R 49 of 255 = 19%
G 48 of 255 = 19%
B 96 of 255 = 38%

49
48
96

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

Portions of RGB colors in percentages

R + G + B =
49 + 48 + 96 = 193 (100%)
R 49 of 193 ~ 25.39%
G 48 of 193 ~ 24.87%
B 96 of 193 ~ 49.74%

%25.39
%24.87
%49.74

CMYK color model

#313060 color CMYK value is (49,50,0,62).

  • cyan value is 48.96%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(49,50,0,62)
C49M50Y0K62 
(49%,50%,0%,62%)
(0.49/0.50/0.00/0.62)	

CMYK percentages

%48.96
%50
%0
%62.35

Codes

Color #313060 in popluar color models

313060
RGB494896
HSL241°33.33%28.24%
HSB/HSV241°50.00%37.65%
CMYK48.96%50.00%0.00%
62.35%

Color #313060 in popluar number systems.

HEX313060
Decimal494896
Binary1100011100001100000
Octal6160140

Shades and tints

Shades of #313060

#313060
(49,48,96)
#2D2C58
(45,44,88)
#292850
(41,40,80)
#252448
(37,36,72)
#212040
(33,32,64)
#1D1C38
(29,28,56)
#191830
(25,24,48)
#151428
(21,20,40)
#111020
(17,16,32)
#0D0C18
(13,12,24)
#090810
(9,8,16)
#000000
(0,0,0)

Tints of #313060

#313060
(49,48,96)
#43426E
(67,66,110)
#55547C
(85,84,124)
#67668A
(103,102,138)
#797898
(121,120,152)
#8B8AA6
(139,138,166)
#9D9CB4
(157,156,180)
#AFAEC2
(175,174,194)
#C1C0D0
(193,192,208)
#D3D2DE
(211,210,222)
#E5E4EC
(229,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313060; }

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

This text font color is #313060.


Background Color

.myBgColor { background-color: #313060; }

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

This div background color is #313060.


Border color

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

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

This div border color is #313060.


Opacity

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

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

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

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

This text has shadow with #313060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313060 on black background.


Color preview on white background

This text has color #313060 on white background.



Black color preview on #313060 background

This text has black color on #313060 background.


White color preview on #313060 background

This text has white color on #313060 background.