HEX: #74A563
RGB: (116,165,99)
#74A563 contains mainly red and green colors. Web safe color of #74A563 is #669966 (or #696).
#74A563 color RGB value is (116,165,99).
RGB: (116,165,99)
(45%, 65%, 39%)
R 116 of 255 = 45%
G 165 of 255 = 65%
B 99 of 255 = 39%
R + G + B ~ 50%. #74A563 is middle color (not dark and not light).
R + G + B = 116 + 165 + 99 = 380 (100%)
R 116 of 380 ~ 30.53%
G 165 of 380 ~ 43.42%
B 99 of 380 ~ 26.05'%
#74A563 color CMYK value is (30,0,40,35).
CMYK: (30,0,40,35)
C30M0Y40K35 (30%, 0%, 40%, 35%)
(0.30 / 0.00 / 0.40 / 0.35)
Color #74A563 in popluar color models
74 | A5 | 63 | |
---|---|---|---|
RGB | 116 | 165 | 99 |
HSL | 105° | 26.83% | 51.76% |
HSB/HSV | 105° | 40.00% | 64.71% |
CMYK | 29.70% | 0.00% | 40.00% |
35.29% |
Color #74A563 in popluar number systems.
HEX | 74 | A5 | 63 |
Decimal | 116 | 165 | 99 |
Binary | 1110100 | 10100101 | 1100011 |
Octal | 164 | 245 | 143 |
Shades of #74A563
Tints of #74A563
Examples of css and html codes for elements with #74A563 color. Also use rgb(116,165,99) instead hex code.
.myTextColor { color: #74A563; }
<p style="color:#74A563">This sample text font color is #74A563.</p>
This text font color is #74A563.
.myBgColor { background-color: #74A563; }
<div style="background-color:#74A563">Inner text</div>
This div background color is #74A563.
.myBorderColor { border: 1px solid #74A563; }
<div style="border:3px solid #74A563">Div</div>
This div border color is #74A563.
.myOpacity80 { color: #74A563; opacity: 0.8; }
<p style="color:#74A563;opacity:0.8;">80%</p>
Text with #74A563 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #74A563;}
<p style="text-shadow: 3px 3px 1px #74A563">Text here.</p>
This text has shadow with #74A563 color.
.textShadow {text-shadow: 3px 3px 1px #74A563', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #74A563, 5px 5px 20px red">Text here.</p>
This text has shadow with #74A563 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#74A563, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#74A563, Direction=45, Strength=4)">Text</p>
This text has shadow with #74A563 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #74A563;
-webkit-box-shadow: 1px 1px 3px 2px #74A563;
box-shadow: 1px 1px 3px 2px #74A563;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #74A563; -webkit-box-shadow: 1px 1px 3px 2px #74A563; box-shadow:1px 1px 3px 2px #74A563;">
Div content here
</div>
This text has color #74A563 on black background.
This text has color #74A563 on white background.
This text has black color on #74A563 background.
This text has white color on #74A563 background.
Complementary color for #hex is #8B5A9C.