COLOR #316D3C

HEX: #316D3C
RGB: (49,109,60)

Color info

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

RGB color model

#316D3C color RGB value is (49,109,60).

  • red value is 49;
  • green value is 109;
  • blue value is 60.
RGB:
(49,109,60)
(19%,43%,24%)

RGB channels and saturation

R 49 of 255 = 19%
G 109 of 255 = 43%
B 60 of 255 = 24%

49
109
60

R + G + B ~ 29%. #316D3C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 109 + 60 = 218 (100%)
R 49 of 218 ~ 22.48%
G 109 of 218 ~ 50%
B 60 of 218 ~ 27.52%

%22.48
%50
%27.52

CMYK color model

#316D3C color CMYK value is (55,0,45,57).

  • cyan value is 55.05%
  • magenta value is 0.00%
  • yellow value is 44.95%
  • key color value is 57.25%
CMYK:
(55,0,45,57)
C55M0Y45K57 
(55%,0%,45%,57%)
(0.55/0.00/0.45/0.57)	

CMYK percentages

%55.05
%0
%44.95
%57.25

Codes

Color #316D3C in popluar color models

316D3C
RGB4910960
HSL131°37.97%30.98%
HSB/HSV131°55.05%42.75%
CMYK55.05%0.00%44.95%
57.25%

Color #316D3C in popluar number systems.

HEX316D3C
Decimal4910960
Binary1100011101101111100
Octal6115574

Shades and tints

Shades of #316D3C

#316D3C
(49,109,60)
#2D6437
(45,100,55)
#295B32
(41,91,50)
#25522D
(37,82,45)
#214928
(33,73,40)
#1D4023
(29,64,35)
#19371E
(25,55,30)
#152E19
(21,46,25)
#112514
(17,37,20)
#0D1C0F
(13,28,15)
#09130A
(9,19,10)
#000000
(0,0,0)

Tints of #316D3C

#316D3C
(49,109,60)
#437A4D
(67,122,77)
#55875E
(85,135,94)
#67946F
(103,148,111)
#79A180
(121,161,128)
#8BAE91
(139,174,145)
#9DBBA2
(157,187,162)
#AFC8B3
(175,200,179)
#C1D5C4
(193,213,196)
#D3E2D5
(211,226,213)
#E5EFE6
(229,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #316D3C color. Also use rgb(49,109,60) instead hex code.

Text Font Color

.myTextColor { color: #316D3C; }

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

This text font color is #316D3C.


Background Color

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

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

This div background color is #316D3C.


Border color

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

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

This div border color is #316D3C.


Opacity

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

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

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

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

This text has shadow with #316D3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #316D3C on black background.


Color preview on white background

This text has color #316D3C on white background.



Black color preview on #316D3C background

This text has black color on #316D3C background.


White color preview on #316D3C background

This text has white color on #316D3C background.