COLOR #316E5D

HEX: #316E5D
RGB: (49,110,93)

Color info

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

RGB color model

#316E5D color RGB value is (49,110,93).

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

RGB channels and saturation

R 49 of 255 = 19%
G 110 of 255 = 43%
B 93 of 255 = 36%

49
110
93

R + G + B ~ 33%. #316E5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 110 + 93 = 252 (100%)
R 49 of 252 ~ 19.44%
G 110 of 252 ~ 43.65%
B 93 of 252 ~ 36.9%

%19.44
%43.65
%36.9

CMYK color model

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

  • cyan value is 55.45%
  • magenta value is 0.00%
  • yellow value is 15.45%
  • key color value is 56.86%
CMYK:
(55,0,15,57)
C55M0Y15K57 
(55%,0%,15%,57%)
(0.55/0.00/0.15/0.57)	

CMYK percentages

%55.45
%0
%15.45
%56.86

Codes

Color #316E5D in popluar color models

316E5D
RGB4911093
HSL163°38.36%31.18%
HSB/HSV163°55.45%43.14%
CMYK55.45%0.00%15.45%
56.86%

Color #316E5D in popluar number systems.

HEX316E5D
Decimal4911093
Binary11000111011101011101
Octal61156135

Shades and tints

Shades of #316E5D

#316E5D
(49,110,93)
#2D6455
(45,100,85)
#295A4D
(41,90,77)
#255045
(37,80,69)
#21463D
(33,70,61)
#1D3C35
(29,60,53)
#19322D
(25,50,45)
#152825
(21,40,37)
#111E1D
(17,30,29)
#0D1415
(13,20,21)
#090A0D
(9,10,13)
#000000
(0,0,0)

Tints of #316E5D

#316E5D
(49,110,93)
#437B6B
(67,123,107)
#558879
(85,136,121)
#679587
(103,149,135)
#79A295
(121,162,149)
#8BAFA3
(139,175,163)
#9DBCB1
(157,188,177)
#AFC9BF
(175,201,191)
#C1D6CD
(193,214,205)
#D3E3DB
(211,227,219)
#E5F0E9
(229,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #316E5D; }

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

This text font color is #316E5D.


Background Color

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

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

This div background color is #316E5D.


Border color

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

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

This div border color is #316E5D.


Opacity

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

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

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

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

This text has shadow with #316E5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #316E5D on black background.


Color preview on white background

This text has color #316E5D on white background.



Black color preview on #316E5D background

This text has black color on #316E5D background.


White color preview on #316E5D background

This text has white color on #316E5D background.