COLOR #490E15

HEX: #490E15 RGB: (73,14,21)

Color info

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

RGB color model

#490E15 color RGB value is (73,14,21).

RGB: (73,14,21) (29%, 5%, 8%)

RGB channels and saturation

R 73 of 255 = 29%
G 14 of 255 = 5%
B 21 of 255 = 8%

73
14
21

R + G + B ~ 14%. #490E15 is dark color.

Portions of RGB colors in percentages

R + G + B = 73 + 14 + 21 = 108 (100%)
R 73 of 108 ~ 67.59%
G 14 of 108 ~ 12.96%
B 21 of 108 ~ 19.44'%

%67.59
%12.96
%19.44

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 80.82%
  • yellow value is 71.23%
  • key color value is 71.37%

CMYK: (0,81,71,71)
C0M81Y71K71 (0%, 81%, 71%, 71%)
(0.00 / 0.81 / 0.71 / 0.71)

CMYK percentages

%0
%80.82
%71.23
%71.37

Codes

Color #490E15 in popluar color models

49 0E 15
RGB 73 14 21
HSL 353° 67.82% 17.06%
HSB/HSV 353° 80.82% 28.63%
CMYK 0.00% 80.82% 71.23%
71.37%

Color #490E15 in popluar number systems.

HEX 49 0E 15
Decimal 73 14 21
Binary 1001001 1110 10101
Octal 111 16 25

Shades and tints

Shades of #490E15

#490E15
(73,14,21)
#430D14
(67,13,20)
#3D0C13
(61,12,19)
#370B12
(55,11,18)
#310A11
(49,10,17)
#2B0910
(43,9,16)
#25080F
(37,8,15)
#1F070E
(31,7,14)
#19060D
(25,6,13)
#13050C
(19,5,12)
#0D040B
(13,4,11)
#000000
(0,0,0)

Tints of #490E15

#490E15
(73,14,21)
#59232A
(89,35,42)
#69383F
(105,56,63)
#794D54
(121,77,84)
#896269
(137,98,105)
#99777E
(153,119,126)
#A98C93
(169,140,147)
#B9A1A8
(185,161,168)
#C9B6BD
(201,182,189)
#D9CBD2
(217,203,210)
#E9E0E7
(233,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #490E15; }

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

This text font color is #490E15.

Background Color

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

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

This div background color is #490E15.

Border color

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

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

This div border color is #490E15.

Opacity

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

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

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

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

This text has shadow with #490E15 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #490E15.

Preview

Color preview on black background

This text has color #490E15 on black background.


Color preview on white background

This text has color #490E15 on white background.


Black color preview on #490E15 background

This text has black color on #490E15 background.


White color preview on #490E15 background

This text has white color on #490E15 background.


Related colors

Complementary color

Complementary color for #hex is #B6F1EA.


I love getcolorcode.com

Triadic colors

1 #15490E and #0E1549 with #490E15 are triadic colors.

2 #150E49 and #0E4915 with #490E15 are triadic colors.