COLOR #316915

HEX: #316915
RGB: (49,105,21)

Color info

#316915 contains mainly red and green colors. Web safe color of #316915 is #336600 (or #360).

RGB color model

#316915 color RGB value is (49,105,21).

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

RGB channels and saturation

R 49 of 255 = 19%
G 105 of 255 = 41%
B 21 of 255 = 8%

49
105
21

R + G + B ~ 23%. #316915 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 105 + 21 = 175 (100%)
R 49 of 175 ~ 28%
G 105 of 175 ~ 60%
B 21 of 175 ~ 12%

%28
%60
%12

CMYK color model

#316915 color CMYK value is (53,0,80,59).

  • cyan value is 53.33%
  • magenta value is 0.00%
  • yellow value is 80.00%
  • key color value is 58.82%
CMYK:
(53,0,80,59)
C53M0Y80K59 
(53%,0%,80%,59%)
(0.53/0.00/0.80/0.59)	

CMYK percentages

%53.33
%0
%80
%58.82

Codes

Color #316915 in popluar color models

316915
RGB4910521
HSL100°66.67%24.71%
HSB/HSV100°80.00%41.18%
CMYK53.33%0.00%80.00%
58.82%

Color #316915 in popluar number systems.

HEX316915
Decimal4910521
Binary110001110100110101
Octal6115125

Shades and tints

Shades of #316915

#316915
(49,105,21)
#2D6014
(45,96,20)
#295713
(41,87,19)
#254E12
(37,78,18)
#214511
(33,69,17)
#1D3C10
(29,60,16)
#19330F
(25,51,15)
#152A0E
(21,42,14)
#11210D
(17,33,13)
#0D180C
(13,24,12)
#090F0B
(9,15,11)
#000000
(0,0,0)

Tints of #316915

#316915
(49,105,21)
#43762A
(67,118,42)
#55833F
(85,131,63)
#679054
(103,144,84)
#799D69
(121,157,105)
#8BAA7E
(139,170,126)
#9DB793
(157,183,147)
#AFC4A8
(175,196,168)
#C1D1BD
(193,209,189)
#D3DED2
(211,222,210)
#E5EBE7
(229,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #316915; }

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

This text font color is #316915.


Background Color

.myBgColor { background-color: #316915; }

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

This div background color is #316915.


Border color

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

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

This div border color is #316915.


Opacity

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

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

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

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

This text has shadow with #316915 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #316915 on black background.


Color preview on white background

This text has color #316915 on white background.



Black color preview on #316915 background

This text has black color on #316915 background.


White color preview on #316915 background

This text has white color on #316915 background.