COLOR #31492D

HEX: #31492D
RGB: (49,73,45)

Color info

#31492D contains red, green and blue colors in about the same proportion. Web safe color of #31492D is #333333 (or #333).

RGB color model

#31492D color RGB value is (49,73,45).

  • red value is 49;
  • green value is 73;
  • blue value is 45.
RGB:
(49,73,45)
(19%,29%,18%)

RGB channels and saturation

R 49 of 255 = 19%
G 73 of 255 = 29%
B 45 of 255 = 18%

49
73
45

R + G + B ~ 22%. #31492D is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 73 + 45 = 167 (100%)
R 49 of 167 ~ 29.34%
G 73 of 167 ~ 43.71%
B 45 of 167 ~ 26.95%

%29.34
%43.71
%26.95

CMYK color model

#31492D color CMYK value is (33,0,38,71).

  • cyan value is 32.88%
  • magenta value is 0.00%
  • yellow value is 38.36%
  • key color value is 71.37%
CMYK:
(33,0,38,71)
C33M0Y38K71 
(33%,0%,38%,71%)
(0.33/0.00/0.38/0.71)	

CMYK percentages

%32.88
%0
%38.36
%71.37

Codes

Color #31492D in popluar color models

31492D
RGB497345
HSL111°23.73%23.14%
HSB/HSV111°38.36%28.63%
CMYK32.88%0.00%38.36%
71.37%

Color #31492D in popluar number systems.

HEX31492D
Decimal497345
Binary1100011001001101101
Octal6111155

Shades and tints

Shades of #31492D

#31492D
(49,73,45)
#2D4329
(45,67,41)
#293D25
(41,61,37)
#253721
(37,55,33)
#21311D
(33,49,29)
#1D2B19
(29,43,25)
#192515
(25,37,21)
#151F11
(21,31,17)
#11190D
(17,25,13)
#0D1309
(13,19,9)
#090D05
(9,13,5)
#000000
(0,0,0)

Tints of #31492D

#31492D
(49,73,45)
#435940
(67,89,64)
#556953
(85,105,83)
#677966
(103,121,102)
#798979
(121,137,121)
#8B998C
(139,153,140)
#9DA99F
(157,169,159)
#AFB9B2
(175,185,178)
#C1C9C5
(193,201,197)
#D3D9D8
(211,217,216)
#E5E9EB
(229,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31492D color. Also use rgb(49,73,45) instead hex code.

Text Font Color

.myTextColor { color: #31492D; }

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

This text font color is #31492D.


Background Color

.myBgColor { background-color: #31492D; }

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

This div background color is #31492D.


Border color

.myBorderColor { border: 1px solid #31492D; }

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

This div border color is #31492D.


Opacity

.myOpacity80 { color: #31492D; opacity: 0.8; }

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

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

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

This text has shadow with #31492D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31492D on black background.


Color preview on white background

This text has color #31492D on white background.



Black color preview on #31492D background

This text has black color on #31492D background.


White color preview on #31492D background

This text has white color on #31492D background.