COLOR #491500

HEX: #491500 RGB: (73,21,0)

Color info

#491500 contains only red and green colors. Web safe color of #491500 is #330000 (or #300).

RGB color model

#491500 color RGB value is (73,21,0).

RGB: (73,21,0) (29%, 8%, 0%)

RGB channels and saturation

R 73 of 255 = 29%
G 21 of 255 = 8%
B 0 of 255 = 0%

73
21
0

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

Portions of RGB colors in percentages

R + G + B = 73 + 21 + 0 = 94 (100%)
R 73 of 94 ~ 77.66%
G 21 of 94 ~ 22.34%
B 0 of 94 ~ 0'%

%77.66
%22.34

CMYK color model

#491500 color CMYK value is (0,71,100,71).

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

CMYK: (0,71,100,71)
C0M71Y100K71 (0%, 71%, 100%, 71%)
(0.00 / 0.71 / 1.00 / 0.71)

CMYK percentages

%0
%71.23
%100
%71.37

Codes

Color #491500 in popluar color models

49 15 00
RGB 73 21 0
HSL 17° 100.00% 14.31%
HSB/HSV 17° 100.00% 28.63%
CMYK 0.00% 71.23% 100.00%
71.37%

Color #491500 in popluar number systems.

HEX 49 15 00
Decimal 73 21 0
Binary 1001001 10101 0
Octal 111 25 0

Shades and tints

Shades of #491500

#491500
(73,21,0)
#431400
(67,20,0)
#3D1300
(61,19,0)
#371200
(55,18,0)
#311100
(49,17,0)
#2B1000
(43,16,0)
#250F00
(37,15,0)
#1F0E00
(31,14,0)
#190D00
(25,13,0)
#130C00
(19,12,0)
#0D0B00
(13,11,0)
#000000
(0,0,0)

Tints of #491500

#491500
(73,21,0)
#592A17
(89,42,23)
#693F2E
(105,63,46)
#795445
(121,84,69)
#89695C
(137,105,92)
#997E73
(153,126,115)
#A9938A
(169,147,138)
#B9A8A1
(185,168,161)
#C9BDB8
(201,189,184)
#D9D2CF
(217,210,207)
#E9E7E6
(233,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #491500; }

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

This text font color is #491500.

Background Color

.myBgColor { background-color: #491500; }

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

This div background color is #491500.

Border color

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

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

This div border color is #491500.

Opacity

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

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

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

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

This text has shadow with #491500 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #491500.

Preview

Color preview on black background

This text has color #491500 on black background.


Color preview on white background

This text has color #491500 on white background.


Black color preview on #491500 background

This text has black color on #491500 background.


White color preview on #491500 background

This text has white color on #491500 background.


Related colors

Complementary color

Complementary color for #hex is #B6EAFF.


I love getcolorcode.com

Triadic colors

1 #004915 and #150049 with #491500 are triadic colors.

2 #001549 and #154900 with #491500 are triadic colors.