COLOR #ADA78D

HEX: #ADA78D
RGB: (173,167,141)

Color info

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

RGB color model

#ADA78D color RGB value is (173,167,141).

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

RGB channels and saturation

R 173 of 255 = 68%
G 167 of 255 = 65%
B 141 of 255 = 55%

173
167
141

R + G + B ~ 63%. #ADA78D is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 167 + 141 = 481 (100%)
R 173 of 481 ~ 35.97%
G 167 of 481 ~ 34.72%
B 141 of 481 ~ 29.31%

%35.97
%34.72
%29.31

CMYK color model

#ADA78D color CMYK value is (0,3,18,32).

  • cyan value is 0.00%
  • magenta value is 3.47%
  • yellow value is 18.50%
  • key color value is 32.16%
CMYK:
(0,3,18,32)
C0M3Y18K32 
(0%,3%,18%,32%)
(0.00/0.03/0.18/0.32)	

CMYK percentages

%0
%3.47
%18.5
%32.16

Codes

Color #ADA78D in popluar color models

ADA78D
RGB173167141
HSL49°16.33%61.57%
HSB/HSV49°18.50%67.84%
CMYK0.00%3.47%18.50%
32.16%

Color #ADA78D in popluar number systems.

HEXADA78D
Decimal173167141
Binary101011011010011110001101
Octal255247215

Shades and tints

Shades of #ADA78D

#ADA78D
(173,167,141)
#9E9881
(158,152,129)
#8F8975
(143,137,117)
#807A69
(128,122,105)
#716B5D
(113,107,93)
#625C51
(98,92,81)
#534D45
(83,77,69)
#443E39
(68,62,57)
#352F2D
(53,47,45)
#262021
(38,32,33)
#171115
(23,17,21)
#000000
(0,0,0)

Tints of #ADA78D

#ADA78D
(173,167,141)
#B4AF97
(180,175,151)
#BBB7A1
(187,183,161)
#C2BFAB
(194,191,171)
#C9C7B5
(201,199,181)
#D0CFBF
(208,207,191)
#D7D7C9
(215,215,201)
#DEDFD3
(222,223,211)
#E5E7DD
(229,231,221)
#ECEFE7
(236,239,231)
#F3F7F1
(243,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA78D; }

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

This text font color is #ADA78D.


Background Color

.myBgColor { background-color: #ADA78D; }

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

This div background color is #ADA78D.


Border color

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

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

This div border color is #ADA78D.


Opacity

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

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

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

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

This text has shadow with #ADA78D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA78D on black background.


Color preview on white background

This text has color #ADA78D on white background.



Black color preview on #ADA78D background

This text has black color on #ADA78D background.


White color preview on #ADA78D background

This text has white color on #ADA78D background.