COLOR #316172

HEX: #316172
RGB: (49,97,114)

Color info

#316172 contains mainly green and blue colors. Web safe color of #316172 is #336666 (or #366).

RGB color model

#316172 color RGB value is (49,97,114).

  • red value is 49;
  • green value is 97;
  • blue value is 114.
RGB:
(49,97,114)
(19%,38%,45%)

RGB channels and saturation

R 49 of 255 = 19%
G 97 of 255 = 38%
B 114 of 255 = 45%

49
97
114

R + G + B ~ 34%. #316172 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 97 + 114 = 260 (100%)
R 49 of 260 ~ 18.85%
G 97 of 260 ~ 37.31%
B 114 of 260 ~ 43.85%

%18.85
%37.31
%43.85

CMYK color model

#316172 color CMYK value is (57,15,0,55).

  • cyan value is 57.02%
  • magenta value is 14.91%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(57,15,0,55)
C57M15Y0K55 
(57%,15%,0%,55%)
(0.57/0.15/0.00/0.55)	

CMYK percentages

%57.02
%14.91
%0
%55.29

Codes

Color #316172 in popluar color models

316172
RGB4997114
HSL196°39.88%31.96%
HSB/HSV196°57.02%44.71%
CMYK57.02%14.91%0.00%
55.29%

Color #316172 in popluar number systems.

HEX316172
Decimal4997114
Binary11000111000011110010
Octal61141162

Shades and tints

Shades of #316172

#316172
(49,97,114)
#2D5968
(45,89,104)
#29515E
(41,81,94)
#254954
(37,73,84)
#21414A
(33,65,74)
#1D3940
(29,57,64)
#193136
(25,49,54)
#15292C
(21,41,44)
#112122
(17,33,34)
#0D1918
(13,25,24)
#09110E
(9,17,14)
#000000
(0,0,0)

Tints of #316172

#316172
(49,97,114)
#436F7E
(67,111,126)
#557D8A
(85,125,138)
#678B96
(103,139,150)
#7999A2
(121,153,162)
#8BA7AE
(139,167,174)
#9DB5BA
(157,181,186)
#AFC3C6
(175,195,198)
#C1D1D2
(193,209,210)
#D3DFDE
(211,223,222)
#E5EDEA
(229,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #316172; }

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

This text font color is #316172.


Background Color

.myBgColor { background-color: #316172; }

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

This div background color is #316172.


Border color

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

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

This div border color is #316172.


Opacity

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

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

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

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

This text has shadow with #316172 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #316172 on black background.


Color preview on white background

This text has color #316172 on white background.



Black color preview on #316172 background

This text has black color on #316172 background.


White color preview on #316172 background

This text has white color on #316172 background.