COLOR #AC4C50

HEX: #AC4C50
RGB: (172,76,80)

Color info

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

RGB color model

#AC4C50 color RGB value is (172,76,80).

  • red value is 172;
  • green value is 76;
  • blue value is 80.
RGB:
(172,76,80)
(67%,30%,31%)

RGB channels and saturation

R 172 of 255 = 67%
G 76 of 255 = 30%
B 80 of 255 = 31%

172
76
80

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

Portions of RGB colors in percentages

R + G + B =
172 + 76 + 80 = 328 (100%)
R 172 of 328 ~ 52.44%
G 76 of 328 ~ 23.17%
B 80 of 328 ~ 24.39%

%52.44
%23.17
%24.39

CMYK color model

#AC4C50 color CMYK value is (0,56,53,33).

  • cyan value is 0.00%
  • magenta value is 55.81%
  • yellow value is 53.49%
  • key color value is 32.55%
CMYK:
(0,56,53,33)
C0M56Y53K33 
(0%,56%,53%,33%)
(0.00/0.56/0.53/0.33)	

CMYK percentages

%0
%55.81
%53.49
%32.55

Codes

Color #AC4C50 in popluar color models

AC4C50
RGB1727680
HSL358°38.71%48.63%
HSB/HSV358°55.81%67.45%
CMYK0.00%55.81%53.49%
32.55%

Color #AC4C50 in popluar number systems.

HEXAC4C50
Decimal1727680
Binary1010110010011001010000
Octal254114120

Shades and tints

Shades of #AC4C50

#AC4C50
(172,76,80)
#9D4649
(157,70,73)
#8E4042
(142,64,66)
#7F3A3B
(127,58,59)
#703434
(112,52,52)
#612E2D
(97,46,45)
#522826
(82,40,38)
#43221F
(67,34,31)
#341C18
(52,28,24)
#251611
(37,22,17)
#16100A
(22,16,10)
#000000
(0,0,0)

Tints of #AC4C50

#AC4C50
(172,76,80)
#B35C5F
(179,92,95)
#BA6C6E
(186,108,110)
#C17C7D
(193,124,125)
#C88C8C
(200,140,140)
#CF9C9B
(207,156,155)
#D6ACAA
(214,172,170)
#DDBCB9
(221,188,185)
#E4CCC8
(228,204,200)
#EBDCD7
(235,220,215)
#F2ECE6
(242,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC4C50 color. Also use rgb(172,76,80) instead hex code.

Text Font Color

.myTextColor { color: #AC4C50; }

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

This text font color is #AC4C50.


Background Color

.myBgColor { background-color: #AC4C50; }

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

This div background color is #AC4C50.


Border color

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

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

This div border color is #AC4C50.


Opacity

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

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

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

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

This text has shadow with #AC4C50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC4C50 on black background.


Color preview on white background

This text has color #AC4C50 on white background.



Black color preview on #AC4C50 background

This text has black color on #AC4C50 background.


White color preview on #AC4C50 background

This text has white color on #AC4C50 background.