COLOR #AE2847

HEX: #AE2847
RGB: (174,40,71)

Color info

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

RGB color model

#AE2847 color RGB value is (174,40,71).

  • red value is 174;
  • green value is 40;
  • blue value is 71.
RGB:
(174,40,71)
(68%,16%,28%)

RGB channels and saturation

R 174 of 255 = 68%
G 40 of 255 = 16%
B 71 of 255 = 28%

174
40
71

R + G + B ~ 37%. #AE2847 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
174 + 40 + 71 = 285 (100%)
R 174 of 285 ~ 61.05%
G 40 of 285 ~ 14.04%
B 71 of 285 ~ 24.91%

%61.05
%14.04
%24.91

CMYK color model

#AE2847 color CMYK value is (0,77,59,32).

  • cyan value is 0.00%
  • magenta value is 77.01%
  • yellow value is 59.20%
  • key color value is 31.76%
CMYK:
(0,77,59,32)
C0M77Y59K32 
(0%,77%,59%,32%)
(0.00/0.77/0.59/0.32)	

CMYK percentages

%0
%77.01
%59.2
%31.76

Codes

Color #AE2847 in popluar color models

AE2847
RGB1744071
HSL346°62.62%41.96%
HSB/HSV346°77.01%68.24%
CMYK0.00%77.01%59.20%
31.76%

Color #AE2847 in popluar number systems.

HEXAE2847
Decimal1744071
Binary101011101010001000111
Octal25650107

Shades and tints

Shades of #AE2847

#AE2847
(174,40,71)
#9F2541
(159,37,65)
#90223B
(144,34,59)
#811F35
(129,31,53)
#721C2F
(114,28,47)
#631929
(99,25,41)
#541623
(84,22,35)
#45131D
(69,19,29)
#361017
(54,16,23)
#270D11
(39,13,17)
#180A0B
(24,10,11)
#000000
(0,0,0)

Tints of #AE2847

#AE2847
(174,40,71)
#B53B57
(181,59,87)
#BC4E67
(188,78,103)
#C36177
(195,97,119)
#CA7487
(202,116,135)
#D18797
(209,135,151)
#D89AA7
(216,154,167)
#DFADB7
(223,173,183)
#E6C0C7
(230,192,199)
#EDD3D7
(237,211,215)
#F4E6E7
(244,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE2847 color. Also use rgb(174,40,71) instead hex code.

Text Font Color

.myTextColor { color: #AE2847; }

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

This text font color is #AE2847.


Background Color

.myBgColor { background-color: #AE2847; }

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

This div background color is #AE2847.


Border color

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

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

This div border color is #AE2847.


Opacity

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

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

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

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

This text has shadow with #AE2847 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE2847 on black background.


Color preview on white background

This text has color #AE2847 on white background.



Black color preview on #AE2847 background

This text has black color on #AE2847 background.


White color preview on #AE2847 background

This text has white color on #AE2847 background.