COLOR #316E3A

HEX: #316E3A
RGB: (49,110,58)

Color info

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

RGB color model

#316E3A color RGB value is (49,110,58).

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

RGB channels and saturation

R 49 of 255 = 19%
G 110 of 255 = 43%
B 58 of 255 = 23%

49
110
58

R + G + B ~ 28%. #316E3A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 110 + 58 = 217 (100%)
R 49 of 217 ~ 22.58%
G 110 of 217 ~ 50.69%
B 58 of 217 ~ 26.73%

%22.58
%50.69
%26.73

CMYK color model

#316E3A color CMYK value is (55,0,47,57).

  • cyan value is 55.45%
  • magenta value is 0.00%
  • yellow value is 47.27%
  • key color value is 56.86%
CMYK:
(55,0,47,57)
C55M0Y47K57 
(55%,0%,47%,57%)
(0.55/0.00/0.47/0.57)	

CMYK percentages

%55.45
%0
%47.27
%56.86

Codes

Color #316E3A in popluar color models

316E3A
RGB4911058
HSL129°38.36%31.18%
HSB/HSV129°55.45%43.14%
CMYK55.45%0.00%47.27%
56.86%

Color #316E3A in popluar number systems.

HEX316E3A
Decimal4911058
Binary1100011101110111010
Octal6115672

Shades and tints

Shades of #316E3A

#316E3A
(49,110,58)
#2D6435
(45,100,53)
#295A30
(41,90,48)
#25502B
(37,80,43)
#214626
(33,70,38)
#1D3C21
(29,60,33)
#19321C
(25,50,28)
#152817
(21,40,23)
#111E12
(17,30,18)
#0D140D
(13,20,13)
#090A08
(9,10,8)
#000000
(0,0,0)

Tints of #316E3A

#316E3A
(49,110,58)
#437B4B
(67,123,75)
#55885C
(85,136,92)
#67956D
(103,149,109)
#79A27E
(121,162,126)
#8BAF8F
(139,175,143)
#9DBCA0
(157,188,160)
#AFC9B1
(175,201,177)
#C1D6C2
(193,214,194)
#D3E3D3
(211,227,211)
#E5F0E4
(229,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #316E3A; }

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

This text font color is #316E3A.


Background Color

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

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

This div background color is #316E3A.


Border color

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

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

This div border color is #316E3A.


Opacity

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

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

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

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

This text has shadow with #316E3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #316E3A on black background.


Color preview on white background

This text has color #316E3A on white background.



Black color preview on #316E3A background

This text has black color on #316E3A background.


White color preview on #316E3A background

This text has white color on #316E3A background.