COLOR #ADB582

HEX: #ADB582
RGB: (173,181,130)

Renk bilgisi

#ADB582 contains red, green and blue colors in about the same proportion. #ADB582 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#ADB582 color RGB value is (173,181,130).

  • kırmız ton 173;
  • yeşil ton 181;
  • mavi ton 130.
RGB:
(173,181,130)
(68%,71%,51%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 181 of 255 = 71%
B 130 of 255 = 51%

173
181
130

R + G + B ~ 63%. #ADB582 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 181 + 130 = 484 (100%)
R 173 of 484 ~ 35.74%
G 181 of 484 ~ 37.4%
B 130 of 484 ~ 26.86%

%35.74
%37.4
%26.86

CMYK RENK MODELİ

#ADB582 rengi CMYK tonu (4,0,28,29).

  • camgöbeği tonu 4.42%
  • eflatun tonu 0.00%
  • sarı tonu 28.18%
  • ana renk tonu 29.02%
CMYK:
(4,0,28,29)
C4M0Y28K29 
(4%,0%,28%,29%)
(0.04/0.00/0.28/0.29)	

CMYK yüzdeleri

%4.42
%0
%28.18
%29.02

Codes

Color #ADB582 in popluar color models

ADB582
RGB173181130
HSL69°25.63%60.98%
HSB/HSV69°28.18%70.98%
CMYK4.42%0.00%28.18%
29.02%

Color #ADB582 in popluar number systems.

HEXADB582
Decimal173181130
Binary101011011011010110000010
Octal255265202

Shades and tints

Shades of #ADB582

#ADB582
(173,181,130)
#9EA577
(158,165,119)
#8F956C
(143,149,108)
#808561
(128,133,97)
#717556
(113,117,86)
#62654B
(98,101,75)
#535540
(83,85,64)
#444535
(68,69,53)
#35352A
(53,53,42)
#26251F
(38,37,31)
#171514
(23,21,20)
#000000
(0,0,0)

Tints of #ADB582

#ADB582
(173,181,130)
#B4BB8D
(180,187,141)
#BBC198
(187,193,152)
#C2C7A3
(194,199,163)
#C9CDAE
(201,205,174)
#D0D3B9
(208,211,185)
#D7D9C4
(215,217,196)
#DEDFCF
(222,223,207)
#E5E5DA
(229,229,218)
#ECEBE5
(236,235,229)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB582; }

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

This text font color is #ADB582.


Background Color

.myBgColor { background-color: #ADB582; }

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

This div background color is #ADB582.


Border color

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

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

This div border color is #ADB582.


Opacity

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

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

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

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

This text has shadow with #ADB582 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB582 on black background.


Color preview on white background

This text has color #ADB582 on white background.



Black color preview on #ADB582 background

This text has black color on #ADB582 background.


White color preview on #ADB582 background

This text has white color on #ADB582 background.