COLOR #ADB372

HEX: #ADB372
RGB: (173,179,114)

Renk bilgisi

#ADB372 contains mainly red and green colors. #ADB372 ‘ nin web güvenlik rengi #999966 (ya da #996) dir.

RGB renk modeli

#ADB372 color RGB value is (173,179,114).

  • kırmız ton 173;
  • yeşil ton 179;
  • mavi ton 114.
RGB:
(173,179,114)
(68%,70%,45%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 179 of 255 = 70%
B 114 of 255 = 45%

173
179
114

R + G + B ~ 61%. #ADB372 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 179 + 114 = 466 (100%)
R 173 of 466 ~ 37.12%
G 179 of 466 ~ 38.41%
B 114 of 466 ~ 24.46%

%37.12
%38.41
%24.46

CMYK RENK MODELİ

#ADB372 rengi CMYK tonu (3,0,36,30).

  • camgöbeği tonu 3.35%
  • eflatun tonu 0.00%
  • sarı tonu 36.31%
  • ana renk tonu 29.80%
CMYK:
(3,0,36,30)
C3M0Y36K30 
(3%,0%,36%,30%)
(0.03/0.00/0.36/0.30)	

CMYK yüzdeleri

%3.35
%0
%36.31
%29.8

Codes

Color #ADB372 in popluar color models

ADB372
RGB173179114
HSL66°29.95%57.45%
HSB/HSV66°36.31%70.20%
CMYK3.35%0.00%36.31%
29.80%

Color #ADB372 in popluar number systems.

HEXADB372
Decimal173179114
Binary10101101101100111110010
Octal255263162

Shades and tints

Shades of #ADB372

#ADB372
(173,179,114)
#9EA368
(158,163,104)
#8F935E
(143,147,94)
#808354
(128,131,84)
#71734A
(113,115,74)
#626340
(98,99,64)
#535336
(83,83,54)
#44432C
(68,67,44)
#353322
(53,51,34)
#262318
(38,35,24)
#17130E
(23,19,14)
#000000
(0,0,0)

Tints of #ADB372

#ADB372
(173,179,114)
#B4B97E
(180,185,126)
#BBBF8A
(187,191,138)
#C2C596
(194,197,150)
#C9CBA2
(201,203,162)
#D0D1AE
(208,209,174)
#D7D7BA
(215,215,186)
#DEDDC6
(222,221,198)
#E5E3D2
(229,227,210)
#ECE9DE
(236,233,222)
#F3EFEA
(243,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB372; }

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

This text font color is #ADB372.


Background Color

.myBgColor { background-color: #ADB372; }

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

This div background color is #ADB372.


Border color

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

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

This div border color is #ADB372.


Opacity

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

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

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

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

This text has shadow with #ADB372 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB372 on black background.


Color preview on white background

This text has color #ADB372 on white background.



Black color preview on #ADB372 background

This text has black color on #ADB372 background.


White color preview on #ADB372 background

This text has white color on #ADB372 background.