COLOR #AD532D

HEX: #AD532D
RGB: (173,83,45)

Renk bilgisi

#AD532D contains mainly red color. #AD532D ‘ nin web güvenlik rengi #996633 (ya da #963) dir.

RGB renk modeli

#AD532D color RGB value is (173,83,45).

  • kırmız ton 173;
  • yeşil ton 83;
  • mavi ton 45.
RGB:
(173,83,45)
(68%,33%,18%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 83 of 255 = 33%
B 45 of 255 = 18%

173
83
45

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 83 + 45 = 301 (100%)
R 173 of 301 ~ 57.48%
G 83 of 301 ~ 27.57%
B 45 of 301 ~ 14.95%

%57.48
%27.57
%14.95

CMYK RENK MODELİ

#AD532D rengi CMYK tonu (0,52,74,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 52.02%
  • sarı tonu 73.99%
  • ana renk tonu 32.16%
CMYK:
(0,52,74,32)
C0M52Y74K32 
(0%,52%,74%,32%)
(0.00/0.52/0.74/0.32)	

CMYK yüzdeleri

%0
%52.02
%73.99
%32.16

Codes

Color #AD532D in popluar color models

AD532D
RGB1738345
HSL18°58.72%42.75%
HSB/HSV18°73.99%67.84%
CMYK0.00%52.02%73.99%
32.16%

Color #AD532D in popluar number systems.

HEXAD532D
Decimal1738345
Binary101011011010011101101
Octal25512355

Shades and tints

Shades of #AD532D

#AD532D
(173,83,45)
#9E4C29
(158,76,41)
#8F4525
(143,69,37)
#803E21
(128,62,33)
#71371D
(113,55,29)
#623019
(98,48,25)
#532915
(83,41,21)
#442211
(68,34,17)
#351B0D
(53,27,13)
#261409
(38,20,9)
#170D05
(23,13,5)
#000000
(0,0,0)

Tints of #AD532D

#AD532D
(173,83,45)
#B46240
(180,98,64)
#BB7153
(187,113,83)
#C28066
(194,128,102)
#C98F79
(201,143,121)
#D09E8C
(208,158,140)
#D7AD9F
(215,173,159)
#DEBCB2
(222,188,178)
#E5CBC5
(229,203,197)
#ECDAD8
(236,218,216)
#F3E9EB
(243,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD532D color. Also use rgb(173,83,45) instead hex code.

Text Font Color

.myTextColor { color: #AD532D; }

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

This text font color is #AD532D.


Background Color

.myBgColor { background-color: #AD532D; }

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

This div background color is #AD532D.


Border color

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

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

This div border color is #AD532D.


Opacity

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

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

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

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

This text has shadow with #AD532D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD532D on black background.


Color preview on white background

This text has color #AD532D on white background.



Black color preview on #AD532D background

This text has black color on #AD532D background.


White color preview on #AD532D background

This text has white color on #AD532D background.