COLOR #AC373D

HEX: #AC373D
RGB: (172,55,61)

Color info

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

RGB color model

#AC373D color RGB value is (172,55,61).

  • red value is 172;
  • green value is 55;
  • blue value is 61.
RGB:
(172,55,61)
(67%,22%,24%)

RGB channels and saturation

R 172 of 255 = 67%
G 55 of 255 = 22%
B 61 of 255 = 24%

172
55
61

R + G + B ~ 38%. #AC373D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
172 + 55 + 61 = 288 (100%)
R 172 of 288 ~ 59.72%
G 55 of 288 ~ 19.1%
B 61 of 288 ~ 21.18%

%59.72
%19.1
%21.18

CMYK color model

#AC373D color CMYK value is (0,68,65,33).

  • cyan value is 0.00%
  • magenta value is 68.02%
  • yellow value is 64.53%
  • key color value is 32.55%
CMYK:
(0,68,65,33)
C0M68Y65K33 
(0%,68%,65%,33%)
(0.00/0.68/0.65/0.33)	

CMYK percentages

%0
%68.02
%64.53
%32.55

Codes

Color #AC373D in popluar color models

AC373D
RGB1725561
HSL357°51.54%44.51%
HSB/HSV357°68.02%67.45%
CMYK0.00%68.02%64.53%
32.55%

Color #AC373D in popluar number systems.

HEXAC373D
Decimal1725561
Binary10101100110111111101
Octal2546775

Shades and tints

Shades of #AC373D

#AC373D
(172,55,61)
#9D3238
(157,50,56)
#8E2D33
(142,45,51)
#7F282E
(127,40,46)
#702329
(112,35,41)
#611E24
(97,30,36)
#52191F
(82,25,31)
#43141A
(67,20,26)
#340F15
(52,15,21)
#250A10
(37,10,16)
#16050B
(22,5,11)
#000000
(0,0,0)

Tints of #AC373D

#AC373D
(172,55,61)
#B3494E
(179,73,78)
#BA5B5F
(186,91,95)
#C16D70
(193,109,112)
#C87F81
(200,127,129)
#CF9192
(207,145,146)
#D6A3A3
(214,163,163)
#DDB5B4
(221,181,180)
#E4C7C5
(228,199,197)
#EBD9D6
(235,217,214)
#F2EBE7
(242,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC373D color. Also use rgb(172,55,61) instead hex code.

Text Font Color

.myTextColor { color: #AC373D; }

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

This text font color is #AC373D.


Background Color

.myBgColor { background-color: #AC373D; }

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

This div background color is #AC373D.


Border color

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

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

This div border color is #AC373D.


Opacity

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

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

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

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

This text has shadow with #AC373D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC373D on black background.


Color preview on white background

This text has color #AC373D on white background.



Black color preview on #AC373D background

This text has black color on #AC373D background.


White color preview on #AC373D background

This text has white color on #AC373D background.