COLOR #AD7F7F

HEX: #AD7F7F
RGB: (173,127,127)

Renk bilgisi

#AD7F7F contains red, green and blue colors in about the same proportion. #AD7F7F ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#AD7F7F color RGB value is (173,127,127).

  • kırmız ton 173;
  • yeşil ton 127;
  • mavi ton 127.
RGB:
(173,127,127)
(68%,50%,50%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 127 of 255 = 50%
B 127 of 255 = 50%

173
127
127

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 127 + 127 = 427 (100%)
R 173 of 427 ~ 40.52%
G 127 of 427 ~ 29.74%
B 127 of 427 ~ 29.74%

%40.52
%29.74
%29.74

CMYK RENK MODELİ

#AD7F7F rengi CMYK tonu (0,27,27,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.59%
  • sarı tonu 26.59%
  • ana renk tonu 32.16%
CMYK:
(0,27,27,32)
C0M27Y27K32 
(0%,27%,27%,32%)
(0.00/0.27/0.27/0.32)	

CMYK yüzdeleri

%0
%26.59
%26.59
%32.16

Codes

Color #AD7F7F in popluar color models

AD7F7F
RGB173127127
HSL21.90%58.82%
HSB/HSV26.59%67.84%
CMYK0.00%26.59%26.59%
32.16%

Color #AD7F7F in popluar number systems.

HEXAD7F7F
Decimal173127127
Binary1010110111111111111111
Octal255177177

Shades and tints

Shades of #AD7F7F

#AD7F7F
(173,127,127)
#9E7474
(158,116,116)
#8F6969
(143,105,105)
#805E5E
(128,94,94)
#715353
(113,83,83)
#624848
(98,72,72)
#533D3D
(83,61,61)
#443232
(68,50,50)
#352727
(53,39,39)
#261C1C
(38,28,28)
#171111
(23,17,17)
#000000
(0,0,0)

Tints of #AD7F7F

#AD7F7F
(173,127,127)
#B48A8A
(180,138,138)
#BB9595
(187,149,149)
#C2A0A0
(194,160,160)
#C9ABAB
(201,171,171)
#D0B6B6
(208,182,182)
#D7C1C1
(215,193,193)
#DECCCC
(222,204,204)
#E5D7D7
(229,215,215)
#ECE2E2
(236,226,226)
#F3EDED
(243,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD7F7F; }

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

This text font color is #AD7F7F.


Background Color

.myBgColor { background-color: #AD7F7F; }

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

This div background color is #AD7F7F.


Border color

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

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

This div border color is #AD7F7F.


Opacity

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

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

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

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

This text has shadow with #AD7F7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7F7F on black background.


Color preview on white background

This text has color #AD7F7F on white background.



Black color preview on #AD7F7F background

This text has black color on #AD7F7F background.


White color preview on #AD7F7F background

This text has white color on #AD7F7F background.