COLOR #AD5D48

HEX: #AD5D48
RGB: (173,93,72)

Renk bilgisi

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

RGB renk modeli

#AD5D48 color RGB value is (173,93,72).

  • kırmız ton 173;
  • yeşil ton 93;
  • mavi ton 72.
RGB:
(173,93,72)
(68%,36%,28%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 93 of 255 = 36%
B 72 of 255 = 28%

173
93
72

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 93 + 72 = 338 (100%)
R 173 of 338 ~ 51.18%
G 93 of 338 ~ 27.51%
B 72 of 338 ~ 21.3%

%51.18
%27.51
%21.3

CMYK RENK MODELİ

#AD5D48 rengi CMYK tonu (0,46,58,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 46.24%
  • sarı tonu 58.38%
  • ana renk tonu 32.16%
CMYK:
(0,46,58,32)
C0M46Y58K32 
(0%,46%,58%,32%)
(0.00/0.46/0.58/0.32)	

CMYK yüzdeleri

%0
%46.24
%58.38
%32.16

Codes

Color #AD5D48 in popluar color models

AD5D48
RGB1739372
HSL12°41.22%48.04%
HSB/HSV12°58.38%67.84%
CMYK0.00%46.24%58.38%
32.16%

Color #AD5D48 in popluar number systems.

HEXAD5D48
Decimal1739372
Binary1010110110111011001000
Octal255135110

Shades and tints

Shades of #AD5D48

#AD5D48
(173,93,72)
#9E5542
(158,85,66)
#8F4D3C
(143,77,60)
#804536
(128,69,54)
#713D30
(113,61,48)
#62352A
(98,53,42)
#532D24
(83,45,36)
#44251E
(68,37,30)
#351D18
(53,29,24)
#261512
(38,21,18)
#170D0C
(23,13,12)
#000000
(0,0,0)

Tints of #AD5D48

#AD5D48
(173,93,72)
#B46B58
(180,107,88)
#BB7968
(187,121,104)
#C28778
(194,135,120)
#C99588
(201,149,136)
#D0A398
(208,163,152)
#D7B1A8
(215,177,168)
#DEBFB8
(222,191,184)
#E5CDC8
(229,205,200)
#ECDBD8
(236,219,216)
#F3E9E8
(243,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD5D48 color. Also use rgb(173,93,72) instead hex code.

Text Font Color

.myTextColor { color: #AD5D48; }

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

This text font color is #AD5D48.


Background Color

.myBgColor { background-color: #AD5D48; }

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

This div background color is #AD5D48.


Border color

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

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

This div border color is #AD5D48.


Opacity

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

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

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

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

This text has shadow with #AD5D48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD5D48 on black background.


Color preview on white background

This text has color #AD5D48 on white background.



Black color preview on #AD5D48 background

This text has black color on #AD5D48 background.


White color preview on #AD5D48 background

This text has white color on #AD5D48 background.