HEX: #D37F4C
RGB: (211,127,76)
#D37F4C contains mainly red color. Web safe color of #D37F4C is #CC6633 (or #C63).
#D37F4C color RGB value is (211,127,76).
RGB: (211,127,76)
(83%, 50%, 30%)
R 211 of 255 = 83%
G 127 of 255 = 50%
B 76 of 255 = 30%
R + G + B ~ 54%. #D37F4C is middle color (not dark and not light).
R + G + B = 211 + 127 + 76 = 414 (100%)
R 211 of 414 ~ 50.97%
G 127 of 414 ~ 30.68%
B 76 of 414 ~ 18.36'%
#D37F4C color CMYK value is (0,40,64,17).
CMYK: (0,40,64,17)
C0M40Y64K17 (0%, 40%, 64%, 17%)
(0.00 / 0.40 / 0.64 / 0.17)
Color #D37F4C in popluar color models
D3 | 7F | 4C | |
---|---|---|---|
RGB | 211 | 127 | 76 |
HSL | 23° | 60.54% | 56.27% |
HSB/HSV | 23° | 63.98% | 82.75% |
CMYK | 0.00% | 39.81% | 63.98% |
17.25% |
Color #D37F4C in popluar number systems.
HEX | D3 | 7F | 4C |
Decimal | 211 | 127 | 76 |
Binary | 11010011 | 1111111 | 1001100 |
Octal | 323 | 177 | 114 |
Shades of #D37F4C
Tints of #D37F4C
Examples of css and html codes for elements with #D37F4C color. Also use rgb(211,127,76) instead hex code.
.myTextColor { color: #D37F4C; }
<p style="color:#D37F4C">This sample text font color is #D37F4C.</p>
This text font color is #D37F4C.
.myBgColor { background-color: #D37F4C; }
<div style="background-color:#D37F4C">Inner text</div>
This div background color is #D37F4C.
.myBorderColor { border: 1px solid #D37F4C; }
<div style="border:3px solid #D37F4C">Div</div>
This div border color is #D37F4C.
.myOpacity80 { color: #D37F4C; opacity: 0.8; }
<p style="color:#D37F4C;opacity:0.8;">80%</p>
Text with #D37F4C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D37F4C;}
<p style="text-shadow: 3px 3px 1px #D37F4C">Text here.</p>
This text has shadow with #D37F4C color.
.textShadow {text-shadow: 3px 3px 1px #D37F4C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D37F4C, 5px 5px 20px red">Text here.</p>
This text has shadow with #D37F4C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D37F4C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D37F4C, Direction=45, Strength=4)">Text</p>
This text has shadow with #D37F4C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D37F4C;
-webkit-box-shadow: 1px 1px 3px 2px #D37F4C;
box-shadow: 1px 1px 3px 2px #D37F4C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D37F4C; -webkit-box-shadow: 1px 1px 3px 2px #D37F4C; box-shadow:1px 1px 3px 2px #D37F4C;">
Div content here
</div>
This text has color #D37F4C on black background.
This text has color #D37F4C on white background.
This text has black color on #D37F4C background.
This text has white color on #D37F4C background.
Complementary color for #hex is #2C80B3.