COLOR #316031

HEX: #316031
RGB: (49,96,49)

Color info

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

RGB color model

#316031 color RGB value is (49,96,49).

  • red value is 49;
  • green value is 96;
  • blue value is 49.
RGB:
(49,96,49)
(19%,38%,19%)

RGB channels and saturation

R 49 of 255 = 19%
G 96 of 255 = 38%
B 49 of 255 = 19%

49
96
49

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

Portions of RGB colors in percentages

R + G + B =
49 + 96 + 49 = 194 (100%)
R 49 of 194 ~ 25.26%
G 96 of 194 ~ 49.48%
B 49 of 194 ~ 25.26%

%25.26
%49.48
%25.26

CMYK color model

#316031 color CMYK value is (49,0,49,62).

  • cyan value is 48.96%
  • magenta value is 0.00%
  • yellow value is 48.96%
  • key color value is 62.35%
CMYK:
(49,0,49,62)
C49M0Y49K62 
(49%,0%,49%,62%)
(0.49/0.00/0.49/0.62)	

CMYK percentages

%48.96
%0
%48.96
%62.35

Codes

Color #316031 in popluar color models

316031
RGB499649
HSL120°32.41%28.43%
HSB/HSV120°48.96%37.65%
CMYK48.96%0.00%48.96%
62.35%

Color #316031 in popluar number systems.

HEX316031
Decimal499649
Binary1100011100000110001
Octal6114061

Shades and tints

Shades of #316031

#316031
(49,96,49)
#2D582D
(45,88,45)
#295029
(41,80,41)
#254825
(37,72,37)
#214021
(33,64,33)
#1D381D
(29,56,29)
#193019
(25,48,25)
#152815
(21,40,21)
#112011
(17,32,17)
#0D180D
(13,24,13)
#091009
(9,16,9)
#000000
(0,0,0)

Tints of #316031

#316031
(49,96,49)
#436E43
(67,110,67)
#557C55
(85,124,85)
#678A67
(103,138,103)
#799879
(121,152,121)
#8BA68B
(139,166,139)
#9DB49D
(157,180,157)
#AFC2AF
(175,194,175)
#C1D0C1
(193,208,193)
#D3DED3
(211,222,211)
#E5ECE5
(229,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #316031; }

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

This text font color is #316031.


Background Color

.myBgColor { background-color: #316031; }

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

This div background color is #316031.


Border color

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

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

This div border color is #316031.


Opacity

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

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

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

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

This text has shadow with #316031 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #316031 on black background.


Color preview on white background

This text has color #316031 on white background.



Black color preview on #316031 background

This text has black color on #316031 background.


White color preview on #316031 background

This text has white color on #316031 background.