COLOR #A7311F

HEX: #A7311F
RGB: (167,49,31)

Color info

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

RGB color model

#A7311F color RGB value is (167,49,31).

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

RGB channels and saturation

R 167 of 255 = 65%
G 49 of 255 = 19%
B 31 of 255 = 12%

167
49
31

R + G + B ~ 32%. #A7311F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
167 + 49 + 31 = 247 (100%)
R 167 of 247 ~ 67.61%
G 49 of 247 ~ 19.84%
B 31 of 247 ~ 12.55%

%67.61
%19.84
%12.55

CMYK color model

#A7311F color CMYK value is (0,71,81,35).

  • cyan value is 0.00%
  • magenta value is 70.66%
  • yellow value is 81.44%
  • key color value is 34.51%
CMYK:
(0,71,81,35)
C0M71Y81K35 
(0%,71%,81%,35%)
(0.00/0.71/0.81/0.35)	

CMYK percentages

%0
%70.66
%81.44
%34.51

Codes

Color #A7311F in popluar color models

A7311F
RGB1674931
HSL68.69%38.82%
HSB/HSV81.44%65.49%
CMYK0.00%70.66%81.44%
34.51%

Color #A7311F in popluar number systems.

HEXA7311F
Decimal1674931
Binary1010011111000111111
Octal2476137

Shades and tints

Shades of #A7311F

#A7311F
(167,49,31)
#982D1D
(152,45,29)
#89291B
(137,41,27)
#7A2519
(122,37,25)
#6B2117
(107,33,23)
#5C1D15
(92,29,21)
#4D1913
(77,25,19)
#3E1511
(62,21,17)
#2F110F
(47,17,15)
#200D0D
(32,13,13)
#11090B
(17,9,11)
#000000
(0,0,0)

Tints of #A7311F

#A7311F
(167,49,31)
#AF4333
(175,67,51)
#B75547
(183,85,71)
#BF675B
(191,103,91)
#C7796F
(199,121,111)
#CF8B83
(207,139,131)
#D79D97
(215,157,151)
#DFAFAB
(223,175,171)
#E7C1BF
(231,193,191)
#EFD3D3
(239,211,211)
#F7E5E7
(247,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7311F; }

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

This text font color is #A7311F.


Background Color

.myBgColor { background-color: #A7311F; }

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

This div background color is #A7311F.


Border color

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

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

This div border color is #A7311F.


Opacity

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

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

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

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

This text has shadow with #A7311F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7311F on black background.


Color preview on white background

This text has color #A7311F on white background.



Black color preview on #A7311F background

This text has black color on #A7311F background.


White color preview on #A7311F background

This text has white color on #A7311F background.