COLOR #ADB84D

HEX: #ADB84D
RGB: (173,184,77)

Renk bilgisi

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

RGB renk modeli

#ADB84D color RGB value is (173,184,77).

  • kırmız ton 173;
  • yeşil ton 184;
  • mavi ton 77.
RGB:
(173,184,77)
(68%,72%,30%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 184 of 255 = 72%
B 77 of 255 = 30%

173
184
77

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 184 + 77 = 434 (100%)
R 173 of 434 ~ 39.86%
G 184 of 434 ~ 42.4%
B 77 of 434 ~ 17.74%

%39.86
%42.4
%17.74

CMYK RENK MODELİ

#ADB84D rengi CMYK tonu (6,0,58,28).

  • camgöbeği tonu 5.98%
  • eflatun tonu 0.00%
  • sarı tonu 58.15%
  • ana renk tonu 27.84%
CMYK:
(6,0,58,28)
C6M0Y58K28 
(6%,0%,58%,28%)
(0.06/0.00/0.58/0.28)	

CMYK yüzdeleri

%5.98
%0
%58.15
%27.84

Codes

Color #ADB84D in popluar color models

ADB84D
RGB17318477
HSL66°42.97%51.18%
HSB/HSV66°58.15%72.16%
CMYK5.98%0.00%58.15%
27.84%

Color #ADB84D in popluar number systems.

HEXADB84D
Decimal17318477
Binary10101101101110001001101
Octal255270115

Shades and tints

Shades of #ADB84D

#ADB84D
(173,184,77)
#9EA846
(158,168,70)
#8F983F
(143,152,63)
#808838
(128,136,56)
#717831
(113,120,49)
#62682A
(98,104,42)
#535823
(83,88,35)
#44481C
(68,72,28)
#353815
(53,56,21)
#26280E
(38,40,14)
#171807
(23,24,7)
#000000
(0,0,0)

Tints of #ADB84D

#ADB84D
(173,184,77)
#B4BE5D
(180,190,93)
#BBC46D
(187,196,109)
#C2CA7D
(194,202,125)
#C9D08D
(201,208,141)
#D0D69D
(208,214,157)
#D7DCAD
(215,220,173)
#DEE2BD
(222,226,189)
#E5E8CD
(229,232,205)
#ECEEDD
(236,238,221)
#F3F4ED
(243,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB84D; }

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

This text font color is #ADB84D.


Background Color

.myBgColor { background-color: #ADB84D; }

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

This div background color is #ADB84D.


Border color

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

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

This div border color is #ADB84D.


Opacity

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

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

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

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

This text has shadow with #ADB84D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB84D on black background.


Color preview on white background

This text has color #ADB84D on white background.



Black color preview on #ADB84D background

This text has black color on #ADB84D background.


White color preview on #ADB84D background

This text has white color on #ADB84D background.