COLOR #49200D

HEX: #49200D RGB: (73,32,13)

Color info

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

RGB color model

#49200D color RGB value is (73,32,13).

RGB: (73,32,13) (29%, 13%, 5%)

RGB channels and saturation

R 73 of 255 = 29%
G 32 of 255 = 13%
B 13 of 255 = 5%

73
32
13

R + G + B ~ 16%. #49200D is dark color.

Portions of RGB colors in percentages

R + G + B = 73 + 32 + 13 = 118 (100%)
R 73 of 118 ~ 61.86%
G 32 of 118 ~ 27.12%
B 13 of 118 ~ 11.02'%

%61.86
%27.12
%11.02

CMYK color model

#49200D color CMYK value is (0,56,82,71).

  • cyan value is 0.00%
  • magenta value is 56.16%
  • yellow value is 82.19%
  • key color value is 71.37%

CMYK: (0,56,82,71)
C0M56Y82K71 (0%, 56%, 82%, 71%)
(0.00 / 0.56 / 0.82 / 0.71)

CMYK percentages

%0
%56.16
%82.19
%71.37

Codes

Color #49200D in popluar color models

49 20 0D
RGB 73 32 13
HSL 19° 69.77% 16.86%
HSB/HSV 19° 82.19% 28.63%
CMYK 0.00% 56.16% 82.19%
71.37%

Color #49200D in popluar number systems.

HEX 49 20 0D
Decimal 73 32 13
Binary 1001001 100000 1101
Octal 111 40 15

Shades and tints

Shades of #49200D

#49200D
(73,32,13)
#431E0C
(67,30,12)
#3D1C0B
(61,28,11)
#371A0A
(55,26,10)
#311809
(49,24,9)
#2B1608
(43,22,8)
#251407
(37,20,7)
#1F1206
(31,18,6)
#191005
(25,16,5)
#130E04
(19,14,4)
#0D0C03
(13,12,3)
#000000
(0,0,0)

Tints of #49200D

#49200D
(73,32,13)
#593423
(89,52,35)
#694839
(105,72,57)
#795C4F
(121,92,79)
#897065
(137,112,101)
#99847B
(153,132,123)
#A99891
(169,152,145)
#B9ACA7
(185,172,167)
#C9C0BD
(201,192,189)
#D9D4D3
(217,212,211)
#E9E8E9
(233,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49200D; }

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

This text font color is #49200D.

Background Color

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

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

This div background color is #49200D.

Border color

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

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

This div border color is #49200D.

Opacity

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

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

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

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

This text has shadow with #49200D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #49200D.

Preview

Color preview on black background

This text has color #49200D on black background.


Color preview on white background

This text has color #49200D on white background.


Black color preview on #49200D background

This text has black color on #49200D background.


White color preview on #49200D background

This text has white color on #49200D background.


Related colors

Complementary color

Complementary color for #hex is #B6DFF2.


I love getcolorcode.com

Triadic colors

1 #0D4920 and #200D49 with #49200D are triadic colors.

2 #0D2049 and #20490D with #49200D are triadic colors.