COLOR #490C1C

HEX: #490C1C
RGB: (73,12,28)

Color info

#490C1C contains mainly red and blue colors. Web safe color of #490C1C is #330033 (or #303).

RGB color model

#490C1C color RGB value is (73,12,28).

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

RGB channels and saturation

R 73 of 255 = 29%
G 12 of 255 = 5%
B 28 of 255 = 11%

73
12
28

R + G + B ~ 15%. #490C1C is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 12 + 28 = 113 (100%)
R 73 of 113 ~ 64.6%
G 12 of 113 ~ 10.62%
B 28 of 113 ~ 24.78%

%64.6
%10.62
%24.78

CMYK color model

#490C1C color CMYK value is (0,84,62,71).

  • cyan value is 0.00%
  • magenta value is 83.56%
  • yellow value is 61.64%
  • key color value is 71.37%
CMYK:
(0,84,62,71)
C0M84Y62K71 
(0%,84%,62%,71%)
(0.00/0.84/0.62/0.71)	

CMYK percentages

%0
%83.56
%61.64
%71.37

Codes

Color #490C1C in popluar color models

490C1C
RGB731228
HSL344°71.76%16.67%
HSB/HSV344°83.56%28.63%
CMYK0.00%83.56%61.64%
71.37%

Color #490C1C in popluar number systems.

HEX490C1C
Decimal731228
Binary1001001110011100
Octal1111434

Shades and tints

Shades of #490C1C

#490C1C
(73,12,28)
#430B1A
(67,11,26)
#3D0A18
(61,10,24)
#370916
(55,9,22)
#310814
(49,8,20)
#2B0712
(43,7,18)
#250610
(37,6,16)
#1F050E
(31,5,14)
#19040C
(25,4,12)
#13030A
(19,3,10)
#0D0208
(13,2,8)
#000000
(0,0,0)

Tints of #490C1C

#490C1C
(73,12,28)
#592230
(89,34,48)
#693844
(105,56,68)
#794E58
(121,78,88)
#89646C
(137,100,108)
#997A80
(153,122,128)
#A99094
(169,144,148)
#B9A6A8
(185,166,168)
#C9BCBC
(201,188,188)
#D9D2D0
(217,210,208)
#E9E8E4
(233,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #490C1C color. Also use rgb(73,12,28) instead hex code.

Text Font Color

.myTextColor { color: #490C1C; }

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

This text font color is #490C1C.


Background Color

.myBgColor { background-color: #490C1C; }

<div style="background-color:#490C1C">Inner text</div>

This div background color is #490C1C.


Border color

.myBorderColor { border: 1px solid #490C1C; }

<div style="border:3px solid #490C1C">Div</div>

This div border color is #490C1C.


Opacity

.myOpacity80 { color: #490C1C; opacity: 0.8; }

<p style="color:#490C1C;opacity:0.8;">80%</p>

Text with #490C1C 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 #490C1C;}

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

This text has shadow with #490C1C color.

.textShadow {text-shadow: 3px 3px 1px #490C1C, 3px 3px 1px red;}

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

This text has shadow with #490C1C primary color and red secondary color.


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

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

This text has shadow with #490C1C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490C1C on black background.


Color preview on white background

This text has color #490C1C on white background.



Black color preview on #490C1C background

This text has black color on #490C1C background.


White color preview on #490C1C background

This text has white color on #490C1C background.