COLOR #491A07

HEX: #491A07
RGB: (73,26,7)

Color info

#491A07 contains mainly red and green colors. Web safe color of #491A07 is #330000 (or #300).

RGB color model

#491A07 color RGB value is (73,26,7).

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

RGB channels and saturation

R 73 of 255 = 29%
G 26 of 255 = 10%
B 7 of 255 = 3%

73
26
7

R + G + B ~ 14%. #491A07 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 26 + 7 = 106 (100%)
R 73 of 106 ~ 68.87%
G 26 of 106 ~ 24.53%
B 7 of 106 ~ 6.6%

%68.87
%24.53

CMYK color model

#491A07 color CMYK value is (0,64,90,71).

  • cyan value is 0.00%
  • magenta value is 64.38%
  • yellow value is 90.41%
  • key color value is 71.37%
CMYK:
(0,64,90,71)
C0M64Y90K71 
(0%,64%,90%,71%)
(0.00/0.64/0.90/0.71)	

CMYK percentages

%0
%64.38
%90.41
%71.37

Codes

Color #491A07 in popluar color models

491A07
RGB73267
HSL17°82.50%15.69%
HSB/HSV17°90.41%28.63%
CMYK0.00%64.38%90.41%
71.37%

Color #491A07 in popluar number systems.

HEX491A07
Decimal73267
Binary100100111010111
Octal111327

Shades and tints

Shades of #491A07

#491A07
(73,26,7)
#431807
(67,24,7)
#3D1607
(61,22,7)
#371407
(55,20,7)
#311207
(49,18,7)
#2B1007
(43,16,7)
#250E07
(37,14,7)
#1F0C07
(31,12,7)
#190A07
(25,10,7)
#130807
(19,8,7)
#0D0607
(13,6,7)
#000000
(0,0,0)

Tints of #491A07

#491A07
(73,26,7)
#592E1D
(89,46,29)
#694233
(105,66,51)
#795649
(121,86,73)
#896A5F
(137,106,95)
#997E75
(153,126,117)
#A9928B
(169,146,139)
#B9A6A1
(185,166,161)
#C9BAB7
(201,186,183)
#D9CECD
(217,206,205)
#E9E2E3
(233,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #491A07; }

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

This text font color is #491A07.


Background Color

.myBgColor { background-color: #491A07; }

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

This div background color is #491A07.


Border color

.myBorderColor { border: 1px solid #491A07; }

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

This div border color is #491A07.


Opacity

.myOpacity80 { color: #491A07; opacity: 0.8; }

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

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

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

This text has shadow with #491A07 color.

.textShadow {text-shadow: 3px 3px 1px #491A07, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #491A07 on black background.


Color preview on white background

This text has color #491A07 on white background.



Black color preview on #491A07 background

This text has black color on #491A07 background.


White color preview on #491A07 background

This text has white color on #491A07 background.