COLOR #AD743D

HEX: #AD743D
RGB: (173,116,61)

Color info

#AD743D contains mainly red and green colors. Web safe color of #AD743D is #996633 (or #963).

RGB color model

#AD743D color RGB value is (173,116,61).

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

RGB channels and saturation

R 173 of 255 = 68%
G 116 of 255 = 45%
B 61 of 255 = 24%

173
116
61

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

Portions of RGB colors in percentages

R + G + B =
173 + 116 + 61 = 350 (100%)
R 173 of 350 ~ 49.43%
G 116 of 350 ~ 33.14%
B 61 of 350 ~ 17.43%

%49.43
%33.14
%17.43

CMYK color model

#AD743D color CMYK value is (0,33,65,32).

  • cyan value is 0.00%
  • magenta value is 32.95%
  • yellow value is 64.74%
  • key color value is 32.16%
CMYK:
(0,33,65,32)
C0M33Y65K32 
(0%,33%,65%,32%)
(0.00/0.33/0.65/0.32)	

CMYK percentages

%0
%32.95
%64.74
%32.16

Codes

Color #AD743D in popluar color models

AD743D
RGB17311661
HSL29°47.86%45.88%
HSB/HSV29°64.74%67.84%
CMYK0.00%32.95%64.74%
32.16%

Color #AD743D in popluar number systems.

HEXAD743D
Decimal17311661
Binary101011011110100111101
Octal25516475

Shades and tints

Shades of #AD743D

#AD743D
(173,116,61)
#9E6A38
(158,106,56)
#8F6033
(143,96,51)
#80562E
(128,86,46)
#714C29
(113,76,41)
#624224
(98,66,36)
#53381F
(83,56,31)
#442E1A
(68,46,26)
#352415
(53,36,21)
#261A10
(38,26,16)
#17100B
(23,16,11)
#000000
(0,0,0)

Tints of #AD743D

#AD743D
(173,116,61)
#B4804E
(180,128,78)
#BB8C5F
(187,140,95)
#C29870
(194,152,112)
#C9A481
(201,164,129)
#D0B092
(208,176,146)
#D7BCA3
(215,188,163)
#DEC8B4
(222,200,180)
#E5D4C5
(229,212,197)
#ECE0D6
(236,224,214)
#F3ECE7
(243,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD743D; }

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

This text font color is #AD743D.


Background Color

.myBgColor { background-color: #AD743D; }

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

This div background color is #AD743D.


Border color

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

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

This div border color is #AD743D.


Opacity

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

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

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

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

This text has shadow with #AD743D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD743D on black background.


Color preview on white background

This text has color #AD743D on white background.



Black color preview on #AD743D background

This text has black color on #AD743D background.


White color preview on #AD743D background

This text has white color on #AD743D background.