COLOR #ADB747

HEX: #ADB747
RGB: (173,183,71)

Renk bilgisi

#ADB747 contains mainly red and green colors. #ADB747 ‘ nin web güvenlik rengi #99CC33 (ya da #9C3) dir.

RGB renk modeli

#ADB747 color RGB value is (173,183,71).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 183 of 255 = 72%
B 71 of 255 = 28%

173
183
71

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 183 + 71 = 427 (100%)
R 173 of 427 ~ 40.52%
G 183 of 427 ~ 42.86%
B 71 of 427 ~ 16.63%

%40.52
%42.86
%16.63

CMYK RENK MODELİ

#ADB747 rengi CMYK tonu (5,0,61,28).

  • camgöbeği tonu 5.46%
  • eflatun tonu 0.00%
  • sarı tonu 61.20%
  • ana renk tonu 28.24%
CMYK:
(5,0,61,28)
C5M0Y61K28 
(5%,0%,61%,28%)
(0.05/0.00/0.61/0.28)	

CMYK yüzdeleri

%5.46
%0
%61.2
%28.24

Codes

Color #ADB747 in popluar color models

ADB747
RGB17318371
HSL65°44.09%49.80%
HSB/HSV65°61.20%71.76%
CMYK5.46%0.00%61.20%
28.24%

Color #ADB747 in popluar number systems.

HEXADB747
Decimal17318371
Binary10101101101101111000111
Octal255267107

Shades and tints

Shades of #ADB747

#ADB747
(173,183,71)
#9EA741
(158,167,65)
#8F973B
(143,151,59)
#808735
(128,135,53)
#71772F
(113,119,47)
#626729
(98,103,41)
#535723
(83,87,35)
#44471D
(68,71,29)
#353717
(53,55,23)
#262711
(38,39,17)
#17170B
(23,23,11)
#000000
(0,0,0)

Tints of #ADB747

#ADB747
(173,183,71)
#B4BD57
(180,189,87)
#BBC367
(187,195,103)
#C2C977
(194,201,119)
#C9CF87
(201,207,135)
#D0D597
(208,213,151)
#D7DBA7
(215,219,167)
#DEE1B7
(222,225,183)
#E5E7C7
(229,231,199)
#ECEDD7
(236,237,215)
#F3F3E7
(243,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB747; }

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

This text font color is #ADB747.


Background Color

.myBgColor { background-color: #ADB747; }

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

This div background color is #ADB747.


Border color

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

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

This div border color is #ADB747.


Opacity

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

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

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

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

This text has shadow with #ADB747 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB747 on black background.


Color preview on white background

This text has color #ADB747 on white background.



Black color preview on #ADB747 background

This text has black color on #ADB747 background.


White color preview on #ADB747 background

This text has white color on #ADB747 background.