HEX: #487470
RGB: (72,116,112)
#487470 contains red, green and blue colors in about the same proportion. Web safe color of #487470 is #336666 (or #366).
#487470 color RGB value is (72,116,112).
RGB: (72,116,112) (28%,45%,44%)
R 72 of 255 = 28%
G 116 of 255 = 45%
B 112 of 255 = 44%
R + G + B ~ 39%. #487470 is quite dark color.
R + G + B =
72 + 116 + 112 = 300 (100%)
R 72 of 300 ~ 24%
G 116 of 300 ~ 38.67%
B 112 of 300 ~ 37.33%
#487470 color CMYK value is (38,0,3,55).
CMYK: (38,0,3,55) C38M0Y3K55 (38%,0%,3%,55%) (0.38/0.00/0.03/0.55)
48 | 74 | 70 | |
---|---|---|---|
RGB | 72 | 116 | 112 |
HSL | 175° | 23.40% | 36.86% |
HSB/HSV | 175° | 37.93% | 45.49% |
CMYK | 37.93% | 0.00% | 3.45% |
54.51% |
HEX | 48 | 74 | 70 |
Decimal | 72 | 116 | 112 |
Binary | 1001000 | 1110100 | 1110000 |
Octal | 110 | 164 | 160 |
Examples of css and html codes for elements with #487470 color. Also use rgb(72,116,112) instead hex code.
.myTextColor { color: #487470; }
<p style="color:#487470">This sample text font color is #487470.</p>
This text font color is #487470.
.myBgColor { background-color: #487470; }
<div style="background-color:#487470">Inner text</div>
This div background color is #487470.
.myBorderColor { border: 1px solid #487470; }
<div style="border:3px solid #487470">Div</div>
This div border color is #487470.
.myOpacity80 { color: #487470; opacity: 0.8; }
<p style="color:#487470;opacity:0.8;">80%</p>
Text with #487470 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #487470;}
<p style="text-shadow: 3px 3px 1px #487470">Text here.</p>
This text has shadow with #487470 color.
.textShadow {text-shadow: 3px 3px 1px #487470, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #487470, 5px 5px 20px red">Text here.</p>
This text has shadow with #487470 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#487470, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#487470, Direction=45, Strength=4)">Text</p>
This text has shadow with #487470 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #487470; -webkit-box-shadow: 1px 1px 3px 2px #487470; box-shadow: 1px 1px 3px 2px #487470; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #487470; -webkit-box-shadow: 1px 1px 3px 2px #487470; box-shadow:1px 1px 3px 2px #487470;">
Div content here</div>
This text has color #487470 on black background.
This text has color #487470 on white background.
This text has black color on #487470 background.
This text has white color on #487470 background.