COLOR #316662

HEX: #316662
RGB: (49,102,98)

Color info

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

RGB color model

#316662 color RGB value is (49,102,98).

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

RGB channels and saturation

R 49 of 255 = 19%
G 102 of 255 = 40%
B 98 of 255 = 38%

49
102
98

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

Portions of RGB colors in percentages

R + G + B =
49 + 102 + 98 = 249 (100%)
R 49 of 249 ~ 19.68%
G 102 of 249 ~ 40.96%
B 98 of 249 ~ 39.36%

%19.68
%40.96
%39.36

CMYK color model

#316662 color CMYK value is (52,0,4,60).

  • cyan value is 51.96%
  • magenta value is 0.00%
  • yellow value is 3.92%
  • key color value is 60.00%
CMYK:
(52,0,4,60)
C52M0Y4K60 
(52%,0%,4%,60%)
(0.52/0.00/0.04/0.60)	

CMYK percentages

%51.96
%0
%3.92
%60

Codes

Color #316662 in popluar color models

316662
RGB4910298
HSL175°35.10%29.61%
HSB/HSV175°51.96%40.00%
CMYK51.96%0.00%3.92%
60.00%

Color #316662 in popluar number systems.

HEX316662
Decimal4910298
Binary11000111001101100010
Octal61146142

Shades and tints

Shades of #316662

#316662
(49,102,98)
#2D5D5A
(45,93,90)
#295452
(41,84,82)
#254B4A
(37,75,74)
#214242
(33,66,66)
#1D393A
(29,57,58)
#193032
(25,48,50)
#15272A
(21,39,42)
#111E22
(17,30,34)
#0D151A
(13,21,26)
#090C12
(9,12,18)
#000000
(0,0,0)

Tints of #316662

#316662
(49,102,98)
#437370
(67,115,112)
#55807E
(85,128,126)
#678D8C
(103,141,140)
#799A9A
(121,154,154)
#8BA7A8
(139,167,168)
#9DB4B6
(157,180,182)
#AFC1C4
(175,193,196)
#C1CED2
(193,206,210)
#D3DBE0
(211,219,224)
#E5E8EE
(229,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #316662; }

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

This text font color is #316662.


Background Color

.myBgColor { background-color: #316662; }

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

This div background color is #316662.


Border color

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

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

This div border color is #316662.


Opacity

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

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

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

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

This text has shadow with #316662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #316662 on black background.


Color preview on white background

This text has color #316662 on white background.



Black color preview on #316662 background

This text has black color on #316662 background.


White color preview on #316662 background

This text has white color on #316662 background.