COLOR #AD7C3F

HEX: #AD7C3F
RGB: (173,124,63)

Renk bilgisi

#AD7C3F contains mainly red and green colors. #AD7C3F ‘ nin web güvenlik rengi #996633 (ya da #963) dir.

RGB renk modeli

#AD7C3F color RGB value is (173,124,63).

  • kırmız ton 173;
  • yeşil ton 124;
  • mavi ton 63.
RGB:
(173,124,63)
(68%,49%,25%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 124 of 255 = 49%
B 63 of 255 = 25%

173
124
63

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 124 + 63 = 360 (100%)
R 173 of 360 ~ 48.06%
G 124 of 360 ~ 34.44%
B 63 of 360 ~ 17.5%

%48.06
%34.44
%17.5

CMYK RENK MODELİ

#AD7C3F rengi CMYK tonu (0,28,64,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.32%
  • sarı tonu 63.58%
  • ana renk tonu 32.16%
CMYK:
(0,28,64,32)
C0M28Y64K32 
(0%,28%,64%,32%)
(0.00/0.28/0.64/0.32)	

CMYK yüzdeleri

%0
%28.32
%63.58
%32.16

Codes

Color #AD7C3F in popluar color models

AD7C3F
RGB17312463
HSL33°46.61%46.27%
HSB/HSV33°63.58%67.84%
CMYK0.00%28.32%63.58%
32.16%

Color #AD7C3F in popluar number systems.

HEXAD7C3F
Decimal17312463
Binary101011011111100111111
Octal25517477

Shades and tints

Shades of #AD7C3F

#AD7C3F
(173,124,63)
#9E713A
(158,113,58)
#8F6635
(143,102,53)
#805B30
(128,91,48)
#71502B
(113,80,43)
#624526
(98,69,38)
#533A21
(83,58,33)
#442F1C
(68,47,28)
#352417
(53,36,23)
#261912
(38,25,18)
#170E0D
(23,14,13)
#000000
(0,0,0)

Tints of #AD7C3F

#AD7C3F
(173,124,63)
#B48750
(180,135,80)
#BB9261
(187,146,97)
#C29D72
(194,157,114)
#C9A883
(201,168,131)
#D0B394
(208,179,148)
#D7BEA5
(215,190,165)
#DEC9B6
(222,201,182)
#E5D4C7
(229,212,199)
#ECDFD8
(236,223,216)
#F3EAE9
(243,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD7C3F; }

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

This text font color is #AD7C3F.


Background Color

.myBgColor { background-color: #AD7C3F; }

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

This div background color is #AD7C3F.


Border color

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

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

This div border color is #AD7C3F.


Opacity

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

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

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

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

This text has shadow with #AD7C3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7C3F on black background.


Color preview on white background

This text has color #AD7C3F on white background.



Black color preview on #AD7C3F background

This text has black color on #AD7C3F background.


White color preview on #AD7C3F background

This text has white color on #AD7C3F background.