HEX: #749355
RGB: (116,147,85)
#749355 contains mainly red and green colors. Web safe color of #749355 is #669966 (or #696).
#749355 color RGB value is (116,147,85).
RGB: (116,147,85) (45%,58%,33%)
R 116 of 255 = 45%
G 147 of 255 = 58%
B 85 of 255 = 33%
R + G + B ~ 45%. #749355 is middle color (not dark and not light).
R + G + B =
116 + 147 + 85 = 348 (100%)
R 116 of 348 ~ 33.33%
G 147 of 348 ~ 42.24%
B 85 of 348 ~ 24.43%
#749355 color CMYK value is (21,0,42,42).
CMYK: (21,0,42,42) C21M0Y42K42 (21%,0%,42%,42%) (0.21/0.00/0.42/0.42)
74 | 93 | 55 | |
---|---|---|---|
RGB | 116 | 147 | 85 |
HSL | 90° | 26.72% | 45.49% |
HSB/HSV | 90° | 42.18% | 57.65% |
CMYK | 21.09% | 0.00% | 42.18% |
42.35% |
HEX | 74 | 93 | 55 |
Decimal | 116 | 147 | 85 |
Binary | 1110100 | 10010011 | 1010101 |
Octal | 164 | 223 | 125 |
Examples of css and html codes for elements with #749355 color. Also use rgb(116,147,85) instead hex code.
.myTextColor { color: #749355; }
<p style="color:#749355">This sample text font color is #749355.</p>
This text font color is #749355.
.myBgColor { background-color: #749355; }
<div style="background-color:#749355">Inner text</div>
This div background color is #749355.
.myBorderColor { border: 1px solid #749355; }
<div style="border:3px solid #749355">Div</div>
This div border color is #749355.
.myOpacity80 { color: #749355; opacity: 0.8; }
<p style="color:#749355;opacity:0.8;">80%</p>
Text with #749355 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #749355;}
<p style="text-shadow: 3px 3px 1px #749355">Text here.</p>
This text has shadow with #749355 color.
.textShadow {text-shadow: 3px 3px 1px #749355, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #749355, 5px 5px 20px red">Text here.</p>
This text has shadow with #749355 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#749355, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#749355, Direction=45, Strength=4)">Text</p>
This text has shadow with #749355 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #749355; -webkit-box-shadow: 1px 1px 3px 2px #749355; box-shadow: 1px 1px 3px 2px #749355; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #749355; -webkit-box-shadow: 1px 1px 3px 2px #749355; box-shadow:1px 1px 3px 2px #749355;">
Div content here</div>
This text has color #749355 on black background.
This text has color #749355 on white background.
This text has black color on #749355 background.
This text has white color on #749355 background.