COLOR #A7454D

HEX: #A7454D
RGB: (167,69,77)

Color info

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

RGB color model

#A7454D color RGB value is (167,69,77).

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

RGB channels and saturation

R 167 of 255 = 65%
G 69 of 255 = 27%
B 77 of 255 = 30%

167
69
77

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

Portions of RGB colors in percentages

R + G + B =
167 + 69 + 77 = 313 (100%)
R 167 of 313 ~ 53.35%
G 69 of 313 ~ 22.04%
B 77 of 313 ~ 24.6%

%53.35
%22.04
%24.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 58.68%
  • yellow value is 53.89%
  • 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
%58.68
%53.89
%34.51

Codes

Color #A7454D in popluar color models

A7454D
RGB1676977
HSL355°41.53%46.27%
HSB/HSV355°58.68%65.49%
CMYK0.00%58.68%53.89%
34.51%

Color #A7454D in popluar number systems.

HEXA7454D
Decimal1676977
Binary1010011110001011001101
Octal247105115

Shades and tints

Shades of #A7454D

#A7454D
(167,69,77)
#983F46
(152,63,70)
#89393F
(137,57,63)
#7A3338
(122,51,56)
#6B2D31
(107,45,49)
#5C272A
(92,39,42)
#4D2123
(77,33,35)
#3E1B1C
(62,27,28)
#2F1515
(47,21,21)
#200F0E
(32,15,14)
#110907
(17,9,7)
#000000
(0,0,0)

Tints of #A7454D

#A7454D
(167,69,77)
#AF555D
(175,85,93)
#B7656D
(183,101,109)
#BF757D
(191,117,125)
#C7858D
(199,133,141)
#CF959D
(207,149,157)
#D7A5AD
(215,165,173)
#DFB5BD
(223,181,189)
#E7C5CD
(231,197,205)
#EFD5DD
(239,213,221)
#F7E5ED
(247,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7454D; }

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

This text font color is #A7454D.


Background Color

.myBgColor { background-color: #A7454D; }

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

This div background color is #A7454D.


Border color

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

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

This div border color is #A7454D.


Opacity

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

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

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

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

This text has shadow with #A7454D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7454D on black background.


Color preview on white background

This text has color #A7454D on white background.



Black color preview on #A7454D background

This text has black color on #A7454D background.


White color preview on #A7454D background

This text has white color on #A7454D background.