COLOR #AE3C25

HEX: #AE3C25
RGB: (174,60,37)

Renk bilgisi

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

RGB renk modeli

#AE3C25 color RGB value is (174,60,37).

  • kırmız ton 174;
  • yeşil ton 60;
  • mavi ton 37.
RGB:
(174,60,37)
(68%,24%,15%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 60 of 255 = 24%
B 37 of 255 = 15%

174
60
37

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 60 + 37 = 271 (100%)
R 174 of 271 ~ 64.21%
G 60 of 271 ~ 22.14%
B 37 of 271 ~ 13.65%

%64.21
%22.14
%13.65

CMYK RENK MODELİ

#AE3C25 rengi CMYK tonu (0,66,79,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 65.52%
  • sarı tonu 78.74%
  • ana renk tonu 31.76%
CMYK:
(0,66,79,32)
C0M66Y79K32 
(0%,66%,79%,32%)
(0.00/0.66/0.79/0.32)	

CMYK yüzdeleri

%0
%65.52
%78.74
%31.76

Codes

Color #AE3C25 in popluar color models

AE3C25
RGB1746037
HSL10°64.93%41.37%
HSB/HSV10°78.74%68.24%
CMYK0.00%65.52%78.74%
31.76%

Color #AE3C25 in popluar number systems.

HEXAE3C25
Decimal1746037
Binary10101110111100100101
Octal2567445

Shades and tints

Shades of #AE3C25

#AE3C25
(174,60,37)
#9F3722
(159,55,34)
#90321F
(144,50,31)
#812D1C
(129,45,28)
#722819
(114,40,25)
#632316
(99,35,22)
#541E13
(84,30,19)
#451910
(69,25,16)
#36140D
(54,20,13)
#270F0A
(39,15,10)
#180A07
(24,10,7)
#000000
(0,0,0)

Tints of #AE3C25

#AE3C25
(174,60,37)
#B54D38
(181,77,56)
#BC5E4B
(188,94,75)
#C36F5E
(195,111,94)
#CA8071
(202,128,113)
#D19184
(209,145,132)
#D8A297
(216,162,151)
#DFB3AA
(223,179,170)
#E6C4BD
(230,196,189)
#EDD5D0
(237,213,208)
#F4E6E3
(244,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE3C25 color. Also use rgb(174,60,37) instead hex code.

Text Font Color

.myTextColor { color: #AE3C25; }

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

This text font color is #AE3C25.


Background Color

.myBgColor { background-color: #AE3C25; }

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

This div background color is #AE3C25.


Border color

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

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

This div border color is #AE3C25.


Opacity

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

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

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

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

This text has shadow with #AE3C25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE3C25 on black background.


Color preview on white background

This text has color #AE3C25 on white background.



Black color preview on #AE3C25 background

This text has black color on #AE3C25 background.


White color preview on #AE3C25 background

This text has white color on #AE3C25 background.