COLOR #316462

HEX: #316462
RGB: (49,100,98)

Color info

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

RGB color model

#316462 color RGB value is (49,100,98).

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

RGB channels and saturation

R 49 of 255 = 19%
G 100 of 255 = 39%
B 98 of 255 = 38%

49
100
98

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

Portions of RGB colors in percentages

R + G + B =
49 + 100 + 98 = 247 (100%)
R 49 of 247 ~ 19.84%
G 100 of 247 ~ 40.49%
B 98 of 247 ~ 39.68%

%19.84
%40.49
%39.68

CMYK color model

#316462 color CMYK value is (51,0,2,61).

  • cyan value is 51.00%
  • magenta value is 0.00%
  • yellow value is 2.00%
  • key color value is 60.78%
CMYK:
(51,0,2,61)
C51M0Y2K61 
(51%,0%,2%,61%)
(0.51/0.00/0.02/0.61)	

CMYK percentages

%51
%0
%2
%60.78

Codes

Color #316462 in popluar color models

316462
RGB4910098
HSL178°34.23%29.22%
HSB/HSV178°51.00%39.22%
CMYK51.00%0.00%2.00%
60.78%

Color #316462 in popluar number systems.

HEX316462
Decimal4910098
Binary11000111001001100010
Octal61144142

Shades and tints

Shades of #316462

#316462
(49,100,98)
#2D5B5A
(45,91,90)
#295252
(41,82,82)
#25494A
(37,73,74)
#214042
(33,64,66)
#1D373A
(29,55,58)
#192E32
(25,46,50)
#15252A
(21,37,42)
#111C22
(17,28,34)
#0D131A
(13,19,26)
#090A12
(9,10,18)
#000000
(0,0,0)

Tints of #316462

#316462
(49,100,98)
#437270
(67,114,112)
#55807E
(85,128,126)
#678E8C
(103,142,140)
#799C9A
(121,156,154)
#8BAAA8
(139,170,168)
#9DB8B6
(157,184,182)
#AFC6C4
(175,198,196)
#C1D4D2
(193,212,210)
#D3E2E0
(211,226,224)
#E5F0EE
(229,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #316462; }

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

This text font color is #316462.


Background Color

.myBgColor { background-color: #316462; }

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

This div background color is #316462.


Border color

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

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

This div border color is #316462.


Opacity

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

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

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

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

This text has shadow with #316462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #316462 on black background.


Color preview on white background

This text has color #316462 on white background.



Black color preview on #316462 background

This text has black color on #316462 background.


White color preview on #316462 background

This text has white color on #316462 background.