COLOR #AD451D

HEX: #AD451D
RGB: (173,69,29)

Renk bilgisi

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

RGB renk modeli

#AD451D color RGB value is (173,69,29).

  • kırmız ton 173;
  • yeşil ton 69;
  • mavi ton 29.
RGB:
(173,69,29)
(68%,27%,11%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 69 of 255 = 27%
B 29 of 255 = 11%

173
69
29

R + G + B ~ 35%. #AD451D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 69 + 29 = 271 (100%)
R 173 of 271 ~ 63.84%
G 69 of 271 ~ 25.46%
B 29 of 271 ~ 10.7%

%63.84
%25.46
%10.7

CMYK RENK MODELİ

#AD451D rengi CMYK tonu (0,60,83,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 60.12%
  • sarı tonu 83.24%
  • ana renk tonu 32.16%
CMYK:
(0,60,83,32)
C0M60Y83K32 
(0%,60%,83%,32%)
(0.00/0.60/0.83/0.32)	

CMYK yüzdeleri

%0
%60.12
%83.24
%32.16

Codes

Color #AD451D in popluar color models

AD451D
RGB1736929
HSL17°71.29%39.61%
HSB/HSV17°83.24%67.84%
CMYK0.00%60.12%83.24%
32.16%

Color #AD451D in popluar number systems.

HEXAD451D
Decimal1736929
Binary10101101100010111101
Octal25510535

Shades and tints

Shades of #AD451D

#AD451D
(173,69,29)
#9E3F1B
(158,63,27)
#8F3919
(143,57,25)
#803317
(128,51,23)
#712D15
(113,45,21)
#622713
(98,39,19)
#532111
(83,33,17)
#441B0F
(68,27,15)
#35150D
(53,21,13)
#260F0B
(38,15,11)
#170909
(23,9,9)
#000000
(0,0,0)

Tints of #AD451D

#AD451D
(173,69,29)
#B45531
(180,85,49)
#BB6545
(187,101,69)
#C27559
(194,117,89)
#C9856D
(201,133,109)
#D09581
(208,149,129)
#D7A595
(215,165,149)
#DEB5A9
(222,181,169)
#E5C5BD
(229,197,189)
#ECD5D1
(236,213,209)
#F3E5E5
(243,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD451D color. Also use rgb(173,69,29) instead hex code.

Text Font Color

.myTextColor { color: #AD451D; }

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

This text font color is #AD451D.


Background Color

.myBgColor { background-color: #AD451D; }

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

This div background color is #AD451D.


Border color

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

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

This div border color is #AD451D.


Opacity

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

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

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

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

This text has shadow with #AD451D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD451D on black background.


Color preview on white background

This text has color #AD451D on white background.



Black color preview on #AD451D background

This text has black color on #AD451D background.


White color preview on #AD451D background

This text has white color on #AD451D background.