HEX: #D37F77
RGB: (211,127,119)
#D37F77 contains mainly red color. Web safe color of #D37F77 is #CC6666 (or #C66).
#D37F77 color RGB value is (211,127,119).
RGB: (211,127,119)
(83%, 50%, 47%)
R 211 of 255 = 83%
G 127 of 255 = 50%
B 119 of 255 = 47%
R + G + B ~ 60%. #D37F77 is middle color (not dark and not light).
R + G + B = 211 + 127 + 119 = 457 (100%)
R 211 of 457 ~ 46.17%
G 127 of 457 ~ 27.79%
B 119 of 457 ~ 26.04'%
#D37F77 color CMYK value is (0,40,44,17).
CMYK: (0,40,44,17)
C0M40Y44K17 (0%, 40%, 44%, 17%)
(0.00 / 0.40 / 0.44 / 0.17)
Color #D37F77 in popluar color models
D3 | 7F | 77 | |
---|---|---|---|
RGB | 211 | 127 | 119 |
HSL | 5° | 51.11% | 64.71% |
HSB/HSV | 5° | 43.60% | 82.75% |
CMYK | 0.00% | 39.81% | 43.60% |
17.25% |
Color #D37F77 in popluar number systems.
HEX | D3 | 7F | 77 |
Decimal | 211 | 127 | 119 |
Binary | 11010011 | 1111111 | 1110111 |
Octal | 323 | 177 | 167 |
Shades of #D37F77
Tints of #D37F77
Examples of css and html codes for elements with #D37F77 color. Also use rgb(211,127,119) instead hex code.
.myTextColor { color: #D37F77; }
<p style="color:#D37F77">This sample text font color is #D37F77.</p>
This text font color is #D37F77.
.myBgColor { background-color: #D37F77; }
<div style="background-color:#D37F77">Inner text</div>
This div background color is #D37F77.
.myBorderColor { border: 1px solid #D37F77; }
<div style="border:3px solid #D37F77">Div</div>
This div border color is #D37F77.
.myOpacity80 { color: #D37F77; opacity: 0.8; }
<p style="color:#D37F77;opacity:0.8;">80%</p>
Text with #D37F77 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D37F77;}
<p style="text-shadow: 3px 3px 1px #D37F77">Text here.</p>
This text has shadow with #D37F77 color.
.textShadow {text-shadow: 3px 3px 1px #D37F77', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D37F77, 5px 5px 20px red">Text here.</p>
This text has shadow with #D37F77 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D37F77, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D37F77, Direction=45, Strength=4)">Text</p>
This text has shadow with #D37F77 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D37F77;
-webkit-box-shadow: 1px 1px 3px 2px #D37F77;
box-shadow: 1px 1px 3px 2px #D37F77;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D37F77; -webkit-box-shadow: 1px 1px 3px 2px #D37F77; box-shadow:1px 1px 3px 2px #D37F77;">
Div content here
</div>
This text has color #D37F77 on black background.
This text has color #D37F77 on white background.
This text has black color on #D37F77 background.
This text has white color on #D37F77 background.
Complementary color for #hex is #2C8088.