COLOR #AD583D

HEX: #AD583D
RGB: (173,88,61)

Color info

#AD583D contains mainly red color. Web safe color of #AD583D is #996633 (or #963).

RGB color model

#AD583D color RGB value is (173,88,61).

  • red value is 173;
  • green value is 88;
  • blue value is 61.
RGB:
(173,88,61)
(68%,35%,24%)

RGB channels and saturation

R 173 of 255 = 68%
G 88 of 255 = 35%
B 61 of 255 = 24%

173
88
61

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

Portions of RGB colors in percentages

R + G + B =
173 + 88 + 61 = 322 (100%)
R 173 of 322 ~ 53.73%
G 88 of 322 ~ 27.33%
B 61 of 322 ~ 18.94%

%53.73
%27.33
%18.94

CMYK color model

#AD583D color CMYK value is (0,49,65,32).

  • cyan value is 0.00%
  • magenta value is 49.13%
  • yellow value is 64.74%
  • key color value is 32.16%
CMYK:
(0,49,65,32)
C0M49Y65K32 
(0%,49%,65%,32%)
(0.00/0.49/0.65/0.32)	

CMYK percentages

%0
%49.13
%64.74
%32.16

Codes

Color #AD583D in popluar color models

AD583D
RGB1738861
HSL14°47.86%45.88%
HSB/HSV14°64.74%67.84%
CMYK0.00%49.13%64.74%
32.16%

Color #AD583D in popluar number systems.

HEXAD583D
Decimal1738861
Binary101011011011000111101
Octal25513075

Shades and tints

Shades of #AD583D

#AD583D
(173,88,61)
#9E5038
(158,80,56)
#8F4833
(143,72,51)
#80402E
(128,64,46)
#713829
(113,56,41)
#623024
(98,48,36)
#53281F
(83,40,31)
#44201A
(68,32,26)
#351815
(53,24,21)
#261010
(38,16,16)
#17080B
(23,8,11)
#000000
(0,0,0)

Tints of #AD583D

#AD583D
(173,88,61)
#B4674E
(180,103,78)
#BB765F
(187,118,95)
#C28570
(194,133,112)
#C99481
(201,148,129)
#D0A392
(208,163,146)
#D7B2A3
(215,178,163)
#DEC1B4
(222,193,180)
#E5D0C5
(229,208,197)
#ECDFD6
(236,223,214)
#F3EEE7
(243,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD583D color. Also use rgb(173,88,61) instead hex code.

Text Font Color

.myTextColor { color: #AD583D; }

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

This text font color is #AD583D.


Background Color

.myBgColor { background-color: #AD583D; }

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

This div background color is #AD583D.


Border color

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

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

This div border color is #AD583D.


Opacity

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

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

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

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

This text has shadow with #AD583D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD583D on black background.


Color preview on white background

This text has color #AD583D on white background.



Black color preview on #AD583D background

This text has black color on #AD583D background.


White color preview on #AD583D background

This text has white color on #AD583D background.