COLOR #313460

HEX: #313460
RGB: (49,52,96)

Color info

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

RGB color model

#313460 color RGB value is (49,52,96).

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

RGB channels and saturation

R 49 of 255 = 19%
G 52 of 255 = 20%
B 96 of 255 = 38%

49
52
96

R + G + B ~ 26%. #313460 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 52 + 96 = 197 (100%)
R 49 of 197 ~ 24.87%
G 52 of 197 ~ 26.4%
B 96 of 197 ~ 48.73%

%24.87
%26.4
%48.73

CMYK color model

#313460 color CMYK value is (49,46,0,62).

  • cyan value is 48.96%
  • magenta value is 45.83%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(49,46,0,62)
C49M46Y0K62 
(49%,46%,0%,62%)
(0.49/0.46/0.00/0.62)	

CMYK percentages

%48.96
%45.83
%0
%62.35

Codes

Color #313460 in popluar color models

313460
RGB495296
HSL236°32.41%28.43%
HSB/HSV236°48.96%37.65%
CMYK48.96%45.83%0.00%
62.35%

Color #313460 in popluar number systems.

HEX313460
Decimal495296
Binary1100011101001100000
Octal6164140

Shades and tints

Shades of #313460

#313460
(49,52,96)
#2D3058
(45,48,88)
#292C50
(41,44,80)
#252848
(37,40,72)
#212440
(33,36,64)
#1D2038
(29,32,56)
#191C30
(25,28,48)
#151828
(21,24,40)
#111420
(17,20,32)
#0D1018
(13,16,24)
#090C10
(9,12,16)
#000000
(0,0,0)

Tints of #313460

#313460
(49,52,96)
#43466E
(67,70,110)
#55587C
(85,88,124)
#676A8A
(103,106,138)
#797C98
(121,124,152)
#8B8EA6
(139,142,166)
#9DA0B4
(157,160,180)
#AFB2C2
(175,178,194)
#C1C4D0
(193,196,208)
#D3D6DE
(211,214,222)
#E5E8EC
(229,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313460; }

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

This text font color is #313460.


Background Color

.myBgColor { background-color: #313460; }

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

This div background color is #313460.


Border color

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

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

This div border color is #313460.


Opacity

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

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

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

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

This text has shadow with #313460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313460 on black background.


Color preview on white background

This text has color #313460 on white background.



Black color preview on #313460 background

This text has black color on #313460 background.


White color preview on #313460 background

This text has white color on #313460 background.