HEX: #74B44C
RGB: (116,180,76)
#74B44C contains mainly green color. Web safe color of #74B44C is #66CC33 (or #6C3).
#74B44C color RGB value is (116,180,76).
RGB: (116,180,76)
(45%, 71%, 30%)
R 116 of 255 = 45%
G 180 of 255 = 71%
B 76 of 255 = 30%
R + G + B ~ 49%. #74B44C is middle color (not dark and not light).
R + G + B = 116 + 180 + 76 = 372 (100%)
R 116 of 372 ~ 31.18%
G 180 of 372 ~ 48.39%
B 76 of 372 ~ 20.43'%
#74B44C color CMYK value is (36,0,58,29).
CMYK: (36,0,58,29) C36M0Y58K29 (36%,0%,58%,29%) (0.36/0.00/0.58/0.29)
Color #74B44C in popluar color models
74 | B4 | 4C | |
---|---|---|---|
RGB | 116 | 180 | 76 |
HSL | 97° | 40.94% | 50.20% |
HSB/HSV | 97° | 57.78% | 70.59% |
CMYK | 35.56% | 0.00% | 57.78% |
29.41% |
Color #74B44C in popluar number systems.
HEX | 74 | B4 | 4C |
Decimal | 116 | 180 | 76 |
Binary | 1110100 | 10110100 | 1001100 |
Octal | 164 | 264 | 114 |
Shades of #74B44C
Tints of #74B44C
Examples of css and html codes for elements with #74B44C color. Also use rgb(116,180,76) instead hex code.
.myTextColor { color: #74B44C; }
<p style="color:#74B44C">This sample text font color is #74B44C.</p>
This text font color is #74B44C.
.myBgColor { background-color: #74B44C; }
<div style="background-color:#74B44C">Inner text</div>
This div background color is #74B44C.
.myBorderColor { border: 1px solid #74B44C; }
<div style="border:3px solid #74B44C">Div</div>
This div border color is #74B44C.
.myOpacity80 { color: #74B44C; opacity: 0.8; }
<p style="color:#74B44C;opacity:0.8;">80%</p>
Text with #74B44C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #74B44C;}
<p style="text-shadow: 3px 3px 1px #74B44C">Text here.</p>
This text has shadow with #74B44C color.
.textShadow {text-shadow: 3px 3px 1px #74B44C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #74B44C, 5px 5px 20px red">Text here.</p>
This text has shadow with #74B44C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#74B44C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#74B44C, Direction=45, Strength=4)">Text</p>
This text has shadow with #74B44C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #74B44C;
-webkit-box-shadow: 1px 1px 3px 2px #74B44C;
box-shadow: 1px 1px 3px 2px #74B44C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #74B44C; -webkit-box-shadow: 1px 1px 3px 2px #74B44C; box-shadow:1px 1px 3px 2px #74B44C;">
Div content here
</div>
This text has color #74B44C on black background.
This text has color #74B44C on white background.
This text has black color on #74B44C background.
This text has white color on #74B44C background.
Complementary color for #hex is #8B4BB3.