COLOR #49121C

HEX: #49121C
RGB: (73,18,28)

Color info

#49121C contains red, green and blue colors in about the same proportion. Web safe color of #49121C is #330033 (or #303).

RGB color model

#49121C color RGB value is (73,18,28).

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

RGB channels and saturation

R 73 of 255 = 29%
G 18 of 255 = 7%
B 28 of 255 = 11%

73
18
28

R + G + B ~ 16%. #49121C is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 18 + 28 = 119 (100%)
R 73 of 119 ~ 61.34%
G 18 of 119 ~ 15.13%
B 28 of 119 ~ 23.53%

%61.34
%15.13
%23.53

CMYK color model

#49121C color CMYK value is (0,75,62,71).

  • cyan value is 0.00%
  • magenta value is 75.34%
  • yellow value is 61.64%
  • key color value is 71.37%
CMYK:
(0,75,62,71)
C0M75Y62K71 
(0%,75%,62%,71%)
(0.00/0.75/0.62/0.71)	

CMYK percentages

%0
%75.34
%61.64
%71.37

Codes

Color #49121C in popluar color models

49121C
RGB731828
HSL349°60.44%17.84%
HSB/HSV349°75.34%28.63%
CMYK0.00%75.34%61.64%
71.37%

Color #49121C in popluar number systems.

HEX49121C
Decimal731828
Binary10010011001011100
Octal1112234

Shades and tints

Shades of #49121C

#49121C
(73,18,28)
#43111A
(67,17,26)
#3D1018
(61,16,24)
#370F16
(55,15,22)
#310E14
(49,14,20)
#2B0D12
(43,13,18)
#250C10
(37,12,16)
#1F0B0E
(31,11,14)
#190A0C
(25,10,12)
#13090A
(19,9,10)
#0D0808
(13,8,8)
#000000
(0,0,0)

Tints of #49121C

#49121C
(73,18,28)
#592730
(89,39,48)
#693C44
(105,60,68)
#795158
(121,81,88)
#89666C
(137,102,108)
#997B80
(153,123,128)
#A99094
(169,144,148)
#B9A5A8
(185,165,168)
#C9BABC
(201,186,188)
#D9CFD0
(217,207,208)
#E9E4E4
(233,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49121C; }

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

This text font color is #49121C.


Background Color

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

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

This div background color is #49121C.


Border color

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

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

This div border color is #49121C.


Opacity

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

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

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

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

This text has shadow with #49121C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49121C on black background.


Color preview on white background

This text has color #49121C on white background.



Black color preview on #49121C background

This text has black color on #49121C background.


White color preview on #49121C background

This text has white color on #49121C background.