COLOR #316E68

HEX: #316E68
RGB: (49,110,104)

Color info

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

RGB color model

#316E68 color RGB value is (49,110,104).

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

RGB channels and saturation

R 49 of 255 = 19%
G 110 of 255 = 43%
B 104 of 255 = 41%

49
110
104

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

Portions of RGB colors in percentages

R + G + B =
49 + 110 + 104 = 263 (100%)
R 49 of 263 ~ 18.63%
G 110 of 263 ~ 41.83%
B 104 of 263 ~ 39.54%

%18.63
%41.83
%39.54

CMYK color model

#316E68 color CMYK value is (55,0,5,57).

  • cyan value is 55.45%
  • magenta value is 0.00%
  • yellow value is 5.45%
  • key color value is 56.86%
CMYK:
(55,0,5,57)
C55M0Y5K57 
(55%,0%,5%,57%)
(0.55/0.00/0.05/0.57)	

CMYK percentages

%55.45
%0
%5.45
%56.86

Codes

Color #316E68 in popluar color models

316E68
RGB49110104
HSL174°38.36%31.18%
HSB/HSV174°55.45%43.14%
CMYK55.45%0.00%5.45%
56.86%

Color #316E68 in popluar number systems.

HEX316E68
Decimal49110104
Binary11000111011101101000
Octal61156150

Shades and tints

Shades of #316E68

#316E68
(49,110,104)
#2D645F
(45,100,95)
#295A56
(41,90,86)
#25504D
(37,80,77)
#214644
(33,70,68)
#1D3C3B
(29,60,59)
#193232
(25,50,50)
#152829
(21,40,41)
#111E20
(17,30,32)
#0D1417
(13,20,23)
#090A0E
(9,10,14)
#000000
(0,0,0)

Tints of #316E68

#316E68
(49,110,104)
#437B75
(67,123,117)
#558882
(85,136,130)
#67958F
(103,149,143)
#79A29C
(121,162,156)
#8BAFA9
(139,175,169)
#9DBCB6
(157,188,182)
#AFC9C3
(175,201,195)
#C1D6D0
(193,214,208)
#D3E3DD
(211,227,221)
#E5F0EA
(229,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #316E68; }

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

This text font color is #316E68.


Background Color

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

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

This div background color is #316E68.


Border color

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

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

This div border color is #316E68.


Opacity

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

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

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

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

This text has shadow with #316E68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #316E68 on black background.


Color preview on white background

This text has color #316E68 on white background.



Black color preview on #316E68 background

This text has black color on #316E68 background.


White color preview on #316E68 background

This text has white color on #316E68 background.