COLOR #49001C

HEX: #49001C
RGB: (73,0,28)

Color info

#49001C contains only red and blue colors. Web safe color of #49001C is #330033 (or #303).

RGB color model

#49001C color RGB value is (73,0,28).

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

RGB channels and saturation

R 73 of 255 = 29%
G 0 of 255 = 0%
B 28 of 255 = 11%

73
0
28

R + G + B ~ 13%. #49001C is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 0 + 28 = 101 (100%)
R 73 of 101 ~ 72.28%
G 0 of 101 ~ 0%
B 28 of 101 ~ 27.72%

%72.28
%27.72

CMYK color model

#49001C color CMYK value is (0,100,62,71).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 61.64%
  • key color value is 71.37%
CMYK:
(0,100,62,71)
C0M100Y62K71 
(0%,100%,62%,71%)
(0.00/1.00/0.62/0.71)	

CMYK percentages

%0
%100
%61.64
%71.37

Codes

Color #49001C in popluar color models

49001C
RGB73028
HSL337°100.00%14.31%
HSB/HSV337°100.00%28.63%
CMYK0.00%100.00%61.64%
71.37%

Color #49001C in popluar number systems.

HEX49001C
Decimal73028
Binary1001001011100
Octal111034

Shades and tints

Shades of #49001C

#49001C
(73,0,28)
#43001A
(67,0,26)
#3D0018
(61,0,24)
#370016
(55,0,22)
#310014
(49,0,20)
#2B0012
(43,0,18)
#250010
(37,0,16)
#1F000E
(31,0,14)
#19000C
(25,0,12)
#13000A
(19,0,10)
#0D0008
(13,0,8)
#000000
(0,0,0)

Tints of #49001C

#49001C
(73,0,28)
#591730
(89,23,48)
#692E44
(105,46,68)
#794558
(121,69,88)
#895C6C
(137,92,108)
#997380
(153,115,128)
#A98A94
(169,138,148)
#B9A1A8
(185,161,168)
#C9B8BC
(201,184,188)
#D9CFD0
(217,207,208)
#E9E6E4
(233,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49001C color. Also use rgb(73,0,28) instead hex code.

Text Font Color

.myTextColor { color: #49001C; }

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

This text font color is #49001C.


Background Color

.myBgColor { background-color: #49001C; }

<div style="background-color:#49001C">Inner text</div>

This div background color is #49001C.


Border color

.myBorderColor { border: 1px solid #49001C; }

<div style="border:3px solid #49001C">Div</div>

This div border color is #49001C.


Opacity

.myOpacity80 { color: #49001C; opacity: 0.8; }

<p style="color:#49001C;opacity:0.8;">80%</p>

Text with #49001C 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 #49001C;}

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

This text has shadow with #49001C color.

.textShadow {text-shadow: 3px 3px 1px #49001C, 3px 3px 1px red;}

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

This text has shadow with #49001C primary color and red secondary color.


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

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

This text has shadow with #49001C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49001C on black background.


Color preview on white background

This text has color #49001C on white background.



Black color preview on #49001C background

This text has black color on #49001C background.


White color preview on #49001C background

This text has white color on #49001C background.