HEX: #74608B
RGB: (116,96,139)
#74608B contains red, green and blue colors in about the same proportion. Web safe color of #74608B is #666699 (or #669).
#74608B color RGB value is (116,96,139).
RGB: (116,96,139)
(45%, 38%, 55%)
R 116 of 255 = 45%
G 96 of 255 = 38%
B 139 of 255 = 55%
R + G + B ~ 46%. #74608B is middle color (not dark and not light).
R + G + B = 116 + 96 + 139 = 351 (100%)
R 116 of 351 ~ 33.05%
G 96 of 351 ~ 27.35%
B 139 of 351 ~ 39.6'%
#74608B color CMYK value is (17,31,0,45).
CMYK: (17,31,0,45)
C17M31Y0K45 (17%, 31%, 0%, 45%)
(0.17 / 0.31 / 0.00 / 0.45)
Color #74608B in popluar color models
74 | 60 | 8B | |
---|---|---|---|
RGB | 116 | 96 | 139 |
HSL | 268° | 18.30% | 46.08% |
HSB/HSV | 268° | 30.94% | 54.51% |
CMYK | 16.55% | 30.94% | 0.00% |
45.49% |
Color #74608B in popluar number systems.
HEX | 74 | 60 | 8B |
Decimal | 116 | 96 | 139 |
Binary | 1110100 | 1100000 | 10001011 |
Octal | 164 | 140 | 213 |
Shades of #74608B
Tints of #74608B
Examples of css and html codes for elements with #74608B color. Also use rgb(116,96,139) instead hex code.
.myTextColor { color: #74608B; }
<p style="color:#74608B">This sample text font color is #74608B.</p>
This text font color is #74608B.
.myBgColor { background-color: #74608B; }
<div style="background-color:#74608B">Inner text</div>
This div background color is #74608B.
.myBorderColor { border: 1px solid #74608B; }
<div style="border:3px solid #74608B">Div</div>
This div border color is #74608B.
.myOpacity80 { color: #74608B; opacity: 0.8; }
<p style="color:#74608B;opacity:0.8;">80%</p>
Text with #74608B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #74608B;}
<p style="text-shadow: 3px 3px 1px #74608B">Text here.</p>
This text has shadow with #74608B color.
.textShadow {text-shadow: 3px 3px 1px #74608B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #74608B, 5px 5px 20px red">Text here.</p>
This text has shadow with #74608B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#74608B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#74608B, Direction=45, Strength=4)">Text</p>
This text has shadow with #74608B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #74608B;
-webkit-box-shadow: 1px 1px 3px 2px #74608B;
box-shadow: 1px 1px 3px 2px #74608B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #74608B; -webkit-box-shadow: 1px 1px 3px 2px #74608B; box-shadow:1px 1px 3px 2px #74608B;">
Div content here
</div>
This text has color #74608B on black background.
This text has color #74608B on white background.
This text has black color on #74608B background.
This text has white color on #74608B background.
Complementary color for #hex is #8B9F74.