COLOR #AD631E

HEX: #AD631E
RGB: (173,99,30)

Renk bilgisi

#AD631E contains mainly red color. #AD631E ‘ nin web güvenlik rengi #996633 (ya da #963) dir.

RGB renk modeli

#AD631E color RGB value is (173,99,30).

  • kırmız ton 173;
  • yeşil ton 99;
  • mavi ton 30.
RGB:
(173,99,30)
(68%,39%,12%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 99 of 255 = 39%
B 30 of 255 = 12%

173
99
30

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 99 + 30 = 302 (100%)
R 173 of 302 ~ 57.28%
G 99 of 302 ~ 32.78%
B 30 of 302 ~ 9.93%

%57.28
%32.78
%9.93

CMYK RENK MODELİ

#AD631E rengi CMYK tonu (0,43,83,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 42.77%
  • sarı tonu 82.66%
  • ana renk tonu 32.16%
CMYK:
(0,43,83,32)
C0M43Y83K32 
(0%,43%,83%,32%)
(0.00/0.43/0.83/0.32)	

CMYK yüzdeleri

%0
%42.77
%82.66
%32.16

Codes

Color #AD631E in popluar color models

AD631E
RGB1739930
HSL29°70.44%39.80%
HSB/HSV29°82.66%67.84%
CMYK0.00%42.77%82.66%
32.16%

Color #AD631E in popluar number systems.

HEXAD631E
Decimal1739930
Binary10101101110001111110
Octal25514336

Shades and tints

Shades of #AD631E

#AD631E
(173,99,30)
#9E5A1C
(158,90,28)
#8F511A
(143,81,26)
#804818
(128,72,24)
#713F16
(113,63,22)
#623614
(98,54,20)
#532D12
(83,45,18)
#442410
(68,36,16)
#351B0E
(53,27,14)
#26120C
(38,18,12)
#17090A
(23,9,10)
#000000
(0,0,0)

Tints of #AD631E

#AD631E
(173,99,30)
#B47132
(180,113,50)
#BB7F46
(187,127,70)
#C28D5A
(194,141,90)
#C99B6E
(201,155,110)
#D0A982
(208,169,130)
#D7B796
(215,183,150)
#DEC5AA
(222,197,170)
#E5D3BE
(229,211,190)
#ECE1D2
(236,225,210)
#F3EFE6
(243,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD631E color. Also use rgb(173,99,30) instead hex code.

Text Font Color

.myTextColor { color: #AD631E; }

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

This text font color is #AD631E.


Background Color

.myBgColor { background-color: #AD631E; }

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

This div background color is #AD631E.


Border color

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

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

This div border color is #AD631E.


Opacity

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

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

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

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

This text has shadow with #AD631E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD631E on black background.


Color preview on white background

This text has color #AD631E on white background.



Black color preview on #AD631E background

This text has black color on #AD631E background.


White color preview on #AD631E background

This text has white color on #AD631E background.