COLOR #AD4826

HEX: #AD4826
RGB: (173,72,38)

Renk bilgisi

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

RGB renk modeli

#AD4826 color RGB value is (173,72,38).

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

RGB bağlantıları ve doygunluk

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

173
72
38

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 72 + 38 = 283 (100%)
R 173 of 283 ~ 61.13%
G 72 of 283 ~ 25.44%
B 38 of 283 ~ 13.43%

%61.13
%25.44
%13.43

CMYK RENK MODELİ

#AD4826 rengi CMYK tonu (0,58,78,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 58.38%
  • sarı tonu 78.03%
  • ana renk tonu 32.16%
CMYK:
(0,58,78,32)
C0M58Y78K32 
(0%,58%,78%,32%)
(0.00/0.58/0.78/0.32)	

CMYK yüzdeleri

%0
%58.38
%78.03
%32.16

Codes

Color #AD4826 in popluar color models

AD4826
RGB1737238
HSL15°63.98%41.37%
HSB/HSV15°78.03%67.84%
CMYK0.00%58.38%78.03%
32.16%

Color #AD4826 in popluar number systems.

HEXAD4826
Decimal1737238
Binary101011011001000100110
Octal25511046

Shades and tints

Shades of #AD4826

#AD4826
(173,72,38)
#9E4223
(158,66,35)
#8F3C20
(143,60,32)
#80361D
(128,54,29)
#71301A
(113,48,26)
#622A17
(98,42,23)
#532414
(83,36,20)
#441E11
(68,30,17)
#35180E
(53,24,14)
#26120B
(38,18,11)
#170C08
(23,12,8)
#000000
(0,0,0)

Tints of #AD4826

#AD4826
(173,72,38)
#B45839
(180,88,57)
#BB684C
(187,104,76)
#C2785F
(194,120,95)
#C98872
(201,136,114)
#D09885
(208,152,133)
#D7A898
(215,168,152)
#DEB8AB
(222,184,171)
#E5C8BE
(229,200,190)
#ECD8D1
(236,216,209)
#F3E8E4
(243,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD4826; }

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

This text font color is #AD4826.


Background Color

.myBgColor { background-color: #AD4826; }

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

This div background color is #AD4826.


Border color

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

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

This div border color is #AD4826.


Opacity

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

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

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

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

This text has shadow with #AD4826 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD4826 on black background.


Color preview on white background

This text has color #AD4826 on white background.



Black color preview on #AD4826 background

This text has black color on #AD4826 background.


White color preview on #AD4826 background

This text has white color on #AD4826 background.