COLOR #490B0D

HEX: #490B0D RGB: (73,11,13)

Color info

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

RGB color model

#490B0D color RGB value is (73,11,13).

RGB: (73,11,13) (29%, 4%, 5%)

RGB channels and saturation

R 73 of 255 = 29%
G 11 of 255 = 4%
B 13 of 255 = 5%

73
11
13

R + G + B ~ 13%. #490B0D is dark color.

Portions of RGB colors in percentages

R + G + B = 73 + 11 + 13 = 97 (100%)
R 73 of 97 ~ 75.26%
G 11 of 97 ~ 11.34%
B 13 of 97 ~ 13.4'%

%75.26
%11.34
%13.4

CMYK color model

#490B0D color CMYK value is (0,85,82,71).

  • cyan value is 0.00%
  • magenta value is 84.93%
  • yellow value is 82.19%
  • key color value is 71.37%

CMYK: (0,85,82,71)
C0M85Y82K71 (0%, 85%, 82%, 71%)
(0.00 / 0.85 / 0.82 / 0.71)

CMYK percentages

%0
%84.93
%82.19
%71.37

Codes

Color #490B0D in popluar color models

49 0B 0D
RGB 73 11 13
HSL 358° 73.81% 16.47%
HSB/HSV 358° 84.93% 28.63%
CMYK 0.00% 84.93% 82.19%
71.37%

Color #490B0D in popluar number systems.

HEX 49 0B 0D
Decimal 73 11 13
Binary 1001001 1011 1101
Octal 111 13 15

Shades and tints

Shades of #490B0D

#490B0D
(73,11,13)
#430A0C
(67,10,12)
#3D090B
(61,9,11)
#37080A
(55,8,10)
#310709
(49,7,9)
#2B0608
(43,6,8)
#250507
(37,5,7)
#1F0406
(31,4,6)
#190305
(25,3,5)
#130204
(19,2,4)
#0D0103
(13,1,3)
#000000
(0,0,0)

Tints of #490B0D

#490B0D
(73,11,13)
#592123
(89,33,35)
#693739
(105,55,57)
#794D4F
(121,77,79)
#896365
(137,99,101)
#99797B
(153,121,123)
#A98F91
(169,143,145)
#B9A5A7
(185,165,167)
#C9BBBD
(201,187,189)
#D9D1D3
(217,209,211)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #490B0D color. Also use rgb(73,11,13) instead hex code.

Text Font Color

.myTextColor { color: #490B0D; }

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

This text font color is #490B0D.

Background Color

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

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

This div background color is #490B0D.

Border color

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

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

This div border color is #490B0D.

Opacity

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

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

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

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

This text has shadow with #490B0D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #490B0D.

Preview

Color preview on black background

This text has color #490B0D on black background.


Color preview on white background

This text has color #490B0D on white background.


Black color preview on #490B0D background

This text has black color on #490B0D background.


White color preview on #490B0D background

This text has white color on #490B0D background.


Related colors

Complementary color

Complementary color for #hex is #B6F4F2.


I love getcolorcode.com

Triadic colors

1 #0D490B and #0B0D49 with #490B0D are triadic colors.

2 #0D0B49 and #0B490D with #490B0D are triadic colors.