COLOR #316E4F

HEX: #316E4F RGB: (49,110,79)

Color info

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

RGB color model

#316E4F color RGB value is (49,110,79).

RGB: (49,110,79) (19%, 43%, 31%)

RGB channels and saturation

R 49 of 255 = 19%
G 110 of 255 = 43%
B 79 of 255 = 31%

49
110
79

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

Portions of RGB colors in percentages

R + G + B = 49 + 110 + 79 = 238 (100%)
R 49 of 238 ~ 20.59%
G 110 of 238 ~ 46.22%
B 79 of 238 ~ 33.19'%

%20.59
%46.22
%33.19

CMYK color model

#316E4F color CMYK value is (55,0,28,57).

  • cyan value is 55.45%
  • magenta value is 0.00%
  • yellow value is 28.18%
  • key color value is 56.86%

CMYK: (55,0,28,57)
C55M0Y28K57 (55%, 0%, 28%, 57%)
(0.55 / 0.00 / 0.28 / 0.57)

CMYK percentages

%55.45
%0
%28.18
%56.86

Codes

Color #316E4F in popluar color models

31 6E 4F
RGB 49 110 79
HSL 150° 38.36% 31.18%
HSB/HSV 150° 55.45% 43.14%
CMYK 55.45% 0.00% 28.18%
56.86%

Color #316E4F in popluar number systems.

HEX 31 6E 4F
Decimal 49 110 79
Binary 110001 1101110 1001111
Octal 61 156 117

Shades and tints

Shades of #316E4F

#316E4F
(49,110,79)
#2D6448
(45,100,72)
#295A41
(41,90,65)
#25503A
(37,80,58)
#214633
(33,70,51)
#1D3C2C
(29,60,44)
#193225
(25,50,37)
#15281E
(21,40,30)
#111E17
(17,30,23)
#0D1410
(13,20,16)
#090A09
(9,10,9)
#000000
(0,0,0)

Tints of #316E4F

#316E4F
(49,110,79)
#437B5F
(67,123,95)
#55886F
(85,136,111)
#67957F
(103,149,127)
#79A28F
(121,162,143)
#8BAF9F
(139,175,159)
#9DBCAF
(157,188,175)
#AFC9BF
(175,201,191)
#C1D6CF
(193,214,207)
#D3E3DF
(211,227,223)
#E5F0EF
(229,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #316E4F; }

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

This text font color is #316E4F.

Background Color

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

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

This div background color is #316E4F.

Border color

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

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

This div border color is #316E4F.

Opacity

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

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

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

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

This text has shadow with #316E4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #316E4F.

Preview

Color preview on black background

This text has color #316E4F on black background.


Color preview on white background

This text has color #316E4F on white background.


Black color preview on #316E4F background

This text has black color on #316E4F background.


White color preview on #316E4F background

This text has white color on #316E4F background.


Related colors

Complementary color

Complementary color for #hex is #CE91B0.


I love getcolorcode.com

Triadic colors

1 #4F316E and #6E4F31 with #316E4F are triadic colors.

2 #4F6E31 and #6E314F with #316E4F are triadic colors.