COLOR #AE3D28

HEX: #AE3D28
RGB: (174,61,40)

Color info

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

RGB color model

#AE3D28 color RGB value is (174,61,40).

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

RGB channels and saturation

R 174 of 255 = 68%
G 61 of 255 = 24%
B 40 of 255 = 16%

174
61
40

R + G + B ~ 36%. #AE3D28 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
174 + 61 + 40 = 275 (100%)
R 174 of 275 ~ 63.27%
G 61 of 275 ~ 22.18%
B 40 of 275 ~ 14.55%

%63.27
%22.18
%14.55

CMYK color model

#AE3D28 color CMYK value is (0,65,77,32).

  • cyan value is 0.00%
  • magenta value is 64.94%
  • yellow value is 77.01%
  • key color value is 31.76%
CMYK:
(0,65,77,32)
C0M65Y77K32 
(0%,65%,77%,32%)
(0.00/0.65/0.77/0.32)	

CMYK percentages

%0
%64.94
%77.01
%31.76

Codes

Color #AE3D28 in popluar color models

AE3D28
RGB1746140
HSL62.62%41.96%
HSB/HSV77.01%68.24%
CMYK0.00%64.94%77.01%
31.76%

Color #AE3D28 in popluar number systems.

HEXAE3D28
Decimal1746140
Binary10101110111101101000
Octal2567550

Shades and tints

Shades of #AE3D28

#AE3D28
(174,61,40)
#9F3825
(159,56,37)
#903322
(144,51,34)
#812E1F
(129,46,31)
#72291C
(114,41,28)
#632419
(99,36,25)
#541F16
(84,31,22)
#451A13
(69,26,19)
#361510
(54,21,16)
#27100D
(39,16,13)
#180B0A
(24,11,10)
#000000
(0,0,0)

Tints of #AE3D28

#AE3D28
(174,61,40)
#B54E3B
(181,78,59)
#BC5F4E
(188,95,78)
#C37061
(195,112,97)
#CA8174
(202,129,116)
#D19287
(209,146,135)
#D8A39A
(216,163,154)
#DFB4AD
(223,180,173)
#E6C5C0
(230,197,192)
#EDD6D3
(237,214,211)
#F4E7E6
(244,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE3D28; }

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

This text font color is #AE3D28.


Background Color

.myBgColor { background-color: #AE3D28; }

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

This div background color is #AE3D28.


Border color

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

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

This div border color is #AE3D28.


Opacity

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

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

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

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

This text has shadow with #AE3D28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE3D28 on black background.


Color preview on white background

This text has color #AE3D28 on white background.



Black color preview on #AE3D28 background

This text has black color on #AE3D28 background.


White color preview on #AE3D28 background

This text has white color on #AE3D28 background.