COLOR #AD390F

HEX: #AD390F
RGB: (173,57,15)

Renk bilgisi

#AD390F contains mainly red color. #AD390F ‘ nin web güvenlik rengi #993300 (ya da #930) dir.

RGB renk modeli

#AD390F color RGB value is (173,57,15).

  • kırmız ton 173;
  • yeşil ton 57;
  • mavi ton 15.
RGB:
(173,57,15)
(68%,22%,6%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 57 of 255 = 22%
B 15 of 255 = 6%

173
57
15

R + G + B ~ 32%. #AD390F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 57 + 15 = 245 (100%)
R 173 of 245 ~ 70.61%
G 57 of 245 ~ 23.27%
B 15 of 245 ~ 6.12%

%70.61
%23.27

CMYK RENK MODELİ

#AD390F rengi CMYK tonu (0,67,91,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 67.05%
  • sarı tonu 91.33%
  • ana renk tonu 32.16%
CMYK:
(0,67,91,32)
C0M67Y91K32 
(0%,67%,91%,32%)
(0.00/0.67/0.91/0.32)	

CMYK yüzdeleri

%0
%67.05
%91.33
%32.16

Codes

Color #AD390F in popluar color models

AD390F
RGB1735715
HSL16°84.04%36.86%
HSB/HSV16°91.33%67.84%
CMYK0.00%67.05%91.33%
32.16%

Color #AD390F in popluar number systems.

HEXAD390F
Decimal1735715
Binary101011011110011111
Octal2557117

Shades and tints

Shades of #AD390F

#AD390F
(173,57,15)
#9E340E
(158,52,14)
#8F2F0D
(143,47,13)
#802A0C
(128,42,12)
#71250B
(113,37,11)
#62200A
(98,32,10)
#531B09
(83,27,9)
#441608
(68,22,8)
#351107
(53,17,7)
#260C06
(38,12,6)
#170705
(23,7,5)
#000000
(0,0,0)

Tints of #AD390F

#AD390F
(173,57,15)
#B44B24
(180,75,36)
#BB5D39
(187,93,57)
#C26F4E
(194,111,78)
#C98163
(201,129,99)
#D09378
(208,147,120)
#D7A58D
(215,165,141)
#DEB7A2
(222,183,162)
#E5C9B7
(229,201,183)
#ECDBCC
(236,219,204)
#F3EDE1
(243,237,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD390F color. Also use rgb(173,57,15) instead hex code.

Text Font Color

.myTextColor { color: #AD390F; }

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

This text font color is #AD390F.


Background Color

.myBgColor { background-color: #AD390F; }

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

This div background color is #AD390F.


Border color

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

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

This div border color is #AD390F.


Opacity

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

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

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

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

This text has shadow with #AD390F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD390F on black background.


Color preview on white background

This text has color #AD390F on white background.



Black color preview on #AD390F background

This text has black color on #AD390F background.


White color preview on #AD390F background

This text has white color on #AD390F background.