COLOR #A73747

HEX: #A73747
RGB: (167,55,71)

Color info

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

RGB color model

#A73747 color RGB value is (167,55,71).

  • red value is 167;
  • green value is 55;
  • blue value is 71.
RGB:
(167,55,71)
(65%,22%,28%)

RGB channels and saturation

R 167 of 255 = 65%
G 55 of 255 = 22%
B 71 of 255 = 28%

167
55
71

R + G + B ~ 38%. #A73747 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
167 + 55 + 71 = 293 (100%)
R 167 of 293 ~ 57%
G 55 of 293 ~ 18.77%
B 71 of 293 ~ 24.23%

%57
%18.77
%24.23

CMYK color model

#A73747 color CMYK value is (0,67,57,35).

  • cyan value is 0.00%
  • magenta value is 67.07%
  • yellow value is 57.49%
  • key color value is 34.51%
CMYK:
(0,67,57,35)
C0M67Y57K35 
(0%,67%,57%,35%)
(0.00/0.67/0.57/0.35)	

CMYK percentages

%0
%67.07
%57.49
%34.51

Codes

Color #A73747 in popluar color models

A73747
RGB1675571
HSL351°50.45%43.53%
HSB/HSV351°67.07%65.49%
CMYK0.00%67.07%57.49%
34.51%

Color #A73747 in popluar number systems.

HEXA73747
Decimal1675571
Binary101001111101111000111
Octal24767107

Shades and tints

Shades of #A73747

#A73747
(167,55,71)
#983241
(152,50,65)
#892D3B
(137,45,59)
#7A2835
(122,40,53)
#6B232F
(107,35,47)
#5C1E29
(92,30,41)
#4D1923
(77,25,35)
#3E141D
(62,20,29)
#2F0F17
(47,15,23)
#200A11
(32,10,17)
#11050B
(17,5,11)
#000000
(0,0,0)

Tints of #A73747

#A73747
(167,55,71)
#AF4957
(175,73,87)
#B75B67
(183,91,103)
#BF6D77
(191,109,119)
#C77F87
(199,127,135)
#CF9197
(207,145,151)
#D7A3A7
(215,163,167)
#DFB5B7
(223,181,183)
#E7C7C7
(231,199,199)
#EFD9D7
(239,217,215)
#F7EBE7
(247,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A73747 color. Also use rgb(167,55,71) instead hex code.

Text Font Color

.myTextColor { color: #A73747; }

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

This text font color is #A73747.


Background Color

.myBgColor { background-color: #A73747; }

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

This div background color is #A73747.


Border color

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

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

This div border color is #A73747.


Opacity

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

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

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

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

This text has shadow with #A73747 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A73747 on black background.


Color preview on white background

This text has color #A73747 on white background.



Black color preview on #A73747 background

This text has black color on #A73747 background.


White color preview on #A73747 background

This text has white color on #A73747 background.