COLOR #31492F

HEX: #31492F
RGB: (49,73,47)

Color info

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

RGB color model

#31492F color RGB value is (49,73,47).

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

RGB channels and saturation

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

49
73
47

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

Portions of RGB colors in percentages

R + G + B =
49 + 73 + 47 = 169 (100%)
R 49 of 169 ~ 28.99%
G 73 of 169 ~ 43.2%
B 47 of 169 ~ 27.81%

%28.99
%43.2
%27.81

CMYK color model

#31492F color CMYK value is (33,0,36,71).

  • cyan value is 32.88%
  • magenta value is 0.00%
  • yellow value is 35.62%
  • key color value is 71.37%
CMYK:
(33,0,36,71)
C33M0Y36K71 
(33%,0%,36%,71%)
(0.33/0.00/0.36/0.71)	

CMYK percentages

%32.88
%0
%35.62
%71.37

Codes

Color #31492F in popluar color models

31492F
RGB497347
HSL115°21.67%23.53%
HSB/HSV115°35.62%28.63%
CMYK32.88%0.00%35.62%
71.37%

Color #31492F in popluar number systems.

HEX31492F
Decimal497347
Binary1100011001001101111
Octal6111157

Shades and tints

Shades of #31492F

#31492F
(49,73,47)
#2D432B
(45,67,43)
#293D27
(41,61,39)
#253723
(37,55,35)
#21311F
(33,49,31)
#1D2B1B
(29,43,27)
#192517
(25,37,23)
#151F13
(21,31,19)
#11190F
(17,25,15)
#0D130B
(13,19,11)
#090D07
(9,13,7)
#000000
(0,0,0)

Tints of #31492F

#31492F
(49,73,47)
#435941
(67,89,65)
#556953
(85,105,83)
#677965
(103,121,101)
#798977
(121,137,119)
#8B9989
(139,153,137)
#9DA99B
(157,169,155)
#AFB9AD
(175,185,173)
#C1C9BF
(193,201,191)
#D3D9D1
(211,217,209)
#E5E9E3
(229,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #31492F; }

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

This text font color is #31492F.


Background Color

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

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

This div background color is #31492F.


Border color

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

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

This div border color is #31492F.


Opacity

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

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

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

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

This text has shadow with #31492F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31492F on black background.


Color preview on white background

This text has color #31492F on white background.



Black color preview on #31492F background

This text has black color on #31492F background.


White color preview on #31492F background

This text has white color on #31492F background.