COLOR #ADA383

HEX: #ADA383
RGB: (173,163,131)

Color info

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

RGB color model

#ADA383 color RGB value is (173,163,131).

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

RGB channels and saturation

R 173 of 255 = 68%
G 163 of 255 = 64%
B 131 of 255 = 51%

173
163
131

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

Portions of RGB colors in percentages

R + G + B =
173 + 163 + 131 = 467 (100%)
R 173 of 467 ~ 37.04%
G 163 of 467 ~ 34.9%
B 131 of 467 ~ 28.05%

%37.04
%34.9
%28.05

CMYK color model

#ADA383 color CMYK value is (0,6,24,32).

  • cyan value is 0.00%
  • magenta value is 5.78%
  • yellow value is 24.28%
  • key color value is 32.16%
CMYK:
(0,6,24,32)
C0M6Y24K32 
(0%,6%,24%,32%)
(0.00/0.06/0.24/0.32)	

CMYK percentages

%0
%5.78
%24.28
%32.16

Codes

Color #ADA383 in popluar color models

ADA383
RGB173163131
HSL46°20.39%59.61%
HSB/HSV46°24.28%67.84%
CMYK0.00%5.78%24.28%
32.16%

Color #ADA383 in popluar number systems.

HEXADA383
Decimal173163131
Binary101011011010001110000011
Octal255243203

Shades and tints

Shades of #ADA383

#ADA383
(173,163,131)
#9E9578
(158,149,120)
#8F876D
(143,135,109)
#807962
(128,121,98)
#716B57
(113,107,87)
#625D4C
(98,93,76)
#534F41
(83,79,65)
#444136
(68,65,54)
#35332B
(53,51,43)
#262520
(38,37,32)
#171715
(23,23,21)
#000000
(0,0,0)

Tints of #ADA383

#ADA383
(173,163,131)
#B4AB8E
(180,171,142)
#BBB399
(187,179,153)
#C2BBA4
(194,187,164)
#C9C3AF
(201,195,175)
#D0CBBA
(208,203,186)
#D7D3C5
(215,211,197)
#DEDBD0
(222,219,208)
#E5E3DB
(229,227,219)
#ECEBE6
(236,235,230)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA383; }

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

This text font color is #ADA383.


Background Color

.myBgColor { background-color: #ADA383; }

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

This div background color is #ADA383.


Border color

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

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

This div border color is #ADA383.


Opacity

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

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

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

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

This text has shadow with #ADA383 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA383 on black background.


Color preview on white background

This text has color #ADA383 on white background.



Black color preview on #ADA383 background

This text has black color on #ADA383 background.


White color preview on #ADA383 background

This text has white color on #ADA383 background.