COLOR #AD264D

HEX: #AD264D
RGB: (173,38,77)

Renk bilgisi

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

RGB renk modeli

#AD264D color RGB value is (173,38,77).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 38 of 255 = 15%
B 77 of 255 = 30%

173
38
77

R + G + B ~ 38%. #AD264D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 38 + 77 = 288 (100%)
R 173 of 288 ~ 60.07%
G 38 of 288 ~ 13.19%
B 77 of 288 ~ 26.74%

%60.07
%13.19
%26.74

CMYK RENK MODELİ

#AD264D rengi CMYK tonu (0,78,55,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 78.03%
  • sarı tonu 55.49%
  • ana renk tonu 32.16%
CMYK:
(0,78,55,32)
C0M78Y55K32 
(0%,78%,55%,32%)
(0.00/0.78/0.55/0.32)	

CMYK yüzdeleri

%0
%78.03
%55.49
%32.16

Codes

Color #AD264D in popluar color models

AD264D
RGB1733877
HSL343°63.98%41.37%
HSB/HSV343°78.03%67.84%
CMYK0.00%78.03%55.49%
32.16%

Color #AD264D in popluar number systems.

HEXAD264D
Decimal1733877
Binary101011011001101001101
Octal25546115

Shades and tints

Shades of #AD264D

#AD264D
(173,38,77)
#9E2346
(158,35,70)
#8F203F
(143,32,63)
#801D38
(128,29,56)
#711A31
(113,26,49)
#62172A
(98,23,42)
#531423
(83,20,35)
#44111C
(68,17,28)
#350E15
(53,14,21)
#260B0E
(38,11,14)
#170807
(23,8,7)
#000000
(0,0,0)

Tints of #AD264D

#AD264D
(173,38,77)
#B4395D
(180,57,93)
#BB4C6D
(187,76,109)
#C25F7D
(194,95,125)
#C9728D
(201,114,141)
#D0859D
(208,133,157)
#D798AD
(215,152,173)
#DEABBD
(222,171,189)
#E5BECD
(229,190,205)
#ECD1DD
(236,209,221)
#F3E4ED
(243,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD264D; }

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

This text font color is #AD264D.


Background Color

.myBgColor { background-color: #AD264D; }

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

This div background color is #AD264D.


Border color

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

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

This div border color is #AD264D.


Opacity

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

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

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

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

This text has shadow with #AD264D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD264D on black background.


Color preview on white background

This text has color #AD264D on white background.



Black color preview on #AD264D background

This text has black color on #AD264D background.


White color preview on #AD264D background

This text has white color on #AD264D background.