COLOR #ADA782

HEX: #ADA782
RGB: (173,167,130)

Color info

#ADA782 contains red, green and blue colors in about the same proportion. Web safe color of #ADA782 is #999999 (or #999).

RGB color model

#ADA782 color RGB value is (173,167,130).

  • red value is 173;
  • green value is 167;
  • blue value is 130.
RGB:
(173,167,130)
(68%,65%,51%)

RGB channels and saturation

R 173 of 255 = 68%
G 167 of 255 = 65%
B 130 of 255 = 51%

173
167
130

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

Portions of RGB colors in percentages

R + G + B =
173 + 167 + 130 = 470 (100%)
R 173 of 470 ~ 36.81%
G 167 of 470 ~ 35.53%
B 130 of 470 ~ 27.66%

%36.81
%35.53
%27.66

CMYK color model

#ADA782 color CMYK value is (0,3,25,32).

  • cyan value is 0.00%
  • magenta value is 3.47%
  • yellow value is 24.86%
  • key color value is 32.16%
CMYK:
(0,3,25,32)
C0M3Y25K32 
(0%,3%,25%,32%)
(0.00/0.03/0.25/0.32)	

CMYK percentages

%0
%3.47
%24.86
%32.16

Codes

Color #ADA782 in popluar color models

ADA782
RGB173167130
HSL52°20.77%59.41%
HSB/HSV52°24.86%67.84%
CMYK0.00%3.47%24.86%
32.16%

Color #ADA782 in popluar number systems.

HEXADA782
Decimal173167130
Binary101011011010011110000010
Octal255247202

Shades and tints

Shades of #ADA782

#ADA782
(173,167,130)
#9E9877
(158,152,119)
#8F896C
(143,137,108)
#807A61
(128,122,97)
#716B56
(113,107,86)
#625C4B
(98,92,75)
#534D40
(83,77,64)
#443E35
(68,62,53)
#352F2A
(53,47,42)
#26201F
(38,32,31)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #ADA782

#ADA782
(173,167,130)
#B4AF8D
(180,175,141)
#BBB798
(187,183,152)
#C2BFA3
(194,191,163)
#C9C7AE
(201,199,174)
#D0CFB9
(208,207,185)
#D7D7C4
(215,215,196)
#DEDFCF
(222,223,207)
#E5E7DA
(229,231,218)
#ECEFE5
(236,239,229)
#F3F7F0
(243,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA782 color. Also use rgb(173,167,130) instead hex code.

Text Font Color

.myTextColor { color: #ADA782; }

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

This text font color is #ADA782.


Background Color

.myBgColor { background-color: #ADA782; }

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

This div background color is #ADA782.


Border color

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

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

This div border color is #ADA782.


Opacity

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

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

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

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

This text has shadow with #ADA782 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA782 on black background.


Color preview on white background

This text has color #ADA782 on white background.



Black color preview on #ADA782 background

This text has black color on #ADA782 background.


White color preview on #ADA782 background

This text has white color on #ADA782 background.