COLOR #ADA735

HEX: #ADA735
RGB: (173,167,53)

Renk bilgisi

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

RGB renk modeli

#ADA735 color RGB value is (173,167,53).

  • kırmız ton 173;
  • yeşil ton 167;
  • mavi ton 53.
RGB:
(173,167,53)
(68%,65%,21%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 167 of 255 = 65%
B 53 of 255 = 21%

173
167
53

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 167 + 53 = 393 (100%)
R 173 of 393 ~ 44.02%
G 167 of 393 ~ 42.49%
B 53 of 393 ~ 13.49%

%44.02
%42.49
%13.49

CMYK RENK MODELİ

#ADA735 rengi CMYK tonu (0,3,69,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.47%
  • sarı tonu 69.36%
  • ana renk tonu 32.16%
CMYK:
(0,3,69,32)
C0M3Y69K32 
(0%,3%,69%,32%)
(0.00/0.03/0.69/0.32)	

CMYK yüzdeleri

%0
%3.47
%69.36
%32.16

Codes

Color #ADA735 in popluar color models

ADA735
RGB17316753
HSL57°53.10%44.31%
HSB/HSV57°69.36%67.84%
CMYK0.00%3.47%69.36%
32.16%

Color #ADA735 in popluar number systems.

HEXADA735
Decimal17316753
Binary1010110110100111110101
Octal25524765

Shades and tints

Shades of #ADA735

#ADA735
(173,167,53)
#9E9831
(158,152,49)
#8F892D
(143,137,45)
#807A29
(128,122,41)
#716B25
(113,107,37)
#625C21
(98,92,33)
#534D1D
(83,77,29)
#443E19
(68,62,25)
#352F15
(53,47,21)
#262011
(38,32,17)
#17110D
(23,17,13)
#000000
(0,0,0)

Tints of #ADA735

#ADA735
(173,167,53)
#B4AF47
(180,175,71)
#BBB759
(187,183,89)
#C2BF6B
(194,191,107)
#C9C77D
(201,199,125)
#D0CF8F
(208,207,143)
#D7D7A1
(215,215,161)
#DEDFB3
(222,223,179)
#E5E7C5
(229,231,197)
#ECEFD7
(236,239,215)
#F3F7E9
(243,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA735; }

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

This text font color is #ADA735.


Background Color

.myBgColor { background-color: #ADA735; }

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

This div background color is #ADA735.


Border color

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

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

This div border color is #ADA735.


Opacity

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

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

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

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

This text has shadow with #ADA735 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA735 on black background.


Color preview on white background

This text has color #ADA735 on white background.



Black color preview on #ADA735 background

This text has black color on #ADA735 background.


White color preview on #ADA735 background

This text has white color on #ADA735 background.