COLOR #A7404C

HEX: #A7404C
RGB: (167,64,76)

Color info

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

RGB color model

#A7404C color RGB value is (167,64,76).

  • red value is 167;
  • green value is 64;
  • blue value is 76.
RGB:
(167,64,76)
(65%,25%,30%)

RGB channels and saturation

R 167 of 255 = 65%
G 64 of 255 = 25%
B 76 of 255 = 30%

167
64
76

R + G + B ~ 40%. #A7404C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
167 + 64 + 76 = 307 (100%)
R 167 of 307 ~ 54.4%
G 64 of 307 ~ 20.85%
B 76 of 307 ~ 24.76%

%54.4
%20.85
%24.76

CMYK color model

#A7404C color CMYK value is (0,62,54,35).

  • cyan value is 0.00%
  • magenta value is 61.68%
  • yellow value is 54.49%
  • key color value is 34.51%
CMYK:
(0,62,54,35)
C0M62Y54K35 
(0%,62%,54%,35%)
(0.00/0.62/0.54/0.35)	

CMYK percentages

%0
%61.68
%54.49
%34.51

Codes

Color #A7404C in popluar color models

A7404C
RGB1676476
HSL353°44.59%45.29%
HSB/HSV353°61.68%65.49%
CMYK0.00%61.68%54.49%
34.51%

Color #A7404C in popluar number systems.

HEXA7404C
Decimal1676476
Binary1010011110000001001100
Octal247100114

Shades and tints

Shades of #A7404C

#A7404C
(167,64,76)
#983B46
(152,59,70)
#893640
(137,54,64)
#7A313A
(122,49,58)
#6B2C34
(107,44,52)
#5C272E
(92,39,46)
#4D2228
(77,34,40)
#3E1D22
(62,29,34)
#2F181C
(47,24,28)
#201316
(32,19,22)
#110E10
(17,14,16)
#000000
(0,0,0)

Tints of #A7404C

#A7404C
(167,64,76)
#AF515C
(175,81,92)
#B7626C
(183,98,108)
#BF737C
(191,115,124)
#C7848C
(199,132,140)
#CF959C
(207,149,156)
#D7A6AC
(215,166,172)
#DFB7BC
(223,183,188)
#E7C8CC
(231,200,204)
#EFD9DC
(239,217,220)
#F7EAEC
(247,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7404C color. Also use rgb(167,64,76) instead hex code.

Text Font Color

.myTextColor { color: #A7404C; }

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

This text font color is #A7404C.


Background Color

.myBgColor { background-color: #A7404C; }

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

This div background color is #A7404C.


Border color

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

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

This div border color is #A7404C.


Opacity

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

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

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

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

This text has shadow with #A7404C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7404C on black background.


Color preview on white background

This text has color #A7404C on white background.



Black color preview on #A7404C background

This text has black color on #A7404C background.


White color preview on #A7404C background

This text has white color on #A7404C background.