COLOR #490D07

HEX: #490D07
RGB: (73,13,7)

Color info

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

RGB color model

#490D07 color RGB value is (73,13,7).

  • red value is 73;
  • green value is 13;
  • blue value is 7.
RGB:
(73,13,7)
(29%,5%,3%)

RGB channels and saturation

R 73 of 255 = 29%
G 13 of 255 = 5%
B 7 of 255 = 3%

73
13
7

R + G + B ~ 12%. #490D07 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 13 + 7 = 93 (100%)
R 73 of 93 ~ 78.49%
G 13 of 93 ~ 13.98%
B 7 of 93 ~ 7.53%

%78.49
%13.98

CMYK color model

#490D07 color CMYK value is (0,82,90,71).

  • cyan value is 0.00%
  • magenta value is 82.19%
  • yellow value is 90.41%
  • key color value is 71.37%
CMYK:
(0,82,90,71)
C0M82Y90K71 
(0%,82%,90%,71%)
(0.00/0.82/0.90/0.71)	

CMYK percentages

%0
%82.19
%90.41
%71.37

Codes

Color #490D07 in popluar color models

490D07
RGB73137
HSL82.50%15.69%
HSB/HSV90.41%28.63%
CMYK0.00%82.19%90.41%
71.37%

Color #490D07 in popluar number systems.

HEX490D07
Decimal73137
Binary10010011101111
Octal111157

Shades and tints

Shades of #490D07

#490D07
(73,13,7)
#430C07
(67,12,7)
#3D0B07
(61,11,7)
#370A07
(55,10,7)
#310907
(49,9,7)
#2B0807
(43,8,7)
#250707
(37,7,7)
#1F0607
(31,6,7)
#190507
(25,5,7)
#130407
(19,4,7)
#0D0307
(13,3,7)
#000000
(0,0,0)

Tints of #490D07

#490D07
(73,13,7)
#59231D
(89,35,29)
#693933
(105,57,51)
#794F49
(121,79,73)
#89655F
(137,101,95)
#997B75
(153,123,117)
#A9918B
(169,145,139)
#B9A7A1
(185,167,161)
#C9BDB7
(201,189,183)
#D9D3CD
(217,211,205)
#E9E9E3
(233,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #490D07; }

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

This text font color is #490D07.


Background Color

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

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

This div background color is #490D07.


Border color

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

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

This div border color is #490D07.


Opacity

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

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

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

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

This text has shadow with #490D07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490D07 on black background.


Color preview on white background

This text has color #490D07 on white background.



Black color preview on #490D07 background

This text has black color on #490D07 background.


White color preview on #490D07 background

This text has white color on #490D07 background.