COLOR #316242

HEX: #316242
RGB: (49,98,66)

Color info

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

RGB color model

#316242 color RGB value is (49,98,66).

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

RGB channels and saturation

R 49 of 255 = 19%
G 98 of 255 = 38%
B 66 of 255 = 26%

49
98
66

R + G + B ~ 28%. #316242 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 98 + 66 = 213 (100%)
R 49 of 213 ~ 23%
G 98 of 213 ~ 46.01%
B 66 of 213 ~ 30.99%

%23
%46.01
%30.99

CMYK color model

#316242 color CMYK value is (50,0,33,62).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 32.65%
  • key color value is 61.57%
CMYK:
(50,0,33,62)
C50M0Y33K62 
(50%,0%,33%,62%)
(0.50/0.00/0.33/0.62)	

CMYK percentages

%50
%0
%32.65
%61.57

Codes

Color #316242 in popluar color models

316242
RGB499866
HSL141°33.33%28.82%
HSB/HSV141°50.00%38.43%
CMYK50.00%0.00%32.65%
61.57%

Color #316242 in popluar number systems.

HEX316242
Decimal499866
Binary11000111000101000010
Octal61142102

Shades and tints

Shades of #316242

#316242
(49,98,66)
#2D5A3C
(45,90,60)
#295236
(41,82,54)
#254A30
(37,74,48)
#21422A
(33,66,42)
#1D3A24
(29,58,36)
#19321E
(25,50,30)
#152A18
(21,42,24)
#112212
(17,34,18)
#0D1A0C
(13,26,12)
#091206
(9,18,6)
#000000
(0,0,0)

Tints of #316242

#316242
(49,98,66)
#437053
(67,112,83)
#557E64
(85,126,100)
#678C75
(103,140,117)
#799A86
(121,154,134)
#8BA897
(139,168,151)
#9DB6A8
(157,182,168)
#AFC4B9
(175,196,185)
#C1D2CA
(193,210,202)
#D3E0DB
(211,224,219)
#E5EEEC
(229,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #316242; }

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

This text font color is #316242.


Background Color

.myBgColor { background-color: #316242; }

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

This div background color is #316242.


Border color

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

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

This div border color is #316242.


Opacity

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

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

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

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

This text has shadow with #316242 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #316242 on black background.


Color preview on white background

This text has color #316242 on white background.



Black color preview on #316242 background

This text has black color on #316242 background.


White color preview on #316242 background

This text has white color on #316242 background.