HEX: #74B537
RGB: (116,181,55)
#74B537 contains mainly green color. Web safe color of #74B537 is #66CC33 (or #6C3).
#74B537 color RGB value is (116,181,55).
RGB: (116,181,55)
(45%, 71%, 22%)
R 116 of 255 = 45%
G 181 of 255 = 71%
B 55 of 255 = 22%
R + G + B ~ 46%. #74B537 is middle color (not dark and not light).
R + G + B = 116 + 181 + 55 = 352 (100%)
R 116 of 352 ~ 32.95%
G 181 of 352 ~ 51.42%
B 55 of 352 ~ 15.63'%
#74B537 color CMYK value is (36,0,70,29).
CMYK: (36,0,70,29) C36M0Y70K29 (36%,0%,70%,29%) (0.36/0.00/0.70/0.29)
Color #74B537 in popluar color models
74 | B5 | 37 | |
---|---|---|---|
RGB | 116 | 181 | 55 |
HSL | 91° | 53.39% | 46.27% |
HSB/HSV | 91° | 69.61% | 70.98% |
CMYK | 35.91% | 0.00% | 69.61% |
29.02% |
Color #74B537 in popluar number systems.
HEX | 74 | B5 | 37 |
Decimal | 116 | 181 | 55 |
Binary | 1110100 | 10110101 | 110111 |
Octal | 164 | 265 | 67 |
Shades of #74B537
Tints of #74B537
Examples of css and html codes for elements with #74B537 color. Also use rgb(116,181,55) instead hex code.
.myTextColor { color: #74B537; }
<p style="color:#74B537">This sample text font color is #74B537.</p>
This text font color is #74B537.
.myBgColor { background-color: #74B537; }
<div style="background-color:#74B537">Inner text</div>
This div background color is #74B537.
.myBorderColor { border: 1px solid #74B537; }
<div style="border:3px solid #74B537">Div</div>
This div border color is #74B537.
.myOpacity80 { color: #74B537; opacity: 0.8; }
<p style="color:#74B537;opacity:0.8;">80%</p>
Text with #74B537 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #74B537;}
<p style="text-shadow: 3px 3px 1px #74B537">Text here.</p>
This text has shadow with #74B537 color.
.textShadow {text-shadow: 3px 3px 1px #74B537', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #74B537, 5px 5px 20px red">Text here.</p>
This text has shadow with #74B537 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#74B537, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#74B537, Direction=45, Strength=4)">Text</p>
This text has shadow with #74B537 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #74B537;
-webkit-box-shadow: 1px 1px 3px 2px #74B537;
box-shadow: 1px 1px 3px 2px #74B537;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #74B537; -webkit-box-shadow: 1px 1px 3px 2px #74B537; box-shadow:1px 1px 3px 2px #74B537;">
Div content here
</div>
This text has color #74B537 on black background.
This text has color #74B537 on white background.
This text has black color on #74B537 background.
This text has white color on #74B537 background.
Complementary color for #hex is #8B4AC8.