COLOR #AD4F10

HEX: #AD4F10
RGB: (173,79,16)

Color info

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

RGB color model

#AD4F10 color RGB value is (173,79,16).

  • red value is 173;
  • green value is 79;
  • blue value is 16.
RGB:
(173,79,16)
(68%,31%,6%)

RGB channels and saturation

R 173 of 255 = 68%
G 79 of 255 = 31%
B 16 of 255 = 6%

173
79
16

R + G + B ~ 35%. #AD4F10 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
173 + 79 + 16 = 268 (100%)
R 173 of 268 ~ 64.55%
G 79 of 268 ~ 29.48%
B 16 of 268 ~ 5.97%

%64.55
%29.48

CMYK color model

#AD4F10 color CMYK value is (0,54,91,32).

  • cyan value is 0.00%
  • magenta value is 54.34%
  • yellow value is 90.75%
  • key color value is 32.16%
CMYK:
(0,54,91,32)
C0M54Y91K32 
(0%,54%,91%,32%)
(0.00/0.54/0.91/0.32)	

CMYK percentages

%0
%54.34
%90.75
%32.16

Codes

Color #AD4F10 in popluar color models

AD4F10
RGB1737916
HSL24°83.07%37.06%
HSB/HSV24°90.75%67.84%
CMYK0.00%54.34%90.75%
32.16%

Color #AD4F10 in popluar number systems.

HEXAD4F10
Decimal1737916
Binary10101101100111110000
Octal25511720

Shades and tints

Shades of #AD4F10

#AD4F10
(173,79,16)
#9E480F
(158,72,15)
#8F410E
(143,65,14)
#803A0D
(128,58,13)
#71330C
(113,51,12)
#622C0B
(98,44,11)
#53250A
(83,37,10)
#441E09
(68,30,9)
#351708
(53,23,8)
#261007
(38,16,7)
#170906
(23,9,6)
#000000
(0,0,0)

Tints of #AD4F10

#AD4F10
(173,79,16)
#B45F25
(180,95,37)
#BB6F3A
(187,111,58)
#C27F4F
(194,127,79)
#C98F64
(201,143,100)
#D09F79
(208,159,121)
#D7AF8E
(215,175,142)
#DEBFA3
(222,191,163)
#E5CFB8
(229,207,184)
#ECDFCD
(236,223,205)
#F3EFE2
(243,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD4F10 color. Also use rgb(173,79,16) instead hex code.

Text Font Color

.myTextColor { color: #AD4F10; }

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

This text font color is #AD4F10.


Background Color

.myBgColor { background-color: #AD4F10; }

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

This div background color is #AD4F10.


Border color

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

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

This div border color is #AD4F10.


Opacity

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

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

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

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

This text has shadow with #AD4F10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD4F10 on black background.


Color preview on white background

This text has color #AD4F10 on white background.



Black color preview on #AD4F10 background

This text has black color on #AD4F10 background.


White color preview on #AD4F10 background

This text has white color on #AD4F10 background.