COLOR #ADB24B

HEX: #ADB24B
RGB: (173,178,75)

Renk bilgisi

#ADB24B contains mainly red and green colors. #ADB24B ‘ nin web güvenlik rengi #999933 (ya da #993) dir.

RGB renk modeli

#ADB24B color RGB value is (173,178,75).

  • kırmız ton 173;
  • yeşil ton 178;
  • mavi ton 75.
RGB:
(173,178,75)
(68%,70%,29%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 178 of 255 = 70%
B 75 of 255 = 29%

173
178
75

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 178 + 75 = 426 (100%)
R 173 of 426 ~ 40.61%
G 178 of 426 ~ 41.78%
B 75 of 426 ~ 17.61%

%40.61
%41.78
%17.61

CMYK RENK MODELİ

#ADB24B rengi CMYK tonu (3,0,58,30).

  • camgöbeği tonu 2.81%
  • eflatun tonu 0.00%
  • sarı tonu 57.87%
  • ana renk tonu 30.20%
CMYK:
(3,0,58,30)
C3M0Y58K30 
(3%,0%,58%,30%)
(0.03/0.00/0.58/0.30)	

CMYK yüzdeleri

%2.81
%0
%57.87
%30.2

Codes

Color #ADB24B in popluar color models

ADB24B
RGB17317875
HSL63°40.71%49.61%
HSB/HSV63°57.87%69.80%
CMYK2.81%0.00%57.87%
30.20%

Color #ADB24B in popluar number systems.

HEXADB24B
Decimal17317875
Binary10101101101100101001011
Octal255262113

Shades and tints

Shades of #ADB24B

#ADB24B
(173,178,75)
#9EA245
(158,162,69)
#8F923F
(143,146,63)
#808239
(128,130,57)
#717233
(113,114,51)
#62622D
(98,98,45)
#535227
(83,82,39)
#444221
(68,66,33)
#35321B
(53,50,27)
#262215
(38,34,21)
#17120F
(23,18,15)
#000000
(0,0,0)

Tints of #ADB24B

#ADB24B
(173,178,75)
#B4B95B
(180,185,91)
#BBC06B
(187,192,107)
#C2C77B
(194,199,123)
#C9CE8B
(201,206,139)
#D0D59B
(208,213,155)
#D7DCAB
(215,220,171)
#DEE3BB
(222,227,187)
#E5EACB
(229,234,203)
#ECF1DB
(236,241,219)
#F3F8EB
(243,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB24B; }

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

This text font color is #ADB24B.


Background Color

.myBgColor { background-color: #ADB24B; }

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

This div background color is #ADB24B.


Border color

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

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

This div border color is #ADB24B.


Opacity

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

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

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

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

This text has shadow with #ADB24B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB24B on black background.


Color preview on white background

This text has color #ADB24B on white background.



Black color preview on #ADB24B background

This text has black color on #ADB24B background.


White color preview on #ADB24B background

This text has white color on #ADB24B background.