COLOR #AD7403

HEX: #AD7403 RGB: (173,116,3)

Color info

#AD7403 contains mainly red and green colors. Web safe color of #AD7403 is #996600 (or #960).

RGB color model

#AD7403 color RGB value is (173,116,3).

RGB: (173,116,3) (68%, 45%, 1%)

RGB channels and saturation

R 173 of 255 = 68%
G 116 of 255 = 45%
B 3 of 255 = 1%

173
116
3

R + G + B ~ 38%. #AD7403 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 173 + 116 + 3 = 292 (100%)
R 173 of 292 ~ 59.25%
G 116 of 292 ~ 39.73%
B 3 of 292 ~ 1.03'%

%59.25
%39.73

CMYK color model

#AD7403 color CMYK value is (0,33,98,32).

  • cyan value is 0.00%
  • magenta value is 32.95%
  • yellow value is 98.27%
  • key color value is 32.16%

CMYK: (0,33,98,32)
C0M33Y98K32 (0%, 33%, 98%, 32%)
(0.00 / 0.33 / 0.98 / 0.32)

CMYK percentages

%0
%32.95
%98.27
%32.16

Codes

Color #AD7403 in popluar color models

AD 74 03
RGB 173 116 3
HSL 40° 96.59% 34.51%
HSB/HSV 40° 98.27% 67.84%
CMYK 0.00% 32.95% 98.27%
32.16%

Color #AD7403 in popluar number systems.

HEX AD 74 03
Decimal 173 116 3
Binary 10101101 1110100 11
Octal 255 164 3

Shades and tints

Shades of #AD7403

#AD7403
(173,116,3)
#9E6A03
(158,106,3)
#8F6003
(143,96,3)
#805603
(128,86,3)
#714C03
(113,76,3)
#624203
(98,66,3)
#533803
(83,56,3)
#442E03
(68,46,3)
#352403
(53,36,3)
#261A03
(38,26,3)
#171003
(23,16,3)
#000000
(0,0,0)

Tints of #AD7403

#AD7403
(173,116,3)
#B48019
(180,128,25)
#BB8C2F
(187,140,47)
#C29845
(194,152,69)
#C9A45B
(201,164,91)
#D0B071
(208,176,113)
#D7BC87
(215,188,135)
#DEC89D
(222,200,157)
#E5D4B3
(229,212,179)
#ECE0C9
(236,224,201)
#F3ECDF
(243,236,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD7403; }

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

This text font color is #AD7403.

Background Color

.myBgColor { background-color: #AD7403; }

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

This div background color is #AD7403.

Border color

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

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

This div border color is #AD7403.

Opacity

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

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

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

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

This text has shadow with #AD7403 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD7403.

Preview

Color preview on black background

This text has color #AD7403 on black background.


Color preview on white background

This text has color #AD7403 on white background.


Black color preview on #AD7403 background

This text has black color on #AD7403 background.


White color preview on #AD7403 background

This text has white color on #AD7403 background.


Related colors

Complementary color

Complementary color for #hex is #528BFC.


I love getcolorcode.com

Triadic colors

1 #03AD74 and #7403AD with #AD7403 are triadic colors.

2 #0374AD and #74AD03 with #AD7403 are triadic colors.