COLOR #316E7F

HEX: #316E7F
RGB: (49,110,127)

Color info

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

RGB color model

#316E7F color RGB value is (49,110,127).

  • red value is 49;
  • green value is 110;
  • blue value is 127.
RGB:
(49,110,127)
(19%,43%,50%)

RGB channels and saturation

R 49 of 255 = 19%
G 110 of 255 = 43%
B 127 of 255 = 50%

49
110
127

R + G + B ~ 37%. #316E7F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 110 + 127 = 286 (100%)
R 49 of 286 ~ 17.13%
G 110 of 286 ~ 38.46%
B 127 of 286 ~ 44.41%

%17.13
%38.46
%44.41

CMYK color model

#316E7F color CMYK value is (61,13,0,50).

  • cyan value is 61.42%
  • magenta value is 13.39%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(61,13,0,50)
C61M13Y0K50 
(61%,13%,0%,50%)
(0.61/0.13/0.00/0.50)	

CMYK percentages

%61.42
%13.39
%0
%50.2

Codes

Color #316E7F in popluar color models

316E7F
RGB49110127
HSL193°44.32%34.51%
HSB/HSV193°61.42%49.80%
CMYK61.42%13.39%0.00%
50.20%

Color #316E7F in popluar number systems.

HEX316E7F
Decimal49110127
Binary11000111011101111111
Octal61156177

Shades and tints

Shades of #316E7F

#316E7F
(49,110,127)
#2D6474
(45,100,116)
#295A69
(41,90,105)
#25505E
(37,80,94)
#214653
(33,70,83)
#1D3C48
(29,60,72)
#19323D
(25,50,61)
#152832
(21,40,50)
#111E27
(17,30,39)
#0D141C
(13,20,28)
#090A11
(9,10,17)
#000000
(0,0,0)

Tints of #316E7F

#316E7F
(49,110,127)
#437B8A
(67,123,138)
#558895
(85,136,149)
#6795A0
(103,149,160)
#79A2AB
(121,162,171)
#8BAFB6
(139,175,182)
#9DBCC1
(157,188,193)
#AFC9CC
(175,201,204)
#C1D6D7
(193,214,215)
#D3E3E2
(211,227,226)
#E5F0ED
(229,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #316E7F color. Also use rgb(49,110,127) instead hex code.

Text Font Color

.myTextColor { color: #316E7F; }

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

This text font color is #316E7F.


Background Color

.myBgColor { background-color: #316E7F; }

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

This div background color is #316E7F.


Border color

.myBorderColor { border: 1px solid #316E7F; }

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

This div border color is #316E7F.


Opacity

.myOpacity80 { color: #316E7F; opacity: 0.8; }

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

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

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

This text has shadow with #316E7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #316E7F on black background.


Color preview on white background

This text has color #316E7F on white background.



Black color preview on #316E7F background

This text has black color on #316E7F background.


White color preview on #316E7F background

This text has white color on #316E7F background.