HEX: #747354
RGB: (116,115,84)
#747354 contains red, green and blue colors in about the same proportion. Web safe color of #747354 is #666666 (or #666).
#747354 color RGB value is (116,115,84).
RGB: (116,115,84) (45%,45%,33%)
R 116 of 255 = 45%
G 115 of 255 = 45%
B 84 of 255 = 33%
R + G + B ~ 41%. #747354 is middle color (not dark and not light).
R + G + B =
116 + 115 + 84 = 315 (100%)
R 116 of 315 ~ 36.83%
G 115 of 315 ~ 36.51%
B 84 of 315 ~ 26.67%
#747354 color CMYK value is (0,1,28,55).
CMYK: (0,1,28,55) C0M1Y28K55 (0%,1%,28%,55%) (0.00/0.01/0.28/0.55)
74 | 73 | 54 | |
---|---|---|---|
RGB | 116 | 115 | 84 |
HSL | 58° | 16.00% | 39.22% |
HSB/HSV | 58° | 27.59% | 45.49% |
CMYK | 0.00% | 0.86% | 27.59% |
54.51% |
HEX | 74 | 73 | 54 |
Decimal | 116 | 115 | 84 |
Binary | 1110100 | 1110011 | 1010100 |
Octal | 164 | 163 | 124 |
Examples of css and html codes for elements with #747354 color. Also use rgb(116,115,84) instead hex code.
.myTextColor { color: #747354; }
<p style="color:#747354">This sample text font color is #747354.</p>
This text font color is #747354.
.myBgColor { background-color: #747354; }
<div style="background-color:#747354">Inner text</div>
This div background color is #747354.
.myBorderColor { border: 1px solid #747354; }
<div style="border:3px solid #747354">Div</div>
This div border color is #747354.
.myOpacity80 { color: #747354; opacity: 0.8; }
<p style="color:#747354;opacity:0.8;">80%</p>
Text with #747354 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #747354;}
<p style="text-shadow: 3px 3px 1px #747354">Text here.</p>
This text has shadow with #747354 color.
.textShadow {text-shadow: 3px 3px 1px #747354, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #747354, 5px 5px 20px red">Text here.</p>
This text has shadow with #747354 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#747354, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#747354, Direction=45, Strength=4)">Text</p>
This text has shadow with #747354 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #747354; -webkit-box-shadow: 1px 1px 3px 2px #747354; box-shadow: 1px 1px 3px 2px #747354; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #747354; -webkit-box-shadow: 1px 1px 3px 2px #747354; box-shadow:1px 1px 3px 2px #747354;">
Div content here</div>
This text has color #747354 on black background.
This text has color #747354 on white background.
This text has black color on #747354 background.
This text has white color on #747354 background.