COLOR #AC0B3D

HEX: #AC0B3D
RGB: (172,11,61)

Color info

#AC0B3D contains mainly red color. Web safe color of #AC0B3D is #990033 (or #903).

RGB color model

#AC0B3D color RGB value is (172,11,61).

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

RGB channels and saturation

R 172 of 255 = 67%
G 11 of 255 = 4%
B 61 of 255 = 24%

172
11
61

R + G + B ~ 32%. #AC0B3D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
172 + 11 + 61 = 244 (100%)
R 172 of 244 ~ 70.49%
G 11 of 244 ~ 4.51%
B 61 of 244 ~ 25%

%70.49
%25

CMYK color model

#AC0B3D color CMYK value is (0,94,65,33).

  • cyan value is 0.00%
  • magenta value is 93.60%
  • yellow value is 64.53%
  • key color value is 32.55%
CMYK:
(0,94,65,33)
C0M94Y65K33 
(0%,94%,65%,33%)
(0.00/0.94/0.65/0.33)	

CMYK percentages

%0
%93.6
%64.53
%32.55

Codes

Color #AC0B3D in popluar color models

AC0B3D
RGB1721161
HSL341°87.98%35.88%
HSB/HSV341°93.60%67.45%
CMYK0.00%93.60%64.53%
32.55%

Color #AC0B3D in popluar number systems.

HEXAC0B3D
Decimal1721161
Binary101011001011111101
Octal2541375

Shades and tints

Shades of #AC0B3D

#AC0B3D
(172,11,61)
#9D0A38
(157,10,56)
#8E0933
(142,9,51)
#7F082E
(127,8,46)
#700729
(112,7,41)
#610624
(97,6,36)
#52051F
(82,5,31)
#43041A
(67,4,26)
#340315
(52,3,21)
#250210
(37,2,16)
#16010B
(22,1,11)
#000000
(0,0,0)

Tints of #AC0B3D

#AC0B3D
(172,11,61)
#B3214E
(179,33,78)
#BA375F
(186,55,95)
#C14D70
(193,77,112)
#C86381
(200,99,129)
#CF7992
(207,121,146)
#D68FA3
(214,143,163)
#DDA5B4
(221,165,180)
#E4BBC5
(228,187,197)
#EBD1D6
(235,209,214)
#F2E7E7
(242,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC0B3D; }

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

This text font color is #AC0B3D.


Background Color

.myBgColor { background-color: #AC0B3D; }

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

This div background color is #AC0B3D.


Border color

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

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

This div border color is #AC0B3D.


Opacity

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

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

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

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

This text has shadow with #AC0B3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC0B3D on black background.


Color preview on white background

This text has color #AC0B3D on white background.



Black color preview on #AC0B3D background

This text has black color on #AC0B3D background.


White color preview on #AC0B3D background

This text has white color on #AC0B3D background.