COLOR #316463

HEX: #316463
RGB: (49,100,99)

Color info

#316463 contains red, green and blue colors in about the same proportion. Web safe color of #316463 is #336666 (or #366).

RGB color model

#316463 color RGB value is (49,100,99).

  • red value is 49;
  • green value is 100;
  • blue value is 99.
RGB:
(49,100,99)
(19%,39%,39%)

RGB channels and saturation

R 49 of 255 = 19%
G 100 of 255 = 39%
B 99 of 255 = 39%

49
100
99

R + G + B ~ 32%. #316463 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 100 + 99 = 248 (100%)
R 49 of 248 ~ 19.76%
G 100 of 248 ~ 40.32%
B 99 of 248 ~ 39.92%

%19.76
%40.32
%39.92

CMYK color model

#316463 color CMYK value is (51,0,1,61).

  • cyan value is 51.00%
  • magenta value is 0.00%
  • yellow value is 1.00%
  • key color value is 60.78%
CMYK:
(51,0,1,61)
C51M0Y1K61 
(51%,0%,1%,61%)
(0.51/0.00/0.01/0.61)	

CMYK percentages

%51
%0
%1
%60.78

Codes

Color #316463 in popluar color models

316463
RGB4910099
HSL179°34.23%29.22%
HSB/HSV179°51.00%39.22%
CMYK51.00%0.00%1.00%
60.78%

Color #316463 in popluar number systems.

HEX316463
Decimal4910099
Binary11000111001001100011
Octal61144143

Shades and tints

Shades of #316463

#316463
(49,100,99)
#2D5B5A
(45,91,90)
#295251
(41,82,81)
#254948
(37,73,72)
#21403F
(33,64,63)
#1D3736
(29,55,54)
#192E2D
(25,46,45)
#152524
(21,37,36)
#111C1B
(17,28,27)
#0D1312
(13,19,18)
#090A09
(9,10,9)
#000000
(0,0,0)

Tints of #316463

#316463
(49,100,99)
#437271
(67,114,113)
#55807F
(85,128,127)
#678E8D
(103,142,141)
#799C9B
(121,156,155)
#8BAAA9
(139,170,169)
#9DB8B7
(157,184,183)
#AFC6C5
(175,198,197)
#C1D4D3
(193,212,211)
#D3E2E1
(211,226,225)
#E5F0EF
(229,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #316463; }

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

This text font color is #316463.


Background Color

.myBgColor { background-color: #316463; }

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

This div background color is #316463.


Border color

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

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

This div border color is #316463.


Opacity

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

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

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

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

This text has shadow with #316463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #316463 on black background.


Color preview on white background

This text has color #316463 on white background.



Black color preview on #316463 background

This text has black color on #316463 background.


White color preview on #316463 background

This text has white color on #316463 background.