COLOR #313050

HEX: #313050
RGB: (49,48,80)

Color info

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

RGB color model

#313050 color RGB value is (49,48,80).

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

RGB channels and saturation

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

49
48
80

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

Portions of RGB colors in percentages

R + G + B =
49 + 48 + 80 = 177 (100%)
R 49 of 177 ~ 27.68%
G 48 of 177 ~ 27.12%
B 80 of 177 ~ 45.2%

%27.68
%27.12
%45.2

CMYK color model

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

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

CMYK percentages

%38.75
%40
%0
%68.63

Codes

Color #313050 in popluar color models

313050
RGB494880
HSL242°25.00%25.10%
HSB/HSV242°40.00%31.37%
CMYK38.75%40.00%0.00%
68.63%

Color #313050 in popluar number systems.

HEX313050
Decimal494880
Binary1100011100001010000
Octal6160120

Shades and tints

Shades of #313050

#313050
(49,48,80)
#2D2C49
(45,44,73)
#292842
(41,40,66)
#25243B
(37,36,59)
#212034
(33,32,52)
#1D1C2D
(29,28,45)
#191826
(25,24,38)
#15141F
(21,20,31)
#111018
(17,16,24)
#0D0C11
(13,12,17)
#09080A
(9,8,10)
#000000
(0,0,0)

Tints of #313050

#313050
(49,48,80)
#43425F
(67,66,95)
#55546E
(85,84,110)
#67667D
(103,102,125)
#79788C
(121,120,140)
#8B8A9B
(139,138,155)
#9D9CAA
(157,156,170)
#AFAEB9
(175,174,185)
#C1C0C8
(193,192,200)
#D3D2D7
(211,210,215)
#E5E4E6
(229,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313050; }

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

This text font color is #313050.


Background Color

.myBgColor { background-color: #313050; }

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

This div background color is #313050.


Border color

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

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

This div border color is #313050.


Opacity

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

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

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

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

This text has shadow with #313050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313050 on black background.


Color preview on white background

This text has color #313050 on white background.



Black color preview on #313050 background

This text has black color on #313050 background.


White color preview on #313050 background

This text has white color on #313050 background.