COLOR #31491D

HEX: #31491D
RGB: (49,73,29)

Color info

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

RGB color model

#31491D color RGB value is (49,73,29).

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

RGB channels and saturation

R 49 of 255 = 19%
G 73 of 255 = 29%
B 29 of 255 = 11%

49
73
29

R + G + B ~ 20%. #31491D is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 73 + 29 = 151 (100%)
R 49 of 151 ~ 32.45%
G 73 of 151 ~ 48.34%
B 29 of 151 ~ 19.21%

%32.45
%48.34
%19.21

CMYK color model

#31491D color CMYK value is (33,0,60,71).

  • cyan value is 32.88%
  • magenta value is 0.00%
  • yellow value is 60.27%
  • key color value is 71.37%
CMYK:
(33,0,60,71)
C33M0Y60K71 
(33%,0%,60%,71%)
(0.33/0.00/0.60/0.71)	

CMYK percentages

%32.88
%0
%60.27
%71.37

Codes

Color #31491D in popluar color models

31491D
RGB497329
HSL93°43.14%20.00%
HSB/HSV93°60.27%28.63%
CMYK32.88%0.00%60.27%
71.37%

Color #31491D in popluar number systems.

HEX31491D
Decimal497329
Binary110001100100111101
Octal6111135

Shades and tints

Shades of #31491D

#31491D
(49,73,29)
#2D431B
(45,67,27)
#293D19
(41,61,25)
#253717
(37,55,23)
#213115
(33,49,21)
#1D2B13
(29,43,19)
#192511
(25,37,17)
#151F0F
(21,31,15)
#11190D
(17,25,13)
#0D130B
(13,19,11)
#090D09
(9,13,9)
#000000
(0,0,0)

Tints of #31491D

#31491D
(49,73,29)
#435931
(67,89,49)
#556945
(85,105,69)
#677959
(103,121,89)
#79896D
(121,137,109)
#8B9981
(139,153,129)
#9DA995
(157,169,149)
#AFB9A9
(175,185,169)
#C1C9BD
(193,201,189)
#D3D9D1
(211,217,209)
#E5E9E5
(229,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #31491D; }

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

This text font color is #31491D.


Background Color

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

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

This div background color is #31491D.


Border color

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

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

This div border color is #31491D.


Opacity

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

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

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

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

This text has shadow with #31491D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31491D on black background.


Color preview on white background

This text has color #31491D on white background.



Black color preview on #31491D background

This text has black color on #31491D background.


White color preview on #31491D background

This text has white color on #31491D background.