HEX: #76430D
RGB: (118,67,13)
#76430D contains mainly red and green colors. Web safe color of #76430D is #663300 (or #630).
#76430D color RGB value is (118,67,13).
RGB: (118,67,13) (46%,26%,5%)
R 118 of 255 = 46%
G 67 of 255 = 26%
B 13 of 255 = 5%
R + G + B ~ 26%. #76430D is quite dark color.
R + G + B =
118 + 67 + 13 = 198 (100%)
R 118 of 198 ~ 59.6%
G 67 of 198 ~ 33.84%
B 13 of 198 ~ 6.57%
#76430D color CMYK value is (0,43,89,54).
CMYK: (0,43,89,54) C0M43Y89K54 (0%,43%,89%,54%) (0.00/0.43/0.89/0.54)
76 | 43 | 0D | |
---|---|---|---|
RGB | 118 | 67 | 13 |
HSL | 31° | 80.15% | 25.69% |
HSB/HSV | 31° | 88.98% | 46.27% |
CMYK | 0.00% | 43.22% | 88.98% |
53.73% |
HEX | 76 | 43 | 0D |
Decimal | 118 | 67 | 13 |
Binary | 1110110 | 1000011 | 1101 |
Octal | 166 | 103 | 15 |
Examples of css and html codes for elements with #76430D color. Also use rgb(118,67,13) instead hex code.
.myTextColor { color: #76430D; }
<p style="color:#76430D">This sample text font color is #76430D.</p>
This text font color is #76430D.
.myBgColor { background-color: #76430D; }
<div style="background-color:#76430D">Inner text</div>
This div background color is #76430D.
.myBorderColor { border: 1px solid #76430D; }
<div style="border:3px solid #76430D">Div</div>
This div border color is #76430D.
.myOpacity80 { color: #76430D; opacity: 0.8; }
<p style="color:#76430D;opacity:0.8;">80%</p>
Text with #76430D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76430D;}
<p style="text-shadow: 3px 3px 1px #76430D">Text here.</p>
This text has shadow with #76430D color.
.textShadow {text-shadow: 3px 3px 1px #76430D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76430D, 5px 5px 20px red">Text here.</p>
This text has shadow with #76430D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76430D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76430D, Direction=45, Strength=4)">Text</p>
This text has shadow with #76430D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #76430D; -webkit-box-shadow: 1px 1px 3px 2px #76430D; box-shadow: 1px 1px 3px 2px #76430D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #76430D; -webkit-box-shadow: 1px 1px 3px 2px #76430D; box-shadow:1px 1px 3px 2px #76430D;">
Div content here</div>
This text has color #76430D on black background.
This text has color #76430D on white background.
This text has black color on #76430D background.
This text has white color on #76430D background.