HEX: #7D3615
RGB: (125,54,21)
#7D3615 contains mainly red color. Web safe color of #7D3615 is #663300 (or #630).
#7D3615 color RGB value is (125,54,21).
RGB: (125,54,21)
(49%, 21%, 8%)
R 125 of 255 = 49%
G 54 of 255 = 21%
B 21 of 255 = 8%
R + G + B ~ 26%. #7D3615 is quite dark color.
R + G + B = 125 + 54 + 21 = 200 (100%)
R 125 of 200 ~ 62.5%
G 54 of 200 ~ 27%
B 21 of 200 ~ 10.5'%
#7D3615 color CMYK value is (0,57,83,51).
CMYK: (0,57,83,51)
C0M57Y83K51 (0%, 57%, 83%, 51%)
(0.00 / 0.57 / 0.83 / 0.51)
Color #7D3615 in popluar color models
7D | 36 | 15 | |
---|---|---|---|
RGB | 125 | 54 | 21 |
HSL | 19° | 71.23% | 28.63% |
HSB/HSV | 19° | 83.20% | 49.02% |
CMYK | 0.00% | 56.80% | 83.20% |
50.98% |
Color #7D3615 in popluar number systems.
HEX | 7D | 36 | 15 |
Decimal | 125 | 54 | 21 |
Binary | 1111101 | 110110 | 10101 |
Octal | 175 | 66 | 25 |
Shades of #7D3615
Tints of #7D3615
Examples of css and html codes for elements with #7D3615 color. Also use rgb(125,54,21) instead hex code.
.myTextColor { color: #7D3615; }
<p style="color:#7D3615">This sample text font color is #7D3615.</p>
This text font color is #7D3615.
.myBgColor { background-color: #7D3615; }
<div style="background-color:#7D3615">Inner text</div>
This div background color is #7D3615.
.myBorderColor { border: 1px solid #7D3615; }
<div style="border:3px solid #7D3615">Div</div>
This div border color is #7D3615.
.myOpacity80 { color: #7D3615; opacity: 0.8; }
<p style="color:#7D3615;opacity:0.8;">80%</p>
Text with #7D3615 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7D3615;}
<p style="text-shadow: 3px 3px 1px #7D3615">Text here.</p>
This text has shadow with #7D3615 color.
.textShadow {text-shadow: 3px 3px 1px #7D3615', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7D3615, 5px 5px 20px red">Text here.</p>
This text has shadow with #7D3615 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7D3615, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7D3615, Direction=45, Strength=4)">Text</p>
This text has shadow with #7D3615 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7D3615;
-webkit-box-shadow: 1px 1px 3px 2px #7D3615;
box-shadow: 1px 1px 3px 2px #7D3615;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7D3615; -webkit-box-shadow: 1px 1px 3px 2px #7D3615; box-shadow:1px 1px 3px 2px #7D3615;">
Div content here
</div>
This text has color #7D3615 on black background.
This text has color #7D3615 on white background.
This text has black color on #7D3615 background.
This text has white color on #7D3615 background.
Complementary color for #hex is #82C9EA.