COLOR #490E19

HEX: #490E19
RGB: (73,14,25)

Color info

#490E19 contains red, green and blue colors in about the same proportion. Web safe color of #490E19 is #330000 (or #300).

RGB color model

#490E19 color RGB value is (73,14,25).

  • red value is 73;
  • green value is 14;
  • blue value is 25.
RGB:
(73,14,25)
(29%,5%,10%)

RGB channels and saturation

R 73 of 255 = 29%
G 14 of 255 = 5%
B 25 of 255 = 10%

73
14
25

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

Portions of RGB colors in percentages

R + G + B =
73 + 14 + 25 = 112 (100%)
R 73 of 112 ~ 65.18%
G 14 of 112 ~ 12.5%
B 25 of 112 ~ 22.32%

%65.18
%12.5
%22.32

CMYK color model

#490E19 color CMYK value is (0,81,66,71).

  • cyan value is 0.00%
  • magenta value is 80.82%
  • yellow value is 65.75%
  • key color value is 71.37%
CMYK:
(0,81,66,71)
C0M81Y66K71 
(0%,81%,66%,71%)
(0.00/0.81/0.66/0.71)	

CMYK percentages

%0
%80.82
%65.75
%71.37

Codes

Color #490E19 in popluar color models

490E19
RGB731425
HSL349°67.82%17.06%
HSB/HSV349°80.82%28.63%
CMYK0.00%80.82%65.75%
71.37%

Color #490E19 in popluar number systems.

HEX490E19
Decimal731425
Binary1001001111011001
Octal1111631

Shades and tints

Shades of #490E19

#490E19
(73,14,25)
#430D17
(67,13,23)
#3D0C15
(61,12,21)
#370B13
(55,11,19)
#310A11
(49,10,17)
#2B090F
(43,9,15)
#25080D
(37,8,13)
#1F070B
(31,7,11)
#190609
(25,6,9)
#130507
(19,5,7)
#0D0405
(13,4,5)
#000000
(0,0,0)

Tints of #490E19

#490E19
(73,14,25)
#59232D
(89,35,45)
#693841
(105,56,65)
#794D55
(121,77,85)
#896269
(137,98,105)
#99777D
(153,119,125)
#A98C91
(169,140,145)
#B9A1A5
(185,161,165)
#C9B6B9
(201,182,185)
#D9CBCD
(217,203,205)
#E9E0E1
(233,224,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #490E19 color. Also use rgb(73,14,25) instead hex code.

Text Font Color

.myTextColor { color: #490E19; }

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

This text font color is #490E19.


Background Color

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

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

This div background color is #490E19.


Border color

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

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

This div border color is #490E19.


Opacity

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

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

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

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

This text has shadow with #490E19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490E19 on black background.


Color preview on white background

This text has color #490E19 on white background.



Black color preview on #490E19 background

This text has black color on #490E19 background.


White color preview on #490E19 background

This text has white color on #490E19 background.