COLOR #AD4E38

HEX: #AD4E38
RGB: (173,78,56)

Color info

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

RGB color model

#AD4E38 color RGB value is (173,78,56).

  • red value is 173;
  • green value is 78;
  • blue value is 56.
RGB:
(173,78,56)
(68%,31%,22%)

RGB channels and saturation

R 173 of 255 = 68%
G 78 of 255 = 31%
B 56 of 255 = 22%

173
78
56

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

Portions of RGB colors in percentages

R + G + B =
173 + 78 + 56 = 307 (100%)
R 173 of 307 ~ 56.35%
G 78 of 307 ~ 25.41%
B 56 of 307 ~ 18.24%

%56.35
%25.41
%18.24

CMYK color model

#AD4E38 color CMYK value is (0,55,68,32).

  • cyan value is 0.00%
  • magenta value is 54.91%
  • yellow value is 67.63%
  • key color value is 32.16%
CMYK:
(0,55,68,32)
C0M55Y68K32 
(0%,55%,68%,32%)
(0.00/0.55/0.68/0.32)	

CMYK percentages

%0
%54.91
%67.63
%32.16

Codes

Color #AD4E38 in popluar color models

AD4E38
RGB1737856
HSL11°51.09%44.90%
HSB/HSV11°67.63%67.84%
CMYK0.00%54.91%67.63%
32.16%

Color #AD4E38 in popluar number systems.

HEXAD4E38
Decimal1737856
Binary101011011001110111000
Octal25511670

Shades and tints

Shades of #AD4E38

#AD4E38
(173,78,56)
#9E4733
(158,71,51)
#8F402E
(143,64,46)
#803929
(128,57,41)
#713224
(113,50,36)
#622B1F
(98,43,31)
#53241A
(83,36,26)
#441D15
(68,29,21)
#351610
(53,22,16)
#260F0B
(38,15,11)
#170806
(23,8,6)
#000000
(0,0,0)

Tints of #AD4E38

#AD4E38
(173,78,56)
#B45E4A
(180,94,74)
#BB6E5C
(187,110,92)
#C27E6E
(194,126,110)
#C98E80
(201,142,128)
#D09E92
(208,158,146)
#D7AEA4
(215,174,164)
#DEBEB6
(222,190,182)
#E5CEC8
(229,206,200)
#ECDEDA
(236,222,218)
#F3EEEC
(243,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD4E38 color. Also use rgb(173,78,56) instead hex code.

Text Font Color

.myTextColor { color: #AD4E38; }

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

This text font color is #AD4E38.


Background Color

.myBgColor { background-color: #AD4E38; }

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

This div background color is #AD4E38.


Border color

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

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

This div border color is #AD4E38.


Opacity

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

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

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

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

This text has shadow with #AD4E38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD4E38 on black background.


Color preview on white background

This text has color #AD4E38 on white background.



Black color preview on #AD4E38 background

This text has black color on #AD4E38 background.


White color preview on #AD4E38 background

This text has white color on #AD4E38 background.