COLOR #A7444C

HEX: #A7444C
RGB: (167,68,76)

Color info

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

RGB color model

#A7444C color RGB value is (167,68,76).

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

RGB channels and saturation

R 167 of 255 = 65%
G 68 of 255 = 27%
B 76 of 255 = 30%

167
68
76

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

Portions of RGB colors in percentages

R + G + B =
167 + 68 + 76 = 311 (100%)
R 167 of 311 ~ 53.7%
G 68 of 311 ~ 21.86%
B 76 of 311 ~ 24.44%

%53.7
%21.86
%24.44

CMYK color model

#A7444C color CMYK value is (0,59,54,35).

  • cyan value is 0.00%
  • magenta value is 59.28%
  • yellow value is 54.49%
  • key color value is 34.51%
CMYK:
(0,59,54,35)
C0M59Y54K35 
(0%,59%,54%,35%)
(0.00/0.59/0.54/0.35)	

CMYK percentages

%0
%59.28
%54.49
%34.51

Codes

Color #A7444C in popluar color models

A7444C
RGB1676876
HSL355°42.13%46.08%
HSB/HSV355°59.28%65.49%
CMYK0.00%59.28%54.49%
34.51%

Color #A7444C in popluar number systems.

HEXA7444C
Decimal1676876
Binary1010011110001001001100
Octal247104114

Shades and tints

Shades of #A7444C

#A7444C
(167,68,76)
#983E46
(152,62,70)
#893840
(137,56,64)
#7A323A
(122,50,58)
#6B2C34
(107,44,52)
#5C262E
(92,38,46)
#4D2028
(77,32,40)
#3E1A22
(62,26,34)
#2F141C
(47,20,28)
#200E16
(32,14,22)
#110810
(17,8,16)
#000000
(0,0,0)

Tints of #A7444C

#A7444C
(167,68,76)
#AF555C
(175,85,92)
#B7666C
(183,102,108)
#BF777C
(191,119,124)
#C7888C
(199,136,140)
#CF999C
(207,153,156)
#D7AAAC
(215,170,172)
#DFBBBC
(223,187,188)
#E7CCCC
(231,204,204)
#EFDDDC
(239,221,220)
#F7EEEC
(247,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7444C; }

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

This text font color is #A7444C.


Background Color

.myBgColor { background-color: #A7444C; }

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

This div background color is #A7444C.


Border color

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

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

This div border color is #A7444C.


Opacity

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

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

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

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

This text has shadow with #A7444C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7444C on black background.


Color preview on white background

This text has color #A7444C on white background.



Black color preview on #A7444C background

This text has black color on #A7444C background.


White color preview on #A7444C background

This text has white color on #A7444C background.