COLOR #AD4827

HEX: #AD4827
RGB: (173,72,39)

Renk bilgisi

#AD4827 contains mainly red color. #AD4827 ‘ nin web güvenlik rengi #993333 (ya da #933) dir.

RGB renk modeli

#AD4827 color RGB value is (173,72,39).

  • kırmız ton 173;
  • yeşil ton 72;
  • mavi ton 39.
RGB:
(173,72,39)
(68%,28%,15%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 72 of 255 = 28%
B 39 of 255 = 15%

173
72
39

R + G + B ~ 37%. #AD4827 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 72 + 39 = 284 (100%)
R 173 of 284 ~ 60.92%
G 72 of 284 ~ 25.35%
B 39 of 284 ~ 13.73%

%60.92
%25.35
%13.73

CMYK RENK MODELİ

#AD4827 rengi CMYK tonu (0,58,77,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 58.38%
  • sarı tonu 77.46%
  • ana renk tonu 32.16%
CMYK:
(0,58,77,32)
C0M58Y77K32 
(0%,58%,77%,32%)
(0.00/0.58/0.77/0.32)	

CMYK yüzdeleri

%0
%58.38
%77.46
%32.16

Codes

Color #AD4827 in popluar color models

AD4827
RGB1737239
HSL15°63.21%41.57%
HSB/HSV15°77.46%67.84%
CMYK0.00%58.38%77.46%
32.16%

Color #AD4827 in popluar number systems.

HEXAD4827
Decimal1737239
Binary101011011001000100111
Octal25511047

Shades and tints

Shades of #AD4827

#AD4827
(173,72,39)
#9E4224
(158,66,36)
#8F3C21
(143,60,33)
#80361E
(128,54,30)
#71301B
(113,48,27)
#622A18
(98,42,24)
#532415
(83,36,21)
#441E12
(68,30,18)
#35180F
(53,24,15)
#26120C
(38,18,12)
#170C09
(23,12,9)
#000000
(0,0,0)

Tints of #AD4827

#AD4827
(173,72,39)
#B4583A
(180,88,58)
#BB684D
(187,104,77)
#C27860
(194,120,96)
#C98873
(201,136,115)
#D09886
(208,152,134)
#D7A899
(215,168,153)
#DEB8AC
(222,184,172)
#E5C8BF
(229,200,191)
#ECD8D2
(236,216,210)
#F3E8E5
(243,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD4827 color. Also use rgb(173,72,39) instead hex code.

Text Font Color

.myTextColor { color: #AD4827; }

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

This text font color is #AD4827.


Background Color

.myBgColor { background-color: #AD4827; }

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

This div background color is #AD4827.


Border color

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

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

This div border color is #AD4827.


Opacity

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

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

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

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

This text has shadow with #AD4827 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD4827 on black background.


Color preview on white background

This text has color #AD4827 on white background.



Black color preview on #AD4827 background

This text has black color on #AD4827 background.


White color preview on #AD4827 background

This text has white color on #AD4827 background.