COLOR #AD7D4E

HEX: #AD7D4E
RGB: (173,125,78)

Renk bilgisi

#AD7D4E contains mainly red and green colors. #AD7D4E ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#AD7D4E color RGB value is (173,125,78).

  • kırmız ton 173;
  • yeşil ton 125;
  • mavi ton 78.
RGB:
(173,125,78)
(68%,49%,31%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 125 of 255 = 49%
B 78 of 255 = 31%

173
125
78

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 125 + 78 = 376 (100%)
R 173 of 376 ~ 46.01%
G 125 of 376 ~ 33.24%
B 78 of 376 ~ 20.74%

%46.01
%33.24
%20.74

CMYK RENK MODELİ

#AD7D4E rengi CMYK tonu (0,28,55,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 27.75%
  • sarı tonu 54.91%
  • ana renk tonu 32.16%
CMYK:
(0,28,55,32)
C0M28Y55K32 
(0%,28%,55%,32%)
(0.00/0.28/0.55/0.32)	

CMYK yüzdeleri

%0
%27.75
%54.91
%32.16

Codes

Color #AD7D4E in popluar color models

AD7D4E
RGB17312578
HSL30°37.85%49.22%
HSB/HSV30°54.91%67.84%
CMYK0.00%27.75%54.91%
32.16%

Color #AD7D4E in popluar number systems.

HEXAD7D4E
Decimal17312578
Binary1010110111111011001110
Octal255175116

Shades and tints

Shades of #AD7D4E

#AD7D4E
(173,125,78)
#9E7247
(158,114,71)
#8F6740
(143,103,64)
#805C39
(128,92,57)
#715132
(113,81,50)
#62462B
(98,70,43)
#533B24
(83,59,36)
#44301D
(68,48,29)
#352516
(53,37,22)
#261A0F
(38,26,15)
#170F08
(23,15,8)
#000000
(0,0,0)

Tints of #AD7D4E

#AD7D4E
(173,125,78)
#B4885E
(180,136,94)
#BB936E
(187,147,110)
#C29E7E
(194,158,126)
#C9A98E
(201,169,142)
#D0B49E
(208,180,158)
#D7BFAE
(215,191,174)
#DECABE
(222,202,190)
#E5D5CE
(229,213,206)
#ECE0DE
(236,224,222)
#F3EBEE
(243,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD7D4E color. Also use rgb(173,125,78) instead hex code.

Text Font Color

.myTextColor { color: #AD7D4E; }

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

This text font color is #AD7D4E.


Background Color

.myBgColor { background-color: #AD7D4E; }

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

This div background color is #AD7D4E.


Border color

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

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

This div border color is #AD7D4E.


Opacity

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

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

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

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

This text has shadow with #AD7D4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7D4E on black background.


Color preview on white background

This text has color #AD7D4E on white background.



Black color preview on #AD7D4E background

This text has black color on #AD7D4E background.


White color preview on #AD7D4E background

This text has white color on #AD7D4E background.