COLOR #A7491F

HEX: #A7491F
RGB: (167,73,31)

Color info

#A7491F contains mainly red color. Web safe color of #A7491F is #993333 (or #933).

RGB color model

#A7491F color RGB value is (167,73,31).

  • red value is 167;
  • green value is 73;
  • blue value is 31.
RGB:
(167,73,31)
(65%,29%,12%)

RGB channels and saturation

R 167 of 255 = 65%
G 73 of 255 = 29%
B 31 of 255 = 12%

167
73
31

R + G + B ~ 35%. #A7491F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
167 + 73 + 31 = 271 (100%)
R 167 of 271 ~ 61.62%
G 73 of 271 ~ 26.94%
B 31 of 271 ~ 11.44%

%61.62
%26.94
%11.44

CMYK color model

#A7491F color CMYK value is (0,56,81,35).

  • cyan value is 0.00%
  • magenta value is 56.29%
  • yellow value is 81.44%
  • key color value is 34.51%
CMYK:
(0,56,81,35)
C0M56Y81K35 
(0%,56%,81%,35%)
(0.00/0.56/0.81/0.35)	

CMYK percentages

%0
%56.29
%81.44
%34.51

Codes

Color #A7491F in popluar color models

A7491F
RGB1677331
HSL19°68.69%38.82%
HSB/HSV19°81.44%65.49%
CMYK0.00%56.29%81.44%
34.51%

Color #A7491F in popluar number systems.

HEXA7491F
Decimal1677331
Binary10100111100100111111
Octal24711137

Shades and tints

Shades of #A7491F

#A7491F
(167,73,31)
#98431D
(152,67,29)
#893D1B
(137,61,27)
#7A3719
(122,55,25)
#6B3117
(107,49,23)
#5C2B15
(92,43,21)
#4D2513
(77,37,19)
#3E1F11
(62,31,17)
#2F190F
(47,25,15)
#20130D
(32,19,13)
#110D0B
(17,13,11)
#000000
(0,0,0)

Tints of #A7491F

#A7491F
(167,73,31)
#AF5933
(175,89,51)
#B76947
(183,105,71)
#BF795B
(191,121,91)
#C7896F
(199,137,111)
#CF9983
(207,153,131)
#D7A997
(215,169,151)
#DFB9AB
(223,185,171)
#E7C9BF
(231,201,191)
#EFD9D3
(239,217,211)
#F7E9E7
(247,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7491F color. Also use rgb(167,73,31) instead hex code.

Text Font Color

.myTextColor { color: #A7491F; }

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

This text font color is #A7491F.


Background Color

.myBgColor { background-color: #A7491F; }

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

This div background color is #A7491F.


Border color

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

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

This div border color is #A7491F.


Opacity

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

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

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

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

This text has shadow with #A7491F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7491F on black background.


Color preview on white background

This text has color #A7491F on white background.



Black color preview on #A7491F background

This text has black color on #A7491F background.


White color preview on #A7491F background

This text has white color on #A7491F background.