COLOR #AE4D49

HEX: #AE4D49
RGB: (174,77,73)

Renk bilgisi

#AE4D49 contains mainly red color. #AE4D49 ‘ nin web güvenlik rengi #993333 (ya da #933) dir.

RGB renk modeli

#AE4D49 color RGB value is (174,77,73).

  • kırmız ton 174;
  • yeşil ton 77;
  • mavi ton 73.
RGB:
(174,77,73)
(68%,30%,29%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 77 of 255 = 30%
B 73 of 255 = 29%

174
77
73

R + G + B ~ 42%. #AE4D49 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 77 + 73 = 324 (100%)
R 174 of 324 ~ 53.7%
G 77 of 324 ~ 23.77%
B 73 of 324 ~ 22.53%

%53.7
%23.77
%22.53

CMYK RENK MODELİ

#AE4D49 rengi CMYK tonu (0,56,58,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 55.75%
  • sarı tonu 58.05%
  • ana renk tonu 31.76%
CMYK:
(0,56,58,32)
C0M56Y58K32 
(0%,56%,58%,32%)
(0.00/0.56/0.58/0.32)	

CMYK yüzdeleri

%0
%55.75
%58.05
%31.76

Codes

Color #AE4D49 in popluar color models

AE4D49
RGB1747773
HSL40.89%48.43%
HSB/HSV58.05%68.24%
CMYK0.00%55.75%58.05%
31.76%

Color #AE4D49 in popluar number systems.

HEXAE4D49
Decimal1747773
Binary1010111010011011001001
Octal256115111

Shades and tints

Shades of #AE4D49

#AE4D49
(174,77,73)
#9F4643
(159,70,67)
#903F3D
(144,63,61)
#813837
(129,56,55)
#723131
(114,49,49)
#632A2B
(99,42,43)
#542325
(84,35,37)
#451C1F
(69,28,31)
#361519
(54,21,25)
#270E13
(39,14,19)
#18070D
(24,7,13)
#000000
(0,0,0)

Tints of #AE4D49

#AE4D49
(174,77,73)
#B55D59
(181,93,89)
#BC6D69
(188,109,105)
#C37D79
(195,125,121)
#CA8D89
(202,141,137)
#D19D99
(209,157,153)
#D8ADA9
(216,173,169)
#DFBDB9
(223,189,185)
#E6CDC9
(230,205,201)
#EDDDD9
(237,221,217)
#F4EDE9
(244,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE4D49 color. Also use rgb(174,77,73) instead hex code.

Text Font Color

.myTextColor { color: #AE4D49; }

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

This text font color is #AE4D49.


Background Color

.myBgColor { background-color: #AE4D49; }

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

This div background color is #AE4D49.


Border color

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

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

This div border color is #AE4D49.


Opacity

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

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

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

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

This text has shadow with #AE4D49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE4D49 on black background.


Color preview on white background

This text has color #AE4D49 on white background.



Black color preview on #AE4D49 background

This text has black color on #AE4D49 background.


White color preview on #AE4D49 background

This text has white color on #AE4D49 background.