COLOR #490C00

HEX: #490C00
RGB: (73,12,0)

Color info

#490C00 contains mainly red color. Web safe color of #490C00 is #330000 (or #300).

RGB color model

#490C00 color RGB value is (73,12,0).

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

RGB channels and saturation

R 73 of 255 = 29%
G 12 of 255 = 5%
B 0 of 255 = 0%

73
12
0

R + G + B ~ 11%. #490C00 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 12 + 0 = 85 (100%)
R 73 of 85 ~ 85.88%
G 12 of 85 ~ 14.12%
B 0 of 85 ~ 0%

%85.88
%14.12

CMYK color model

#490C00 color CMYK value is (0,84,100,71).

  • cyan value is 0.00%
  • magenta value is 83.56%
  • yellow value is 100.00%
  • key color value is 71.37%
CMYK:
(0,84,100,71)
C0M84Y100K71 
(0%,84%,100%,71%)
(0.00/0.84/1.00/0.71)	

CMYK percentages

%0
%83.56
%100
%71.37

Codes

Color #490C00 in popluar color models

490C00
RGB73120
HSL10°100.00%14.31%
HSB/HSV10°100.00%28.63%
CMYK0.00%83.56%100.00%
71.37%

Color #490C00 in popluar number systems.

HEX490C00
Decimal73120
Binary100100111000
Octal111140

Shades and tints

Shades of #490C00

#490C00
(73,12,0)
#430B00
(67,11,0)
#3D0A00
(61,10,0)
#370900
(55,9,0)
#310800
(49,8,0)
#2B0700
(43,7,0)
#250600
(37,6,0)
#1F0500
(31,5,0)
#190400
(25,4,0)
#130300
(19,3,0)
#0D0200
(13,2,0)
#000000
(0,0,0)

Tints of #490C00

#490C00
(73,12,0)
#592217
(89,34,23)
#69382E
(105,56,46)
#794E45
(121,78,69)
#89645C
(137,100,92)
#997A73
(153,122,115)
#A9908A
(169,144,138)
#B9A6A1
(185,166,161)
#C9BCB8
(201,188,184)
#D9D2CF
(217,210,207)
#E9E8E6
(233,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #490C00; }

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

This text font color is #490C00.


Background Color

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

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

This div background color is #490C00.


Border color

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

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

This div border color is #490C00.


Opacity

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

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

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

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

This text has shadow with #490C00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490C00 on black background.


Color preview on white background

This text has color #490C00 on white background.



Black color preview on #490C00 background

This text has black color on #490C00 background.


White color preview on #490C00 background

This text has white color on #490C00 background.