COLOR #313850

HEX: #313850
RGB: (49,56,80)

Color info

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

RGB color model

#313850 color RGB value is (49,56,80).

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

RGB channels and saturation

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

49
56
80

R + G + B ~ 24%. #313850 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 56 + 80 = 185 (100%)
R 49 of 185 ~ 26.49%
G 56 of 185 ~ 30.27%
B 80 of 185 ~ 43.24%

%26.49
%30.27
%43.24

CMYK color model

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

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

CMYK percentages

%38.75
%30
%0
%68.63

Codes

Color #313850 in popluar color models

313850
RGB495680
HSL226°24.03%25.29%
HSB/HSV226°38.75%31.37%
CMYK38.75%30.00%0.00%
68.63%

Color #313850 in popluar number systems.

HEX313850
Decimal495680
Binary1100011110001010000
Octal6170120

Shades and tints

Shades of #313850

#313850
(49,56,80)
#2D3349
(45,51,73)
#292E42
(41,46,66)
#25293B
(37,41,59)
#212434
(33,36,52)
#1D1F2D
(29,31,45)
#191A26
(25,26,38)
#15151F
(21,21,31)
#111018
(17,16,24)
#0D0B11
(13,11,17)
#09060A
(9,6,10)
#000000
(0,0,0)

Tints of #313850

#313850
(49,56,80)
#434A5F
(67,74,95)
#555C6E
(85,92,110)
#676E7D
(103,110,125)
#79808C
(121,128,140)
#8B929B
(139,146,155)
#9DA4AA
(157,164,170)
#AFB6B9
(175,182,185)
#C1C8C8
(193,200,200)
#D3DAD7
(211,218,215)
#E5ECE6
(229,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313850; }

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

This text font color is #313850.


Background Color

.myBgColor { background-color: #313850; }

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

This div background color is #313850.


Border color

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

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

This div border color is #313850.


Opacity

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

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

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

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

This text has shadow with #313850 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313850 on black background.


Color preview on white background

This text has color #313850 on white background.



Black color preview on #313850 background

This text has black color on #313850 background.


White color preview on #313850 background

This text has white color on #313850 background.