COLOR #313176

HEX: #313176
RGB: (49,49,118)

Color info

#313176 contains mainly blue color. Web safe color of #313176 is #333366 (or #336).

RGB color model

#313176 color RGB value is (49,49,118).

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

RGB channels and saturation

R 49 of 255 = 19%
G 49 of 255 = 19%
B 118 of 255 = 46%

49
49
118

R + G + B ~ 28%. #313176 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 49 + 118 = 216 (100%)
R 49 of 216 ~ 22.69%
G 49 of 216 ~ 22.69%
B 118 of 216 ~ 54.63%

%22.69
%22.69
%54.63

CMYK color model

#313176 color CMYK value is (58,58,0,54).

  • cyan value is 58.47%
  • magenta value is 58.47%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(58,58,0,54)
C58M58Y0K54 
(58%,58%,0%,54%)
(0.58/0.58/0.00/0.54)	

CMYK percentages

%58.47
%58.47
%0
%53.73

Codes

Color #313176 in popluar color models

313176
RGB4949118
HSL240°41.32%32.75%
HSB/HSV240°58.47%46.27%
CMYK58.47%58.47%0.00%
53.73%

Color #313176 in popluar number systems.

HEX313176
Decimal4949118
Binary1100011100011110110
Octal6161166

Shades and tints

Shades of #313176

#313176
(49,49,118)
#2D2D6C
(45,45,108)
#292962
(41,41,98)
#252558
(37,37,88)
#21214E
(33,33,78)
#1D1D44
(29,29,68)
#19193A
(25,25,58)
#151530
(21,21,48)
#111126
(17,17,38)
#0D0D1C
(13,13,28)
#090912
(9,9,18)
#000000
(0,0,0)

Tints of #313176

#313176
(49,49,118)
#434382
(67,67,130)
#55558E
(85,85,142)
#67679A
(103,103,154)
#7979A6
(121,121,166)
#8B8BB2
(139,139,178)
#9D9DBE
(157,157,190)
#AFAFCA
(175,175,202)
#C1C1D6
(193,193,214)
#D3D3E2
(211,211,226)
#E5E5EE
(229,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313176; }

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

This text font color is #313176.


Background Color

.myBgColor { background-color: #313176; }

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

This div background color is #313176.


Border color

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

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

This div border color is #313176.


Opacity

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

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

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

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

This text has shadow with #313176 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313176 on black background.


Color preview on white background

This text has color #313176 on white background.



Black color preview on #313176 background

This text has black color on #313176 background.


White color preview on #313176 background

This text has white color on #313176 background.