COLOR #AD4E03

HEX: #AD4E03
RGB: (173,78,3)

Color info

#AD4E03 contains mainly red color. Web safe color of #AD4E03 is #996600 (or #960).

RGB color model

#AD4E03 color RGB value is (173,78,3).

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

RGB channels and saturation

R 173 of 255 = 68%
G 78 of 255 = 31%
B 3 of 255 = 1%

173
78
3

R + G + B ~ 33%. #AD4E03 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
173 + 78 + 3 = 254 (100%)
R 173 of 254 ~ 68.11%
G 78 of 254 ~ 30.71%
B 3 of 254 ~ 1.18%

%68.11
%30.71

CMYK color model

#AD4E03 color CMYK value is (0,55,98,32).

  • cyan value is 0.00%
  • magenta value is 54.91%
  • yellow value is 98.27%
  • key color value is 32.16%
CMYK:
(0,55,98,32)
C0M55Y98K32 
(0%,55%,98%,32%)
(0.00/0.55/0.98/0.32)	

CMYK percentages

%0
%54.91
%98.27
%32.16

Codes

Color #AD4E03 in popluar color models

AD4E03
RGB173783
HSL26°96.59%34.51%
HSB/HSV26°98.27%67.84%
CMYK0.00%54.91%98.27%
32.16%

Color #AD4E03 in popluar number systems.

HEXAD4E03
Decimal173783
Binary10101101100111011
Octal2551163

Shades and tints

Shades of #AD4E03

#AD4E03
(173,78,3)
#9E4703
(158,71,3)
#8F4003
(143,64,3)
#803903
(128,57,3)
#713203
(113,50,3)
#622B03
(98,43,3)
#532403
(83,36,3)
#441D03
(68,29,3)
#351603
(53,22,3)
#260F03
(38,15,3)
#170803
(23,8,3)
#000000
(0,0,0)

Tints of #AD4E03

#AD4E03
(173,78,3)
#B45E19
(180,94,25)
#BB6E2F
(187,110,47)
#C27E45
(194,126,69)
#C98E5B
(201,142,91)
#D09E71
(208,158,113)
#D7AE87
(215,174,135)
#DEBE9D
(222,190,157)
#E5CEB3
(229,206,179)
#ECDEC9
(236,222,201)
#F3EEDF
(243,238,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD4E03; }

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

This text font color is #AD4E03.


Background Color

.myBgColor { background-color: #AD4E03; }

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

This div background color is #AD4E03.


Border color

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

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

This div border color is #AD4E03.


Opacity

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

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

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

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

This text has shadow with #AD4E03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD4E03 on black background.


Color preview on white background

This text has color #AD4E03 on white background.



Black color preview on #AD4E03 background

This text has black color on #AD4E03 background.


White color preview on #AD4E03 background

This text has white color on #AD4E03 background.