COLOR #316124

HEX: #316124
RGB: (49,97,36)

Color info

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

RGB color model

#316124 color RGB value is (49,97,36).

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

RGB channels and saturation

R 49 of 255 = 19%
G 97 of 255 = 38%
B 36 of 255 = 14%

49
97
36

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

Portions of RGB colors in percentages

R + G + B =
49 + 97 + 36 = 182 (100%)
R 49 of 182 ~ 26.92%
G 97 of 182 ~ 53.3%
B 36 of 182 ~ 19.78%

%26.92
%53.3
%19.78

CMYK color model

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

  • cyan value is 49.48%
  • magenta value is 0.00%
  • yellow value is 62.89%
  • key color value is 61.96%
CMYK:
(49,0,63,62)
C49M0Y63K62 
(49%,0%,63%,62%)
(0.49/0.00/0.63/0.62)	

CMYK percentages

%49.48
%0
%62.89
%61.96

Codes

Color #316124 in popluar color models

316124
RGB499736
HSL107°45.86%26.08%
HSB/HSV107°62.89%38.04%
CMYK49.48%0.00%62.89%
61.96%

Color #316124 in popluar number systems.

HEX316124
Decimal499736
Binary1100011100001100100
Octal6114144

Shades and tints

Shades of #316124

#316124
(49,97,36)
#2D5921
(45,89,33)
#29511E
(41,81,30)
#25491B
(37,73,27)
#214118
(33,65,24)
#1D3915
(29,57,21)
#193112
(25,49,18)
#15290F
(21,41,15)
#11210C
(17,33,12)
#0D1909
(13,25,9)
#091106
(9,17,6)
#000000
(0,0,0)

Tints of #316124

#316124
(49,97,36)
#436F37
(67,111,55)
#557D4A
(85,125,74)
#678B5D
(103,139,93)
#799970
(121,153,112)
#8BA783
(139,167,131)
#9DB596
(157,181,150)
#AFC3A9
(175,195,169)
#C1D1BC
(193,209,188)
#D3DFCF
(211,223,207)
#E5EDE2
(229,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #316124; }

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

This text font color is #316124.


Background Color

.myBgColor { background-color: #316124; }

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

This div background color is #316124.


Border color

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

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

This div border color is #316124.


Opacity

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

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

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

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

This text has shadow with #316124 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #316124 on black background.


Color preview on white background

This text has color #316124 on white background.



Black color preview on #316124 background

This text has black color on #316124 background.


White color preview on #316124 background

This text has white color on #316124 background.