COLOR #ADA378

HEX: #ADA378
RGB: (173,163,120)

Color info

#ADA378 contains red, green and blue colors in about the same proportion. Web safe color of #ADA378 is #999966 (or #996).

RGB color model

#ADA378 color RGB value is (173,163,120).

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

RGB channels and saturation

R 173 of 255 = 68%
G 163 of 255 = 64%
B 120 of 255 = 47%

173
163
120

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

Portions of RGB colors in percentages

R + G + B =
173 + 163 + 120 = 456 (100%)
R 173 of 456 ~ 37.94%
G 163 of 456 ~ 35.75%
B 120 of 456 ~ 26.32%

%37.94
%35.75
%26.32

CMYK color model

#ADA378 color CMYK value is (0,6,31,32).

  • cyan value is 0.00%
  • magenta value is 5.78%
  • yellow value is 30.64%
  • key color value is 32.16%
CMYK:
(0,6,31,32)
C0M6Y31K32 
(0%,6%,31%,32%)
(0.00/0.06/0.31/0.32)	

CMYK percentages

%0
%5.78
%30.64
%32.16

Codes

Color #ADA378 in popluar color models

ADA378
RGB173163120
HSL49°24.42%57.45%
HSB/HSV49°30.64%67.84%
CMYK0.00%5.78%30.64%
32.16%

Color #ADA378 in popluar number systems.

HEXADA378
Decimal173163120
Binary10101101101000111111000
Octal255243170

Shades and tints

Shades of #ADA378

#ADA378
(173,163,120)
#9E956E
(158,149,110)
#8F8764
(143,135,100)
#80795A
(128,121,90)
#716B50
(113,107,80)
#625D46
(98,93,70)
#534F3C
(83,79,60)
#444132
(68,65,50)
#353328
(53,51,40)
#26251E
(38,37,30)
#171714
(23,23,20)
#000000
(0,0,0)

Tints of #ADA378

#ADA378
(173,163,120)
#B4AB84
(180,171,132)
#BBB390
(187,179,144)
#C2BB9C
(194,187,156)
#C9C3A8
(201,195,168)
#D0CBB4
(208,203,180)
#D7D3C0
(215,211,192)
#DEDBCC
(222,219,204)
#E5E3D8
(229,227,216)
#ECEBE4
(236,235,228)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA378; }

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

This text font color is #ADA378.


Background Color

.myBgColor { background-color: #ADA378; }

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

This div background color is #ADA378.


Border color

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

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

This div border color is #ADA378.


Opacity

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

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

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

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

This text has shadow with #ADA378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA378 on black background.


Color preview on white background

This text has color #ADA378 on white background.



Black color preview on #ADA378 background

This text has black color on #ADA378 background.


White color preview on #ADA378 background

This text has white color on #ADA378 background.