COLOR #313250

HEX: #313250
RGB: (49,50,80)

Color info

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

RGB color model

#313250 color RGB value is (49,50,80).

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

RGB channels and saturation

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

49
50
80

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

Portions of RGB colors in percentages

R + G + B =
49 + 50 + 80 = 179 (100%)
R 49 of 179 ~ 27.37%
G 50 of 179 ~ 27.93%
B 80 of 179 ~ 44.69%

%27.37
%27.93
%44.69

CMYK color model

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

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

CMYK percentages

%38.75
%37.5
%0
%68.63

Codes

Color #313250 in popluar color models

313250
RGB495080
HSL238°24.03%25.29%
HSB/HSV238°38.75%31.37%
CMYK38.75%37.50%0.00%
68.63%

Color #313250 in popluar number systems.

HEX313250
Decimal495080
Binary1100011100101010000
Octal6162120

Shades and tints

Shades of #313250

#313250
(49,50,80)
#2D2E49
(45,46,73)
#292A42
(41,42,66)
#25263B
(37,38,59)
#212234
(33,34,52)
#1D1E2D
(29,30,45)
#191A26
(25,26,38)
#15161F
(21,22,31)
#111218
(17,18,24)
#0D0E11
(13,14,17)
#090A0A
(9,10,10)
#000000
(0,0,0)

Tints of #313250

#313250
(49,50,80)
#43445F
(67,68,95)
#55566E
(85,86,110)
#67687D
(103,104,125)
#797A8C
(121,122,140)
#8B8C9B
(139,140,155)
#9D9EAA
(157,158,170)
#AFB0B9
(175,176,185)
#C1C2C8
(193,194,200)
#D3D4D7
(211,212,215)
#E5E6E6
(229,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313250; }

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

This text font color is #313250.


Background Color

.myBgColor { background-color: #313250; }

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

This div background color is #313250.


Border color

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

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

This div border color is #313250.


Opacity

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

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

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

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

This text has shadow with #313250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313250 on black background.


Color preview on white background

This text has color #313250 on white background.



Black color preview on #313250 background

This text has black color on #313250 background.


White color preview on #313250 background

This text has white color on #313250 background.