COLOR #313150

HEX: #313150
RGB: (49,49,80)

Color info

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

RGB color model

#313150 color RGB value is (49,49,80).

  • red value is 49;
  • green value is 49;
  • blue value is 80.
RGB:
(49,49,80)
(19%,19%,31%)

RGB channels and saturation

R 49 of 255 = 19%
G 49 of 255 = 19%
B 80 of 255 = 31%

49
49
80

R + G + B ~ 23%. #313150 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 49 + 80 = 178 (100%)
R 49 of 178 ~ 27.53%
G 49 of 178 ~ 27.53%
B 80 of 178 ~ 44.94%

%27.53
%27.53
%44.94

CMYK color model

#313150 color CMYK value is (39,39,0,69).

  • cyan value is 38.75%
  • magenta value is 38.75%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(39,39,0,69)
C39M39Y0K69 
(39%,39%,0%,69%)
(0.39/0.39/0.00/0.69)	

CMYK percentages

%38.75
%38.75
%0
%68.63

Codes

Color #313150 in popluar color models

313150
RGB494980
HSL240°24.03%25.29%
HSB/HSV240°38.75%31.37%
CMYK38.75%38.75%0.00%
68.63%

Color #313150 in popluar number systems.

HEX313150
Decimal494980
Binary1100011100011010000
Octal6161120

Shades and tints

Shades of #313150

#313150
(49,49,80)
#2D2D49
(45,45,73)
#292942
(41,41,66)
#25253B
(37,37,59)
#212134
(33,33,52)
#1D1D2D
(29,29,45)
#191926
(25,25,38)
#15151F
(21,21,31)
#111118
(17,17,24)
#0D0D11
(13,13,17)
#09090A
(9,9,10)
#000000
(0,0,0)

Tints of #313150

#313150
(49,49,80)
#43435F
(67,67,95)
#55556E
(85,85,110)
#67677D
(103,103,125)
#79798C
(121,121,140)
#8B8B9B
(139,139,155)
#9D9DAA
(157,157,170)
#AFAFB9
(175,175,185)
#C1C1C8
(193,193,200)
#D3D3D7
(211,211,215)
#E5E5E6
(229,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313150; }

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

This text font color is #313150.


Background Color

.myBgColor { background-color: #313150; }

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

This div background color is #313150.


Border color

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

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

This div border color is #313150.


Opacity

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

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

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

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

This text has shadow with #313150 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313150 on black background.


Color preview on white background

This text has color #313150 on white background.



Black color preview on #313150 background

This text has black color on #313150 background.


White color preview on #313150 background

This text has white color on #313150 background.