COLOR #A43F48

HEX: #A43F48
RGB: (164,63,72)

Color info

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

RGB color model

#A43F48 color RGB value is (164,63,72).

  • red value is 164;
  • green value is 63;
  • blue value is 72.
RGB:
(164,63,72)
(64%,25%,28%)

RGB channels and saturation

R 164 of 255 = 64%
G 63 of 255 = 25%
B 72 of 255 = 28%

164
63
72

R + G + B ~ 39%. #A43F48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
164 + 63 + 72 = 299 (100%)
R 164 of 299 ~ 54.85%
G 63 of 299 ~ 21.07%
B 72 of 299 ~ 24.08%

%54.85
%21.07
%24.08

CMYK color model

#A43F48 color CMYK value is (0,62,56,36).

  • cyan value is 0.00%
  • magenta value is 61.59%
  • yellow value is 56.10%
  • key color value is 35.69%
CMYK:
(0,62,56,36)
C0M62Y56K36 
(0%,62%,56%,36%)
(0.00/0.62/0.56/0.36)	

CMYK percentages

%0
%61.59
%56.1
%35.69

Codes

Color #A43F48 in popluar color models

A43F48
RGB1646372
HSL355°44.49%44.51%
HSB/HSV355°61.59%64.31%
CMYK0.00%61.59%56.10%
35.69%

Color #A43F48 in popluar number systems.

HEXA43F48
Decimal1646372
Binary101001001111111001000
Octal24477110

Shades and tints

Shades of #A43F48

#A43F48
(164,63,72)
#963A42
(150,58,66)
#88353C
(136,53,60)
#7A3036
(122,48,54)
#6C2B30
(108,43,48)
#5E262A
(94,38,42)
#502124
(80,33,36)
#421C1E
(66,28,30)
#341718
(52,23,24)
#261212
(38,18,18)
#180D0C
(24,13,12)
#000000
(0,0,0)

Tints of #A43F48

#A43F48
(164,63,72)
#AC5058
(172,80,88)
#B46168
(180,97,104)
#BC7278
(188,114,120)
#C48388
(196,131,136)
#CC9498
(204,148,152)
#D4A5A8
(212,165,168)
#DCB6B8
(220,182,184)
#E4C7C8
(228,199,200)
#ECD8D8
(236,216,216)
#F4E9E8
(244,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A43F48 color. Also use rgb(164,63,72) instead hex code.

Text Font Color

.myTextColor { color: #A43F48; }

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

This text font color is #A43F48.


Background Color

.myBgColor { background-color: #A43F48; }

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

This div background color is #A43F48.


Border color

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

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

This div border color is #A43F48.


Opacity

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

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

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

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

This text has shadow with #A43F48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A43F48 on black background.


Color preview on white background

This text has color #A43F48 on white background.



Black color preview on #A43F48 background

This text has black color on #A43F48 background.


White color preview on #A43F48 background

This text has white color on #A43F48 background.