COLOR #ADB36F

HEX: #ADB36F RGB: (173,179,111)

Color info

#ADB36F contains mainly red and green colors. Web safe color of #ADB36F is #999966 (or #996).

RGB color model

#ADB36F color RGB value is (173,179,111).

RGB: (173,179,111) (68%, 70%, 44%)

RGB channels and saturation

R 173 of 255 = 68%
G 179 of 255 = 70%
B 111 of 255 = 44%

173
179
111

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

Portions of RGB colors in percentages

R + G + B = 173 + 179 + 111 = 463 (100%)
R 173 of 463 ~ 37.37%
G 179 of 463 ~ 38.66%
B 111 of 463 ~ 23.97'%

%37.37
%38.66
%23.97

CMYK color model

#ADB36F color CMYK value is (3,0,38,30).

  • cyan value is 3.35%
  • magenta value is 0.00%
  • yellow value is 37.99%
  • key color value is 29.80%

CMYK: (3,0,38,30)
C3M0Y38K30 (3%, 0%, 38%, 30%)
(0.03 / 0.00 / 0.38 / 0.30)

CMYK percentages

%3.35
%0
%37.99
%29.8

Codes

Color #ADB36F in popluar color models

AD B3 6F
RGB 173 179 111
HSL 65° 30.91% 56.86%
HSB/HSV 65° 37.99% 70.20%
CMYK 3.35% 0.00% 37.99%
29.80%

Color #ADB36F in popluar number systems.

HEX AD B3 6F
Decimal 173 179 111
Binary 10101101 10110011 1101111
Octal 255 263 157

Shades and tints

Shades of #ADB36F

#ADB36F
(173,179,111)
#9EA365
(158,163,101)
#8F935B
(143,147,91)
#808351
(128,131,81)
#717347
(113,115,71)
#62633D
(98,99,61)
#535333
(83,83,51)
#444329
(68,67,41)
#35331F
(53,51,31)
#262315
(38,35,21)
#17130B
(23,19,11)
#000000
(0,0,0)

Tints of #ADB36F

#ADB36F
(173,179,111)
#B4B97C
(180,185,124)
#BBBF89
(187,191,137)
#C2C596
(194,197,150)
#C9CBA3
(201,203,163)
#D0D1B0
(208,209,176)
#D7D7BD
(215,215,189)
#DEDDCA
(222,221,202)
#E5E3D7
(229,227,215)
#ECE9E4
(236,233,228)
#F3EFF1
(243,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB36F; }

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

This text font color is #ADB36F.

Background Color

.myBgColor { background-color: #ADB36F; }

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

This div background color is #ADB36F.

Border color

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

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

This div border color is #ADB36F.

Opacity

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

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

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

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

This text has shadow with #ADB36F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB36F.

Preview

Color preview on black background

This text has color #ADB36F on black background.


Color preview on white background

This text has color #ADB36F on white background.


Black color preview on #ADB36F background

This text has black color on #ADB36F background.


White color preview on #ADB36F background

This text has white color on #ADB36F background.


Related colors

Complementary color

Complementary color for #hex is #524C90.


I love getcolorcode.com

Triadic colors

1 #6FADB3 and #B36FAD with #ADB36F are triadic colors.

2 #6FB3AD and #B3AD6F with #ADB36F are triadic colors.