COLOR #ADAB75

HEX: #ADAB75
RGB: (173,171,117)

Renk bilgisi

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

RGB renk modeli

#ADAB75 color RGB value is (173,171,117).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 171 of 255 = 67%
B 117 of 255 = 46%

173
171
117

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 171 + 117 = 461 (100%)
R 173 of 461 ~ 37.53%
G 171 of 461 ~ 37.09%
B 117 of 461 ~ 25.38%

%37.53
%37.09
%25.38

CMYK RENK MODELİ

#ADAB75 rengi CMYK tonu (0,1,32,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.16%
  • sarı tonu 32.37%
  • ana renk tonu 32.16%
CMYK:
(0,1,32,32)
C0M1Y32K32 
(0%,1%,32%,32%)
(0.00/0.01/0.32/0.32)	

CMYK yüzdeleri

%0
%1.16
%32.37
%32.16

Codes

Color #ADAB75 in popluar color models

ADAB75
RGB173171117
HSL58°25.45%56.86%
HSB/HSV58°32.37%67.84%
CMYK0.00%1.16%32.37%
32.16%

Color #ADAB75 in popluar number systems.

HEXADAB75
Decimal173171117
Binary10101101101010111110101
Octal255253165

Shades and tints

Shades of #ADAB75

#ADAB75
(173,171,117)
#9E9C6B
(158,156,107)
#8F8D61
(143,141,97)
#807E57
(128,126,87)
#716F4D
(113,111,77)
#626043
(98,96,67)
#535139
(83,81,57)
#44422F
(68,66,47)
#353325
(53,51,37)
#26241B
(38,36,27)
#171511
(23,21,17)
#000000
(0,0,0)

Tints of #ADAB75

#ADAB75
(173,171,117)
#B4B281
(180,178,129)
#BBB98D
(187,185,141)
#C2C099
(194,192,153)
#C9C7A5
(201,199,165)
#D0CEB1
(208,206,177)
#D7D5BD
(215,213,189)
#DEDCC9
(222,220,201)
#E5E3D5
(229,227,213)
#ECEAE1
(236,234,225)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAB75; }

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

This text font color is #ADAB75.


Background Color

.myBgColor { background-color: #ADAB75; }

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

This div background color is #ADAB75.


Border color

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

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

This div border color is #ADAB75.


Opacity

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

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

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

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

This text has shadow with #ADAB75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAB75 on black background.


Color preview on white background

This text has color #ADAB75 on white background.



Black color preview on #ADAB75 background

This text has black color on #ADAB75 background.


White color preview on #ADAB75 background

This text has white color on #ADAB75 background.