HEX: #D5954E
RGB: (213,149,78)
#D5954E contains mainly red color. Web safe color of #D5954E is #CC9966 (or #C96).
#D5954E color RGB value is (213,149,78).
RGB: (213,149,78)
(84%, 58%, 31%)
R 213 of 255 = 84%
G 149 of 255 = 58%
B 78 of 255 = 31%
R + G + B ~ 58%. #D5954E is middle color (not dark and not light).
R + G + B = 213 + 149 + 78 = 440 (100%)
R 213 of 440 ~ 48.41%
G 149 of 440 ~ 33.86%
B 78 of 440 ~ 17.73'%
#D5954E color CMYK value is (0,30,63,16).
CMYK: (0,30,63,16) C0M30Y63K16 (0%,30%,63%,16%) (0.00/0.30/0.63/0.16)
Color #D5954E in popluar color models
D5 | 95 | 4E | |
---|---|---|---|
RGB | 213 | 149 | 78 |
HSL | 32° | 61.64% | 57.06% |
HSB/HSV | 32° | 63.38% | 83.53% |
CMYK | 0.00% | 30.05% | 63.38% |
16.47% |
Color #D5954E in popluar number systems.
HEX | D5 | 95 | 4E |
Decimal | 213 | 149 | 78 |
Binary | 11010101 | 10010101 | 1001110 |
Octal | 325 | 225 | 116 |
Shades of #D5954E
Tints of #D5954E
Examples of css and html codes for elements with #D5954E color. Also use rgb(213,149,78) instead hex code.
.myTextColor { color: #D5954E; }
<p style="color:#D5954E">This sample text font color is #D5954E.</p>
This text font color is #D5954E.
.myBgColor { background-color: #D5954E; }
<div style="background-color:#D5954E">Inner text</div>
This div background color is #D5954E.
.myBorderColor { border: 1px solid #D5954E; }
<div style="border:3px solid #D5954E">Div</div>
This div border color is #D5954E.
.myOpacity80 { color: #D5954E; opacity: 0.8; }
<p style="color:#D5954E;opacity:0.8;">80%</p>
Text with #D5954E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D5954E;}
<p style="text-shadow: 3px 3px 1px #D5954E">Text here.</p>
This text has shadow with #D5954E color.
.textShadow {text-shadow: 3px 3px 1px #D5954E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D5954E, 5px 5px 20px red">Text here.</p>
This text has shadow with #D5954E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D5954E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D5954E, Direction=45, Strength=4)">Text</p>
This text has shadow with #D5954E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D5954E;
-webkit-box-shadow: 1px 1px 3px 2px #D5954E;
box-shadow: 1px 1px 3px 2px #D5954E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D5954E; -webkit-box-shadow: 1px 1px 3px 2px #D5954E; box-shadow:1px 1px 3px 2px #D5954E;">
Div content here
</div>
This text has color #D5954E on black background.
This text has color #D5954E on white background.
This text has black color on #D5954E background.
This text has white color on #D5954E background.
Complementary color for #hex is #2A6AB1.