COLOR #31490D

HEX: #31490D
RGB: (49,73,13)

Color info

#31490D contains mainly red and green colors. Web safe color of #31490D is #333300 (or #330).

RGB color model

#31490D color RGB value is (49,73,13).

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

RGB channels and saturation

R 49 of 255 = 19%
G 73 of 255 = 29%
B 13 of 255 = 5%

49
73
13

R + G + B ~ 18%. #31490D is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 73 + 13 = 135 (100%)
R 49 of 135 ~ 36.3%
G 73 of 135 ~ 54.07%
B 13 of 135 ~ 9.63%

%36.3
%54.07
%9.63

CMYK color model

#31490D color CMYK value is (33,0,82,71).

  • cyan value is 32.88%
  • magenta value is 0.00%
  • yellow value is 82.19%
  • key color value is 71.37%
CMYK:
(33,0,82,71)
C33M0Y82K71 
(33%,0%,82%,71%)
(0.33/0.00/0.82/0.71)	

CMYK percentages

%32.88
%0
%82.19
%71.37

Codes

Color #31490D in popluar color models

31490D
RGB497313
HSL84°69.77%16.86%
HSB/HSV84°82.19%28.63%
CMYK32.88%0.00%82.19%
71.37%

Color #31490D in popluar number systems.

HEX31490D
Decimal497313
Binary11000110010011101
Octal6111115

Shades and tints

Shades of #31490D

#31490D
(49,73,13)
#2D430C
(45,67,12)
#293D0B
(41,61,11)
#25370A
(37,55,10)
#213109
(33,49,9)
#1D2B08
(29,43,8)
#192507
(25,37,7)
#151F06
(21,31,6)
#111905
(17,25,5)
#0D1304
(13,19,4)
#090D03
(9,13,3)
#000000
(0,0,0)

Tints of #31490D

#31490D
(49,73,13)
#435923
(67,89,35)
#556939
(85,105,57)
#67794F
(103,121,79)
#798965
(121,137,101)
#8B997B
(139,153,123)
#9DA991
(157,169,145)
#AFB9A7
(175,185,167)
#C1C9BD
(193,201,189)
#D3D9D3
(211,217,211)
#E5E9E9
(229,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #31490D; }

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

This text font color is #31490D.


Background Color

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

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

This div background color is #31490D.


Border color

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

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

This div border color is #31490D.


Opacity

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

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

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

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

This text has shadow with #31490D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31490D on black background.


Color preview on white background

This text has color #31490D on white background.



Black color preview on #31490D background

This text has black color on #31490D background.


White color preview on #31490D background

This text has white color on #31490D background.