COLOR #ADB334

HEX: #ADB334 RGB: (173,179,52)

Color info

#ADB334 contains mainly red and green colors. Web safe color of #ADB334 is #999933 (or #993).

RGB color model

#ADB334 color RGB value is (173,179,52).

RGB: (173,179,52) (68%, 70%, 20%)

RGB channels and saturation

R 173 of 255 = 68%
G 179 of 255 = 70%
B 52 of 255 = 20%

173
179
52

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

Portions of RGB colors in percentages

R + G + B = 173 + 179 + 52 = 404 (100%)
R 173 of 404 ~ 42.82%
G 179 of 404 ~ 44.31%
B 52 of 404 ~ 12.87'%

%42.82
%44.31
%12.87

CMYK color model

#ADB334 color CMYK value is (3,0,71,30).

  • cyan value is 3.35%
  • magenta value is 0.00%
  • yellow value is 70.95%
  • key color value is 29.80%
CMYK: (3,0,71,30) C3M0Y71K30 (3%,0%,71%,30%) (0.03/0.00/0.71/0.30) 

CMYK percentages

%3.35
%0
%70.95
%29.8

Codes

Color #ADB334 in popluar color models

AD B3 34
RGB 173 179 52
HSL 63° 54.98% 45.29%
HSB/HSV 63° 70.95% 70.20%
CMYK 3.35% 0.00% 70.95%
29.80%

Color #ADB334 in popluar number systems.

HEX AD B3 34
Decimal 173 179 52
Binary 10101101 10110011 110100
Octal 255 263 64

Shades and tints

Shades of #ADB334

#ADB334
(173,179,52)
#9EA330
(158,163,48)
#8F932C
(143,147,44)
#808328
(128,131,40)
#717324
(113,115,36)
#626320
(98,99,32)
#53531C
(83,83,28)
#444318
(68,67,24)
#353314
(53,51,20)
#262310
(38,35,16)
#17130C
(23,19,12)
#000000
(0,0,0)

Tints of #ADB334

#ADB334
(173,179,52)
#B4B946
(180,185,70)
#BBBF58
(187,191,88)
#C2C56A
(194,197,106)
#C9CB7C
(201,203,124)
#D0D18E
(208,209,142)
#D7D7A0
(215,215,160)
#DEDDB2
(222,221,178)
#E5E3C4
(229,227,196)
#ECE9D6
(236,233,214)
#F3EFE8
(243,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB334; }

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

This text font color is #ADB334.

Background Color

.myBgColor { background-color: #ADB334; }

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

This div background color is #ADB334.

Border color

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

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

This div border color is #ADB334.

Opacity

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

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

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

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

This text has shadow with #ADB334 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB334.

Preview

Color preview on black background

This text has color #ADB334 on black background.


Color preview on white background

This text has color #ADB334 on white background.


Black color preview on #ADB334 background

This text has black color on #ADB334 background.


White color preview on #ADB334 background

This text has white color on #ADB334 background.


Related colors

Complementary color

Complementary color for #hex is #524CCB.


I love getcolorcode.com

Triadic colors

1 #34ADB3 and #B334AD with #ADB334 are triadic colors.

2 #34B3AD and #B3AD34 with #ADB334 are triadic colors.