COLOR #ADAD76

HEX: #ADAD76
RGB: (173,173,118)

Renk bilgisi

#ADAD76 contains red, green and blue colors in about the same proportion. #ADAD76 ‘ nin web güvenlik rengi #999966 (ya da #996) dir.

RGB renk modeli

#ADAD76 color RGB value is (173,173,118).

  • kırmız ton 173;
  • yeşil ton 173;
  • mavi ton 118.
RGB:
(173,173,118)
(68%,68%,46%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 173 of 255 = 68%
B 118 of 255 = 46%

173
173
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 173 + 118 = 464 (100%)
R 173 of 464 ~ 37.28%
G 173 of 464 ~ 37.28%
B 118 of 464 ~ 25.43%

%37.28
%37.28
%25.43

CMYK RENK MODELİ

#ADAD76 rengi CMYK tonu (0,0,32,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.00%
  • sarı tonu 31.79%
  • ana renk tonu 32.16%
CMYK:
(0,0,32,32)
C0M0Y32K32 
(0%,0%,32%,32%)
(0.00/0.00/0.32/0.32)	

CMYK yüzdeleri

%0
%0
%31.79
%32.16

Codes

Color #ADAD76 in popluar color models

ADAD76
RGB173173118
HSL60°25.11%57.06%
HSB/HSV60°31.79%67.84%
CMYK0.00%0.00%31.79%
32.16%

Color #ADAD76 in popluar number systems.

HEXADAD76
Decimal173173118
Binary10101101101011011110110
Octal255255166

Shades and tints

Shades of #ADAD76

#ADAD76
(173,173,118)
#9E9E6C
(158,158,108)
#8F8F62
(143,143,98)
#808058
(128,128,88)
#71714E
(113,113,78)
#626244
(98,98,68)
#53533A
(83,83,58)
#444430
(68,68,48)
#353526
(53,53,38)
#26261C
(38,38,28)
#171712
(23,23,18)
#000000
(0,0,0)

Tints of #ADAD76

#ADAD76
(173,173,118)
#B4B482
(180,180,130)
#BBBB8E
(187,187,142)
#C2C29A
(194,194,154)
#C9C9A6
(201,201,166)
#D0D0B2
(208,208,178)
#D7D7BE
(215,215,190)
#DEDECA
(222,222,202)
#E5E5D6
(229,229,214)
#ECECE2
(236,236,226)
#F3F3EE
(243,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAD76; }

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

This text font color is #ADAD76.


Background Color

.myBgColor { background-color: #ADAD76; }

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

This div background color is #ADAD76.


Border color

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

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

This div border color is #ADAD76.


Opacity

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

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

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

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

This text has shadow with #ADAD76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAD76 on black background.


Color preview on white background

This text has color #ADAD76 on white background.



Black color preview on #ADAD76 background

This text has black color on #ADAD76 background.


White color preview on #ADAD76 background

This text has white color on #ADAD76 background.