HEX: #674947
RGB: (103,73,71)
#674947 contains red, green and blue colors in about the same proportion. Web safe color of #674947 is #663333 (or #633).
#674947 color RGB value is (103,73,71).
RGB: (103,73,71) (40%,29%,28%)
R 103 of 255 = 40%
G 73 of 255 = 29%
B 71 of 255 = 28%
R + G + B ~ 32%. #674947 is quite dark color.
R + G + B =
103 + 73 + 71 = 247 (100%)
R 103 of 247 ~ 41.7%
G 73 of 247 ~ 29.55%
B 71 of 247 ~ 28.74%
#674947 color CMYK value is (0,29,31,60).
CMYK: (0,29,31,60) C0M29Y31K60 (0%,29%,31%,60%) (0.00/0.29/0.31/0.60)
67 | 49 | 47 | |
---|---|---|---|
RGB | 103 | 73 | 71 |
HSL | 4° | 18.39% | 34.12% |
HSB/HSV | 4° | 31.07% | 40.39% |
CMYK | 0.00% | 29.13% | 31.07% |
59.61% |
HEX | 67 | 49 | 47 |
Decimal | 103 | 73 | 71 |
Binary | 1100111 | 1001001 | 1000111 |
Octal | 147 | 111 | 107 |
Examples of css and html codes for elements with #674947 color. Also use rgb(103,73,71) instead hex code.
.myTextColor { color: #674947; }
<p style="color:#674947">This sample text font color is #674947.</p>
This text font color is #674947.
.myBgColor { background-color: #674947; }
<div style="background-color:#674947">Inner text</div>
This div background color is #674947.
.myBorderColor { border: 1px solid #674947; }
<div style="border:3px solid #674947">Div</div>
This div border color is #674947.
.myOpacity80 { color: #674947; opacity: 0.8; }
<p style="color:#674947;opacity:0.8;">80%</p>
Text with #674947 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #674947;}
<p style="text-shadow: 3px 3px 1px #674947">Text here.</p>
This text has shadow with #674947 color.
.textShadow {text-shadow: 3px 3px 1px #674947, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #674947, 5px 5px 20px red">Text here.</p>
This text has shadow with #674947 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#674947, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#674947, Direction=45, Strength=4)">Text</p>
This text has shadow with #674947 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #674947; -webkit-box-shadow: 1px 1px 3px 2px #674947; box-shadow: 1px 1px 3px 2px #674947; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #674947; -webkit-box-shadow: 1px 1px 3px 2px #674947; box-shadow:1px 1px 3px 2px #674947;">
Div content here</div>
This text has color #674947 on black background.
This text has color #674947 on white background.
This text has black color on #674947 background.
This text has white color on #674947 background.