COLOR #490703

HEX: #490703 RGB: (73,7,3)

Color info

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

RGB color model

#490703 color RGB value is (73,7,3).

RGB: (73,7,3) (29%, 3%, 1%)

RGB channels and saturation

R 73 of 255 = 29%
G 7 of 255 = 3%
B 3 of 255 = 1%

73
7
3

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

Portions of RGB colors in percentages

R + G + B = 73 + 7 + 3 = 83 (100%)
R 73 of 83 ~ 87.95%
G 7 of 83 ~ 8.43%
B 3 of 83 ~ 3.61'%

%87.95

CMYK color model

#490703 color CMYK value is (0,90,96,71).

  • cyan value is 0.00%
  • magenta value is 90.41%
  • yellow value is 95.89%
  • key color value is 71.37%

CMYK: (0,90,96,71)
C0M90Y96K71 (0%, 90%, 96%, 71%)
(0.00 / 0.90 / 0.96 / 0.71)

CMYK percentages

%0
%90.41
%95.89
%71.37

Codes

Color #490703 in popluar color models

49 07 03
RGB 73 7 3
HSL 92.11% 14.90%
HSB/HSV 95.89% 28.63%
CMYK 0.00% 90.41% 95.89%
71.37%

Color #490703 in popluar number systems.

HEX 49 07 03
Decimal 73 7 3
Binary 1001001 111 11
Octal 111 7 3

Shades and tints

Shades of #490703

#490703
(73,7,3)
#430703
(67,7,3)
#3D0703
(61,7,3)
#370703
(55,7,3)
#310703
(49,7,3)
#2B0703
(43,7,3)
#250703
(37,7,3)
#1F0703
(31,7,3)
#190703
(25,7,3)
#130703
(19,7,3)
#0D0703
(13,7,3)
#000000
(0,0,0)

Tints of #490703

#490703
(73,7,3)
#591D19
(89,29,25)
#69332F
(105,51,47)
#794945
(121,73,69)
#895F5B
(137,95,91)
#997571
(153,117,113)
#A98B87
(169,139,135)
#B9A19D
(185,161,157)
#C9B7B3
(201,183,179)
#D9CDC9
(217,205,201)
#E9E3DF
(233,227,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #490703; }

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

This text font color is #490703.

Background Color

.myBgColor { background-color: #490703; }

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

This div background color is #490703.

Border color

.myBorderColor { border: 1px solid #490703; }

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

This div border color is #490703.

Opacity

.myOpacity80 { color: #490703; opacity: 0.8; }

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

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

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

This text has shadow with #490703 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #490703.

Preview

Color preview on black background

This text has color #490703 on black background.


Color preview on white background

This text has color #490703 on white background.


Black color preview on #490703 background

This text has black color on #490703 background.


White color preview on #490703 background

This text has white color on #490703 background.


Related colors

Complementary color

Complementary color for #hex is #B6F8FC.


I love getcolorcode.com

Triadic colors

1 #034907 and #070349 with #490703 are triadic colors.

2 #030749 and #074903 with #490703 are triadic colors.