COLOR #ADB38D

HEX: #ADB38D
RGB: (173,179,141)

Renk bilgisi

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

RGB renk modeli

#ADB38D color RGB value is (173,179,141).

  • kırmız ton 173;
  • yeşil ton 179;
  • mavi ton 141.
RGB:
(173,179,141)
(68%,70%,55%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 179 of 255 = 70%
B 141 of 255 = 55%

173
179
141

R + G + B ~ 64%. #ADB38D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 179 + 141 = 493 (100%)
R 173 of 493 ~ 35.09%
G 179 of 493 ~ 36.31%
B 141 of 493 ~ 28.6%

%35.09
%36.31
%28.6

CMYK RENK MODELİ

#ADB38D rengi CMYK tonu (3,0,21,30).

  • camgöbeği tonu 3.35%
  • eflatun tonu 0.00%
  • sarı tonu 21.23%
  • ana renk tonu 29.80%
CMYK:
(3,0,21,30)
C3M0Y21K30 
(3%,0%,21%,30%)
(0.03/0.00/0.21/0.30)	

CMYK yüzdeleri

%3.35
%0
%21.23
%29.8

Codes

Color #ADB38D in popluar color models

ADB38D
RGB173179141
HSL69°20.00%62.75%
HSB/HSV69°21.23%70.20%
CMYK3.35%0.00%21.23%
29.80%

Color #ADB38D in popluar number systems.

HEXADB38D
Decimal173179141
Binary101011011011001110001101
Octal255263215

Shades and tints

Shades of #ADB38D

#ADB38D
(173,179,141)
#9EA381
(158,163,129)
#8F9375
(143,147,117)
#808369
(128,131,105)
#71735D
(113,115,93)
#626351
(98,99,81)
#535345
(83,83,69)
#444339
(68,67,57)
#35332D
(53,51,45)
#262321
(38,35,33)
#171315
(23,19,21)
#000000
(0,0,0)

Tints of #ADB38D

#ADB38D
(173,179,141)
#B4B997
(180,185,151)
#BBBFA1
(187,191,161)
#C2C5AB
(194,197,171)
#C9CBB5
(201,203,181)
#D0D1BF
(208,209,191)
#D7D7C9
(215,215,201)
#DEDDD3
(222,221,211)
#E5E3DD
(229,227,221)
#ECE9E7
(236,233,231)
#F3EFF1
(243,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB38D; }

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

This text font color is #ADB38D.


Background Color

.myBgColor { background-color: #ADB38D; }

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

This div background color is #ADB38D.


Border color

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

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

This div border color is #ADB38D.


Opacity

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

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

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

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

This text has shadow with #ADB38D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB38D on black background.


Color preview on white background

This text has color #ADB38D on white background.



Black color preview on #ADB38D background

This text has black color on #ADB38D background.


White color preview on #ADB38D background

This text has white color on #ADB38D background.