COLOR #316921

HEX: #316921
RGB: (49,105,33)

Color info

#316921 contains mainly red and green colors. Web safe color of #316921 is #336633 (or #363).

RGB color model

#316921 color RGB value is (49,105,33).

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

RGB channels and saturation

R 49 of 255 = 19%
G 105 of 255 = 41%
B 33 of 255 = 13%

49
105
33

R + G + B ~ 24%. #316921 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 105 + 33 = 187 (100%)
R 49 of 187 ~ 26.2%
G 105 of 187 ~ 56.15%
B 33 of 187 ~ 17.65%

%26.2
%56.15
%17.65

CMYK color model

#316921 color CMYK value is (53,0,69,59).

  • cyan value is 53.33%
  • magenta value is 0.00%
  • yellow value is 68.57%
  • key color value is 58.82%
CMYK:
(53,0,69,59)
C53M0Y69K59 
(53%,0%,69%,59%)
(0.53/0.00/0.69/0.59)	

CMYK percentages

%53.33
%0
%68.57
%58.82

Codes

Color #316921 in popluar color models

316921
RGB4910533
HSL107°52.17%27.06%
HSB/HSV107°68.57%41.18%
CMYK53.33%0.00%68.57%
58.82%

Color #316921 in popluar number systems.

HEX316921
Decimal4910533
Binary1100011101001100001
Octal6115141

Shades and tints

Shades of #316921

#316921
(49,105,33)
#2D601E
(45,96,30)
#29571B
(41,87,27)
#254E18
(37,78,24)
#214515
(33,69,21)
#1D3C12
(29,60,18)
#19330F
(25,51,15)
#152A0C
(21,42,12)
#112109
(17,33,9)
#0D1806
(13,24,6)
#090F03
(9,15,3)
#000000
(0,0,0)

Tints of #316921

#316921
(49,105,33)
#437635
(67,118,53)
#558349
(85,131,73)
#67905D
(103,144,93)
#799D71
(121,157,113)
#8BAA85
(139,170,133)
#9DB799
(157,183,153)
#AFC4AD
(175,196,173)
#C1D1C1
(193,209,193)
#D3DED5
(211,222,213)
#E5EBE9
(229,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #316921; }

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

This text font color is #316921.


Background Color

.myBgColor { background-color: #316921; }

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

This div background color is #316921.


Border color

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

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

This div border color is #316921.


Opacity

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

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

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

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

This text has shadow with #316921 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #316921 on black background.


Color preview on white background

This text has color #316921 on white background.



Black color preview on #316921 background

This text has black color on #316921 background.


White color preview on #316921 background

This text has white color on #316921 background.