COLOR #316941

HEX: #316941
RGB: (49,105,65)

Color info

#316941 contains red, green and blue colors in about the same proportion. Web safe color of #316941 is #336633 (or #363).

RGB color model

#316941 color RGB value is (49,105,65).

  • red value is 49;
  • green value is 105;
  • blue value is 65.
RGB:
(49,105,65)
(19%,41%,25%)

RGB channels and saturation

R 49 of 255 = 19%
G 105 of 255 = 41%
B 65 of 255 = 25%

49
105
65

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

Portions of RGB colors in percentages

R + G + B =
49 + 105 + 65 = 219 (100%)
R 49 of 219 ~ 22.37%
G 105 of 219 ~ 47.95%
B 65 of 219 ~ 29.68%

%22.37
%47.95
%29.68

CMYK color model

#316941 color CMYK value is (53,0,38,59).

  • cyan value is 53.33%
  • magenta value is 0.00%
  • yellow value is 38.10%
  • key color value is 58.82%
CMYK:
(53,0,38,59)
C53M0Y38K59 
(53%,0%,38%,59%)
(0.53/0.00/0.38/0.59)	

CMYK percentages

%53.33
%0
%38.1
%58.82

Codes

Color #316941 in popluar color models

316941
RGB4910565
HSL137°36.36%30.20%
HSB/HSV137°53.33%41.18%
CMYK53.33%0.00%38.10%
58.82%

Color #316941 in popluar number systems.

HEX316941
Decimal4910565
Binary11000111010011000001
Octal61151101

Shades and tints

Shades of #316941

#316941
(49,105,65)
#2D603C
(45,96,60)
#295737
(41,87,55)
#254E32
(37,78,50)
#21452D
(33,69,45)
#1D3C28
(29,60,40)
#193323
(25,51,35)
#152A1E
(21,42,30)
#112119
(17,33,25)
#0D1814
(13,24,20)
#090F0F
(9,15,15)
#000000
(0,0,0)

Tints of #316941

#316941
(49,105,65)
#437652
(67,118,82)
#558363
(85,131,99)
#679074
(103,144,116)
#799D85
(121,157,133)
#8BAA96
(139,170,150)
#9DB7A7
(157,183,167)
#AFC4B8
(175,196,184)
#C1D1C9
(193,209,201)
#D3DEDA
(211,222,218)
#E5EBEB
(229,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #316941 color. Also use rgb(49,105,65) instead hex code.

Text Font Color

.myTextColor { color: #316941; }

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

This text font color is #316941.


Background Color

.myBgColor { background-color: #316941; }

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

This div background color is #316941.


Border color

.myBorderColor { border: 1px solid #316941; }

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

This div border color is #316941.


Opacity

.myOpacity80 { color: #316941; opacity: 0.8; }

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

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

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

This text has shadow with #316941 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #316941 on black background.


Color preview on white background

This text has color #316941 on white background.



Black color preview on #316941 background

This text has black color on #316941 background.


White color preview on #316941 background

This text has white color on #316941 background.