COLOR #316096

HEX: #316096
RGB: (49,96,150)

Color info

#316096 contains mainly green and blue colors. Web safe color of #316096 is #336699 (or #369).

RGB color model

#316096 color RGB value is (49,96,150).

  • red value is 49;
  • green value is 96;
  • blue value is 150.
RGB:
(49,96,150)
(19%,38%,59%)

RGB channels and saturation

R 49 of 255 = 19%
G 96 of 255 = 38%
B 150 of 255 = 59%

49
96
150

R + G + B ~ 39%. #316096 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 96 + 150 = 295 (100%)
R 49 of 295 ~ 16.61%
G 96 of 295 ~ 32.54%
B 150 of 295 ~ 50.85%

%16.61
%32.54
%50.85

CMYK color model

#316096 color CMYK value is (67,36,0,41).

  • cyan value is 67.33%
  • magenta value is 36.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(67,36,0,41)
C67M36Y0K41 
(67%,36%,0%,41%)
(0.67/0.36/0.00/0.41)	

CMYK percentages

%67.33
%36
%0
%41.18

Codes

Color #316096 in popluar color models

316096
RGB4996150
HSL212°50.75%39.02%
HSB/HSV212°67.33%58.82%
CMYK67.33%36.00%0.00%
41.18%

Color #316096 in popluar number systems.

HEX316096
Decimal4996150
Binary110001110000010010110
Octal61140226

Shades and tints

Shades of #316096

#316096
(49,96,150)
#2D5889
(45,88,137)
#29507C
(41,80,124)
#25486F
(37,72,111)
#214062
(33,64,98)
#1D3855
(29,56,85)
#193048
(25,48,72)
#15283B
(21,40,59)
#11202E
(17,32,46)
#0D1821
(13,24,33)
#091014
(9,16,20)
#000000
(0,0,0)

Tints of #316096

#316096
(49,96,150)
#436E9F
(67,110,159)
#557CA8
(85,124,168)
#678AB1
(103,138,177)
#7998BA
(121,152,186)
#8BA6C3
(139,166,195)
#9DB4CC
(157,180,204)
#AFC2D5
(175,194,213)
#C1D0DE
(193,208,222)
#D3DEE7
(211,222,231)
#E5ECF0
(229,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #316096; }

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

This text font color is #316096.


Background Color

.myBgColor { background-color: #316096; }

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

This div background color is #316096.


Border color

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

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

This div border color is #316096.


Opacity

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

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

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

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

This text has shadow with #316096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #316096 on black background.


Color preview on white background

This text has color #316096 on white background.



Black color preview on #316096 background

This text has black color on #316096 background.


White color preview on #316096 background

This text has white color on #316096 background.