COLOR #AD4D55

HEX: #AD4D55
RGB: (173,77,85)

Renk bilgisi

#AD4D55 contains mainly red color. #AD4D55 ‘ nin web güvenlik rengi #993366 (ya da #936) dir.

RGB renk modeli

#AD4D55 color RGB value is (173,77,85).

  • kırmız ton 173;
  • yeşil ton 77;
  • mavi ton 85.
RGB:
(173,77,85)
(68%,30%,33%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 77 of 255 = 30%
B 85 of 255 = 33%

173
77
85

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 77 + 85 = 335 (100%)
R 173 of 335 ~ 51.64%
G 77 of 335 ~ 22.99%
B 85 of 335 ~ 25.37%

%51.64
%22.99
%25.37

CMYK RENK MODELİ

#AD4D55 rengi CMYK tonu (0,55,51,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 55.49%
  • sarı tonu 50.87%
  • ana renk tonu 32.16%
CMYK:
(0,55,51,32)
C0M55Y51K32 
(0%,55%,51%,32%)
(0.00/0.55/0.51/0.32)	

CMYK yüzdeleri

%0
%55.49
%50.87
%32.16

Codes

Color #AD4D55 in popluar color models

AD4D55
RGB1737785
HSL355°38.40%49.02%
HSB/HSV355°55.49%67.84%
CMYK0.00%55.49%50.87%
32.16%

Color #AD4D55 in popluar number systems.

HEXAD4D55
Decimal1737785
Binary1010110110011011010101
Octal255115125

Shades and tints

Shades of #AD4D55

#AD4D55
(173,77,85)
#9E464E
(158,70,78)
#8F3F47
(143,63,71)
#803840
(128,56,64)
#713139
(113,49,57)
#622A32
(98,42,50)
#53232B
(83,35,43)
#441C24
(68,28,36)
#35151D
(53,21,29)
#260E16
(38,14,22)
#17070F
(23,7,15)
#000000
(0,0,0)

Tints of #AD4D55

#AD4D55
(173,77,85)
#B45D64
(180,93,100)
#BB6D73
(187,109,115)
#C27D82
(194,125,130)
#C98D91
(201,141,145)
#D09DA0
(208,157,160)
#D7ADAF
(215,173,175)
#DEBDBE
(222,189,190)
#E5CDCD
(229,205,205)
#ECDDDC
(236,221,220)
#F3EDEB
(243,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD4D55 color. Also use rgb(173,77,85) instead hex code.

Text Font Color

.myTextColor { color: #AD4D55; }

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

This text font color is #AD4D55.


Background Color

.myBgColor { background-color: #AD4D55; }

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

This div background color is #AD4D55.


Border color

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

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

This div border color is #AD4D55.


Opacity

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

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

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

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

This text has shadow with #AD4D55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD4D55 on black background.


Color preview on white background

This text has color #AD4D55 on white background.



Black color preview on #AD4D55 background

This text has black color on #AD4D55 background.


White color preview on #AD4D55 background

This text has white color on #AD4D55 background.