COLOR #316929

HEX: #316929
RGB: (49,105,41)

Color info

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

RGB color model

#316929 color RGB value is (49,105,41).

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

RGB channels and saturation

R 49 of 255 = 19%
G 105 of 255 = 41%
B 41 of 255 = 16%

49
105
41

R + G + B ~ 25%. #316929 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 105 + 41 = 195 (100%)
R 49 of 195 ~ 25.13%
G 105 of 195 ~ 53.85%
B 41 of 195 ~ 21.03%

%25.13
%53.85
%21.03

CMYK color model

#316929 color CMYK value is (53,0,61,59).

  • cyan value is 53.33%
  • magenta value is 0.00%
  • yellow value is 60.95%
  • key color value is 58.82%
CMYK:
(53,0,61,59)
C53M0Y61K59 
(53%,0%,61%,59%)
(0.53/0.00/0.61/0.59)	

CMYK percentages

%53.33
%0
%60.95
%58.82

Codes

Color #316929 in popluar color models

316929
RGB4910541
HSL113°43.84%28.63%
HSB/HSV113°60.95%41.18%
CMYK53.33%0.00%60.95%
58.82%

Color #316929 in popluar number systems.

HEX316929
Decimal4910541
Binary1100011101001101001
Octal6115151

Shades and tints

Shades of #316929

#316929
(49,105,41)
#2D6026
(45,96,38)
#295723
(41,87,35)
#254E20
(37,78,32)
#21451D
(33,69,29)
#1D3C1A
(29,60,26)
#193317
(25,51,23)
#152A14
(21,42,20)
#112111
(17,33,17)
#0D180E
(13,24,14)
#090F0B
(9,15,11)
#000000
(0,0,0)

Tints of #316929

#316929
(49,105,41)
#43763C
(67,118,60)
#55834F
(85,131,79)
#679062
(103,144,98)
#799D75
(121,157,117)
#8BAA88
(139,170,136)
#9DB79B
(157,183,155)
#AFC4AE
(175,196,174)
#C1D1C1
(193,209,193)
#D3DED4
(211,222,212)
#E5EBE7
(229,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #316929; }

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

This text font color is #316929.


Background Color

.myBgColor { background-color: #316929; }

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

This div background color is #316929.


Border color

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

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

This div border color is #316929.


Opacity

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

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

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

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

This text has shadow with #316929 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #316929 on black background.


Color preview on white background

This text has color #316929 on white background.



Black color preview on #316929 background

This text has black color on #316929 background.


White color preview on #316929 background

This text has white color on #316929 background.