COLOR #316E4C

HEX: #316E4C
RGB: (49,110,76)

Color info

#316E4C contains mainly green and blue colors. Web safe color of #316E4C is #336633 (or #363).

RGB color model

#316E4C color RGB value is (49,110,76).

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

RGB channels and saturation

R 49 of 255 = 19%
G 110 of 255 = 43%
B 76 of 255 = 30%

49
110
76

R + G + B ~ 31%. #316E4C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 110 + 76 = 235 (100%)
R 49 of 235 ~ 20.85%
G 110 of 235 ~ 46.81%
B 76 of 235 ~ 32.34%

%20.85
%46.81
%32.34

CMYK color model

#316E4C color CMYK value is (55,0,31,57).

  • cyan value is 55.45%
  • magenta value is 0.00%
  • yellow value is 30.91%
  • key color value is 56.86%
CMYK:
(55,0,31,57)
C55M0Y31K57 
(55%,0%,31%,57%)
(0.55/0.00/0.31/0.57)	

CMYK percentages

%55.45
%0
%30.91
%56.86

Codes

Color #316E4C in popluar color models

316E4C
RGB4911076
HSL147°38.36%31.18%
HSB/HSV147°55.45%43.14%
CMYK55.45%0.00%30.91%
56.86%

Color #316E4C in popluar number systems.

HEX316E4C
Decimal4911076
Binary11000111011101001100
Octal61156114

Shades and tints

Shades of #316E4C

#316E4C
(49,110,76)
#2D6446
(45,100,70)
#295A40
(41,90,64)
#25503A
(37,80,58)
#214634
(33,70,52)
#1D3C2E
(29,60,46)
#193228
(25,50,40)
#152822
(21,40,34)
#111E1C
(17,30,28)
#0D1416
(13,20,22)
#090A10
(9,10,16)
#000000
(0,0,0)

Tints of #316E4C

#316E4C
(49,110,76)
#437B5C
(67,123,92)
#55886C
(85,136,108)
#67957C
(103,149,124)
#79A28C
(121,162,140)
#8BAF9C
(139,175,156)
#9DBCAC
(157,188,172)
#AFC9BC
(175,201,188)
#C1D6CC
(193,214,204)
#D3E3DC
(211,227,220)
#E5F0EC
(229,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #316E4C; }

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

This text font color is #316E4C.


Background Color

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

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

This div background color is #316E4C.


Border color

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

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

This div border color is #316E4C.


Opacity

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

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

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

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

This text has shadow with #316E4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #316E4C on black background.


Color preview on white background

This text has color #316E4C on white background.



Black color preview on #316E4C background

This text has black color on #316E4C background.


White color preview on #316E4C background

This text has white color on #316E4C background.