COLOR #A73F0C

HEX: #A73F0C
RGB: (167,63,12)

Color info

#A73F0C contains mainly red color. Web safe color of #A73F0C is #993300 (or #930).

RGB color model

#A73F0C color RGB value is (167,63,12).

  • red value is 167;
  • green value is 63;
  • blue value is 12.
RGB:
(167,63,12)
(65%,25%,5%)

RGB channels and saturation

R 167 of 255 = 65%
G 63 of 255 = 25%
B 12 of 255 = 5%

167
63
12

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

Portions of RGB colors in percentages

R + G + B =
167 + 63 + 12 = 242 (100%)
R 167 of 242 ~ 69.01%
G 63 of 242 ~ 26.03%
B 12 of 242 ~ 4.96%

%69.01
%26.03

CMYK color model

#A73F0C color CMYK value is (0,62,93,35).

  • cyan value is 0.00%
  • magenta value is 62.28%
  • yellow value is 92.81%
  • key color value is 34.51%
CMYK:
(0,62,93,35)
C0M62Y93K35 
(0%,62%,93%,35%)
(0.00/0.62/0.93/0.35)	

CMYK percentages

%0
%62.28
%92.81
%34.51

Codes

Color #A73F0C in popluar color models

A73F0C
RGB1676312
HSL20°86.59%35.10%
HSB/HSV20°92.81%65.49%
CMYK0.00%62.28%92.81%
34.51%

Color #A73F0C in popluar number systems.

HEXA73F0C
Decimal1676312
Binary101001111111111100
Octal2477714

Shades and tints

Shades of #A73F0C

#A73F0C
(167,63,12)
#983A0B
(152,58,11)
#89350A
(137,53,10)
#7A3009
(122,48,9)
#6B2B08
(107,43,8)
#5C2607
(92,38,7)
#4D2106
(77,33,6)
#3E1C05
(62,28,5)
#2F1704
(47,23,4)
#201203
(32,18,3)
#110D02
(17,13,2)
#000000
(0,0,0)

Tints of #A73F0C

#A73F0C
(167,63,12)
#AF5022
(175,80,34)
#B76138
(183,97,56)
#BF724E
(191,114,78)
#C78364
(199,131,100)
#CF947A
(207,148,122)
#D7A590
(215,165,144)
#DFB6A6
(223,182,166)
#E7C7BC
(231,199,188)
#EFD8D2
(239,216,210)
#F7E9E8
(247,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A73F0C color. Also use rgb(167,63,12) instead hex code.

Text Font Color

.myTextColor { color: #A73F0C; }

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

This text font color is #A73F0C.


Background Color

.myBgColor { background-color: #A73F0C; }

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

This div background color is #A73F0C.


Border color

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

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

This div border color is #A73F0C.


Opacity

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

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

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

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

This text has shadow with #A73F0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A73F0C on black background.


Color preview on white background

This text has color #A73F0C on white background.



Black color preview on #A73F0C background

This text has black color on #A73F0C background.


White color preview on #A73F0C background

This text has white color on #A73F0C background.