COLOR #316E37

HEX: #316E37
RGB: (49,110,55)

Color info

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

RGB color model

#316E37 color RGB value is (49,110,55).

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

RGB channels and saturation

R 49 of 255 = 19%
G 110 of 255 = 43%
B 55 of 255 = 22%

49
110
55

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

Portions of RGB colors in percentages

R + G + B =
49 + 110 + 55 = 214 (100%)
R 49 of 214 ~ 22.9%
G 110 of 214 ~ 51.4%
B 55 of 214 ~ 25.7%

%22.9
%51.4
%25.7

CMYK color model

#316E37 color CMYK value is (55,0,50,57).

  • cyan value is 55.45%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 56.86%
CMYK:
(55,0,50,57)
C55M0Y50K57 
(55%,0%,50%,57%)
(0.55/0.00/0.50/0.57)	

CMYK percentages

%55.45
%0
%50
%56.86

Codes

Color #316E37 in popluar color models

316E37
RGB4911055
HSL126°38.36%31.18%
HSB/HSV126°55.45%43.14%
CMYK55.45%0.00%50.00%
56.86%

Color #316E37 in popluar number systems.

HEX316E37
Decimal4911055
Binary1100011101110110111
Octal6115667

Shades and tints

Shades of #316E37

#316E37
(49,110,55)
#2D6432
(45,100,50)
#295A2D
(41,90,45)
#255028
(37,80,40)
#214623
(33,70,35)
#1D3C1E
(29,60,30)
#193219
(25,50,25)
#152814
(21,40,20)
#111E0F
(17,30,15)
#0D140A
(13,20,10)
#090A05
(9,10,5)
#000000
(0,0,0)

Tints of #316E37

#316E37
(49,110,55)
#437B49
(67,123,73)
#55885B
(85,136,91)
#67956D
(103,149,109)
#79A27F
(121,162,127)
#8BAF91
(139,175,145)
#9DBCA3
(157,188,163)
#AFC9B5
(175,201,181)
#C1D6C7
(193,214,199)
#D3E3D9
(211,227,217)
#E5F0EB
(229,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #316E37; }

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

This text font color is #316E37.


Background Color

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

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

This div background color is #316E37.


Border color

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

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

This div border color is #316E37.


Opacity

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

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

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

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

This text has shadow with #316E37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #316E37 on black background.


Color preview on white background

This text has color #316E37 on white background.



Black color preview on #316E37 background

This text has black color on #316E37 background.


White color preview on #316E37 background

This text has white color on #316E37 background.