HEX: #677413
RGB: (103,116,19)
#677413 contains mainly red and green colors. Web safe color of #677413 is #666600 (or #660).
#677413 color RGB value is (103,116,19).
RGB: (103,116,19) (40%,45%,7%)
R 103 of 255 = 40%
G 116 of 255 = 45%
B 19 of 255 = 7%
R + G + B ~ 31%. #677413 is quite dark color.
R + G + B =
103 + 116 + 19 = 238 (100%)
R 103 of 238 ~ 43.28%
G 116 of 238 ~ 48.74%
B 19 of 238 ~ 7.98%
#677413 color CMYK value is (11,0,84,55).
CMYK: (11,0,84,55) C11M0Y84K55 (11%,0%,84%,55%) (0.11/0.00/0.84/0.55)
67 | 74 | 13 | |
---|---|---|---|
RGB | 103 | 116 | 19 |
HSL | 68° | 71.85% | 26.47% |
HSB/HSV | 68° | 83.62% | 45.49% |
CMYK | 11.21% | 0.00% | 83.62% |
54.51% |
HEX | 67 | 74 | 13 |
Decimal | 103 | 116 | 19 |
Binary | 1100111 | 1110100 | 10011 |
Octal | 147 | 164 | 23 |
Examples of css and html codes for elements with #677413 color. Also use rgb(103,116,19) instead hex code.
.myTextColor { color: #677413; }
<p style="color:#677413">This sample text font color is #677413.</p>
This text font color is #677413.
.myBgColor { background-color: #677413; }
<div style="background-color:#677413">Inner text</div>
This div background color is #677413.
.myBorderColor { border: 1px solid #677413; }
<div style="border:3px solid #677413">Div</div>
This div border color is #677413.
.myOpacity80 { color: #677413; opacity: 0.8; }
<p style="color:#677413;opacity:0.8;">80%</p>
Text with #677413 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #677413;}
<p style="text-shadow: 3px 3px 1px #677413">Text here.</p>
This text has shadow with #677413 color.
.textShadow {text-shadow: 3px 3px 1px #677413, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #677413, 5px 5px 20px red">Text here.</p>
This text has shadow with #677413 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#677413, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#677413, Direction=45, Strength=4)">Text</p>
This text has shadow with #677413 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #677413; -webkit-box-shadow: 1px 1px 3px 2px #677413; box-shadow: 1px 1px 3px 2px #677413; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #677413; -webkit-box-shadow: 1px 1px 3px 2px #677413; box-shadow:1px 1px 3px 2px #677413;">
Div content here</div>
This text has color #677413 on black background.
This text has color #677413 on white background.
This text has black color on #677413 background.
This text has white color on #677413 background.