COLOR #A74E63

HEX: #A74E63
RGB: (167,78,99)

Color info

#A74E63 contains mainly red color. Web safe color of #A74E63 is #996666 (or #966).

RGB color model

#A74E63 color RGB value is (167,78,99).

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

RGB channels and saturation

R 167 of 255 = 65%
G 78 of 255 = 31%
B 99 of 255 = 39%

167
78
99

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

Portions of RGB colors in percentages

R + G + B =
167 + 78 + 99 = 344 (100%)
R 167 of 344 ~ 48.55%
G 78 of 344 ~ 22.67%
B 99 of 344 ~ 28.78%

%48.55
%22.67
%28.78

CMYK color model

#A74E63 color CMYK value is (0,53,41,35).

  • cyan value is 0.00%
  • magenta value is 53.29%
  • yellow value is 40.72%
  • key color value is 34.51%
CMYK:
(0,53,41,35)
C0M53Y41K35 
(0%,53%,41%,35%)
(0.00/0.53/0.41/0.35)	

CMYK percentages

%0
%53.29
%40.72
%34.51

Codes

Color #A74E63 in popluar color models

A74E63
RGB1677899
HSL346°36.33%48.04%
HSB/HSV346°53.29%65.49%
CMYK0.00%53.29%40.72%
34.51%

Color #A74E63 in popluar number systems.

HEXA74E63
Decimal1677899
Binary1010011110011101100011
Octal247116143

Shades and tints

Shades of #A74E63

#A74E63
(167,78,99)
#98475A
(152,71,90)
#894051
(137,64,81)
#7A3948
(122,57,72)
#6B323F
(107,50,63)
#5C2B36
(92,43,54)
#4D242D
(77,36,45)
#3E1D24
(62,29,36)
#2F161B
(47,22,27)
#200F12
(32,15,18)
#110809
(17,8,9)
#000000
(0,0,0)

Tints of #A74E63

#A74E63
(167,78,99)
#AF5E71
(175,94,113)
#B76E7F
(183,110,127)
#BF7E8D
(191,126,141)
#C78E9B
(199,142,155)
#CF9EA9
(207,158,169)
#D7AEB7
(215,174,183)
#DFBEC5
(223,190,197)
#E7CED3
(231,206,211)
#EFDEE1
(239,222,225)
#F7EEEF
(247,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A74E63; }

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

This text font color is #A74E63.


Background Color

.myBgColor { background-color: #A74E63; }

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

This div background color is #A74E63.


Border color

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

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

This div border color is #A74E63.


Opacity

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

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

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

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

This text has shadow with #A74E63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A74E63 on black background.


Color preview on white background

This text has color #A74E63 on white background.



Black color preview on #A74E63 background

This text has black color on #A74E63 background.


White color preview on #A74E63 background

This text has white color on #A74E63 background.