COLOR #AE2358

HEX: #AE2358
RGB: (174,35,88)

Color info

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

RGB color model

#AE2358 color RGB value is (174,35,88).

  • red value is 174;
  • green value is 35;
  • blue value is 88.
RGB:
(174,35,88)
(68%,14%,35%)

RGB channels and saturation

R 174 of 255 = 68%
G 35 of 255 = 14%
B 88 of 255 = 35%

174
35
88

R + G + B ~ 39%. #AE2358 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
174 + 35 + 88 = 297 (100%)
R 174 of 297 ~ 58.59%
G 35 of 297 ~ 11.78%
B 88 of 297 ~ 29.63%

%58.59
%11.78
%29.63

CMYK color model

#AE2358 color CMYK value is (0,80,49,32).

  • cyan value is 0.00%
  • magenta value is 79.89%
  • yellow value is 49.43%
  • key color value is 31.76%
CMYK:
(0,80,49,32)
C0M80Y49K32 
(0%,80%,49%,32%)
(0.00/0.80/0.49/0.32)	

CMYK percentages

%0
%79.89
%49.43
%31.76

Codes

Color #AE2358 in popluar color models

AE2358
RGB1743588
HSL337°66.51%40.98%
HSB/HSV337°79.89%68.24%
CMYK0.00%79.89%49.43%
31.76%

Color #AE2358 in popluar number systems.

HEXAE2358
Decimal1743588
Binary101011101000111011000
Octal25643130

Shades and tints

Shades of #AE2358

#AE2358
(174,35,88)
#9F2050
(159,32,80)
#901D48
(144,29,72)
#811A40
(129,26,64)
#721738
(114,23,56)
#631430
(99,20,48)
#541128
(84,17,40)
#450E20
(69,14,32)
#360B18
(54,11,24)
#270810
(39,8,16)
#180508
(24,5,8)
#000000
(0,0,0)

Tints of #AE2358

#AE2358
(174,35,88)
#B53767
(181,55,103)
#BC4B76
(188,75,118)
#C35F85
(195,95,133)
#CA7394
(202,115,148)
#D187A3
(209,135,163)
#D89BB2
(216,155,178)
#DFAFC1
(223,175,193)
#E6C3D0
(230,195,208)
#EDD7DF
(237,215,223)
#F4EBEE
(244,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE2358 color. Also use rgb(174,35,88) instead hex code.

Text Font Color

.myTextColor { color: #AE2358; }

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

This text font color is #AE2358.


Background Color

.myBgColor { background-color: #AE2358; }

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

This div background color is #AE2358.


Border color

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

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

This div border color is #AE2358.


Opacity

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

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

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

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

This text has shadow with #AE2358 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE2358 on black background.


Color preview on white background

This text has color #AE2358 on white background.



Black color preview on #AE2358 background

This text has black color on #AE2358 background.


White color preview on #AE2358 background

This text has white color on #AE2358 background.