COLOR #A7454E

HEX: #A7454E
RGB: (167,69,78)

Color info

#A7454E contains mainly red color. Web safe color of #A7454E is #993366 (or #936).

RGB color model

#A7454E color RGB value is (167,69,78).

  • red value is 167;
  • green value is 69;
  • blue value is 78.
RGB:
(167,69,78)
(65%,27%,31%)

RGB channels and saturation

R 167 of 255 = 65%
G 69 of 255 = 27%
B 78 of 255 = 31%

167
69
78

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

Portions of RGB colors in percentages

R + G + B =
167 + 69 + 78 = 314 (100%)
R 167 of 314 ~ 53.18%
G 69 of 314 ~ 21.97%
B 78 of 314 ~ 24.84%

%53.18
%21.97
%24.84

CMYK color model

#A7454E color CMYK value is (0,59,53,35).

  • cyan value is 0.00%
  • magenta value is 58.68%
  • yellow value is 53.29%
  • key color value is 34.51%
CMYK:
(0,59,53,35)
C0M59Y53K35 
(0%,59%,53%,35%)
(0.00/0.59/0.53/0.35)	

CMYK percentages

%0
%58.68
%53.29
%34.51

Codes

Color #A7454E in popluar color models

A7454E
RGB1676978
HSL354°41.53%46.27%
HSB/HSV354°58.68%65.49%
CMYK0.00%58.68%53.29%
34.51%

Color #A7454E in popluar number systems.

HEXA7454E
Decimal1676978
Binary1010011110001011001110
Octal247105116

Shades and tints

Shades of #A7454E

#A7454E
(167,69,78)
#983F47
(152,63,71)
#893940
(137,57,64)
#7A3339
(122,51,57)
#6B2D32
(107,45,50)
#5C272B
(92,39,43)
#4D2124
(77,33,36)
#3E1B1D
(62,27,29)
#2F1516
(47,21,22)
#200F0F
(32,15,15)
#110908
(17,9,8)
#000000
(0,0,0)

Tints of #A7454E

#A7454E
(167,69,78)
#AF555E
(175,85,94)
#B7656E
(183,101,110)
#BF757E
(191,117,126)
#C7858E
(199,133,142)
#CF959E
(207,149,158)
#D7A5AE
(215,165,174)
#DFB5BE
(223,181,190)
#E7C5CE
(231,197,206)
#EFD5DE
(239,213,222)
#F7E5EE
(247,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7454E color. Also use rgb(167,69,78) instead hex code.

Text Font Color

.myTextColor { color: #A7454E; }

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

This text font color is #A7454E.


Background Color

.myBgColor { background-color: #A7454E; }

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

This div background color is #A7454E.


Border color

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

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

This div border color is #A7454E.


Opacity

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

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

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

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

This text has shadow with #A7454E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7454E on black background.


Color preview on white background

This text has color #A7454E on white background.



Black color preview on #A7454E background

This text has black color on #A7454E background.


White color preview on #A7454E background

This text has white color on #A7454E background.