HEX: #746715
RGB: (116,103,21)
#746715 contains mainly red and green colors. Web safe color of #746715 is #666600 (or #660).
#746715 color RGB value is (116,103,21).
RGB: (116,103,21)
(45%, 40%, 8%)
R 116 of 255 = 45%
G 103 of 255 = 40%
B 21 of 255 = 8%
R + G + B ~ 31%. #746715 is quite dark color.
R + G + B = 116 + 103 + 21 = 240 (100%)
R 116 of 240 ~ 48.33%
G 103 of 240 ~ 42.92%
B 21 of 240 ~ 8.75'%
#746715 color CMYK value is (0,11,82,55).
CMYK: (0,11,82,55)
C0M11Y82K55 (0%, 11%, 82%, 55%)
(0.00 / 0.11 / 0.82 / 0.55)
Color #746715 in popluar color models
74 | 67 | 15 | |
---|---|---|---|
RGB | 116 | 103 | 21 |
HSL | 52° | 69.34% | 26.86% |
HSB/HSV | 52° | 81.90% | 45.49% |
CMYK | 0.00% | 11.21% | 81.90% |
54.51% |
Color #746715 in popluar number systems.
HEX | 74 | 67 | 15 |
Decimal | 116 | 103 | 21 |
Binary | 1110100 | 1100111 | 10101 |
Octal | 164 | 147 | 25 |
Shades of #746715
Tints of #746715
Examples of css and html codes for elements with #746715 color. Also use rgb(116,103,21) instead hex code.
.myTextColor { color: #746715; }
<p style="color:#746715">This sample text font color is #746715.</p>
This text font color is #746715.
.myBgColor { background-color: #746715; }
<div style="background-color:#746715">Inner text</div>
This div background color is #746715.
.myBorderColor { border: 1px solid #746715; }
<div style="border:3px solid #746715">Div</div>
This div border color is #746715.
.myOpacity80 { color: #746715; opacity: 0.8; }
<p style="color:#746715;opacity:0.8;">80%</p>
Text with #746715 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #746715;}
<p style="text-shadow: 3px 3px 1px #746715">Text here.</p>
This text has shadow with #746715 color.
.textShadow {text-shadow: 3px 3px 1px #746715', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #746715, 5px 5px 20px red">Text here.</p>
This text has shadow with #746715 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#746715, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#746715, Direction=45, Strength=4)">Text</p>
This text has shadow with #746715 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #746715;
-webkit-box-shadow: 1px 1px 3px 2px #746715;
box-shadow: 1px 1px 3px 2px #746715;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #746715; -webkit-box-shadow: 1px 1px 3px 2px #746715; box-shadow:1px 1px 3px 2px #746715;">
Div content here
</div>
This text has color #746715 on black background.
This text has color #746715 on white background.
This text has black color on #746715 background.
This text has white color on #746715 background.
Complementary color for #hex is #8B98EA.