COLOR #ADA38D

HEX: #ADA38D
RGB: (173,163,141)

Color info

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

RGB color model

#ADA38D color RGB value is (173,163,141).

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

RGB channels and saturation

R 173 of 255 = 68%
G 163 of 255 = 64%
B 141 of 255 = 55%

173
163
141

R + G + B ~ 62%. #ADA38D is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 163 + 141 = 477 (100%)
R 173 of 477 ~ 36.27%
G 163 of 477 ~ 34.17%
B 141 of 477 ~ 29.56%

%36.27
%34.17
%29.56

CMYK color model

#ADA38D color CMYK value is (0,6,18,32).

  • cyan value is 0.00%
  • magenta value is 5.78%
  • yellow value is 18.50%
  • key color value is 32.16%
CMYK:
(0,6,18,32)
C0M6Y18K32 
(0%,6%,18%,32%)
(0.00/0.06/0.18/0.32)	

CMYK percentages

%0
%5.78
%18.5
%32.16

Codes

Color #ADA38D in popluar color models

ADA38D
RGB173163141
HSL41°16.33%61.57%
HSB/HSV41°18.50%67.84%
CMYK0.00%5.78%18.50%
32.16%

Color #ADA38D in popluar number systems.

HEXADA38D
Decimal173163141
Binary101011011010001110001101
Octal255243215

Shades and tints

Shades of #ADA38D

#ADA38D
(173,163,141)
#9E9581
(158,149,129)
#8F8775
(143,135,117)
#807969
(128,121,105)
#716B5D
(113,107,93)
#625D51
(98,93,81)
#534F45
(83,79,69)
#444139
(68,65,57)
#35332D
(53,51,45)
#262521
(38,37,33)
#171715
(23,23,21)
#000000
(0,0,0)

Tints of #ADA38D

#ADA38D
(173,163,141)
#B4AB97
(180,171,151)
#BBB3A1
(187,179,161)
#C2BBAB
(194,187,171)
#C9C3B5
(201,195,181)
#D0CBBF
(208,203,191)
#D7D3C9
(215,211,201)
#DEDBD3
(222,219,211)
#E5E3DD
(229,227,221)
#ECEBE7
(236,235,231)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA38D; }

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

This text font color is #ADA38D.


Background Color

.myBgColor { background-color: #ADA38D; }

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

This div background color is #ADA38D.


Border color

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

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

This div border color is #ADA38D.


Opacity

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

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

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

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

This text has shadow with #ADA38D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA38D on black background.


Color preview on white background

This text has color #ADA38D on white background.



Black color preview on #ADA38D background

This text has black color on #ADA38D background.


White color preview on #ADA38D background

This text has white color on #ADA38D background.