HEX: #AD5F30
RGB: (173,95,48)
#AD5F30 contains mainly red color. Web safe color of #AD5F30 is #996633 (or #963).
#AD5F30 color RGB value is (173,95,48).
RGB: (173,95,48)
(68%, 37%, 19%)
R 173 of 255 = 68%
G 95 of 255 = 37%
B 48 of 255 = 19%
R + G + B ~ 41%. #AD5F30 is middle color (not dark and not light).
R + G + B = 173 + 95 + 48 = 316 (100%)
R 173 of 316 ~ 54.75%
G 95 of 316 ~ 30.06%
B 48 of 316 ~ 15.19'%
#AD5F30 color CMYK value is (0,45,72,32).
CMYK: (0,45,72,32)
C0M45Y72K32 (0%, 45%, 72%, 32%)
(0.00 / 0.45 / 0.72 / 0.32)
Color #AD5F30 in popluar color models
AD | 5F | 30 | |
---|---|---|---|
RGB | 173 | 95 | 48 |
HSL | 23° | 56.56% | 43.33% |
HSB/HSV | 23° | 72.25% | 67.84% |
CMYK | 0.00% | 45.09% | 72.25% |
32.16% |
Color #AD5F30 in popluar number systems.
HEX | AD | 5F | 30 |
Decimal | 173 | 95 | 48 |
Binary | 10101101 | 1011111 | 110000 |
Octal | 255 | 137 | 60 |
Shades of #AD5F30
Tints of #AD5F30
Examples of css and html codes for elements with #AD5F30 color. Also use rgb(173,95,48) instead hex code.
.myTextColor { color: #AD5F30; }
<p style="color:#AD5F30">This sample text font color is #AD5F30.</p>
This text font color is #AD5F30.
.myBgColor { background-color: #AD5F30; }
<div style="background-color:#AD5F30">Inner text</div>
This div background color is #AD5F30.
.myBorderColor { border: 1px solid #AD5F30; }
<div style="border:3px solid #AD5F30">Div</div>
This div border color is #AD5F30.
.myOpacity80 { color: #AD5F30; opacity: 0.8; }
<p style="color:#AD5F30;opacity:0.8;">80%</p>
Text with #AD5F30 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD5F30;}
<p style="text-shadow: 3px 3px 1px #AD5F30">Text here.</p>
This text has shadow with #AD5F30 color.
.textShadow {text-shadow: 3px 3px 1px #AD5F30', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD5F30, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD5F30 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD5F30, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD5F30, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD5F30 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD5F30;
-webkit-box-shadow: 1px 1px 3px 2px #AD5F30;
box-shadow: 1px 1px 3px 2px #AD5F30;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD5F30; -webkit-box-shadow: 1px 1px 3px 2px #AD5F30; box-shadow:1px 1px 3px 2px #AD5F30;">
Div content here
</div>
This text has color #AD5F30 on black background.
This text has color #AD5F30 on white background.
This text has black color on #AD5F30 background.
This text has white color on #AD5F30 background.
Complementary color for #hex is #52A0CF.