HEX: #487289
RGB: (72,114,137)
#487289 contains mainly green and blue colors. Web safe color of #487289 is #336699 (or #369).
#487289 color RGB value is (72,114,137).
RGB: (72,114,137) (28%,45%,54%)
R 72 of 255 = 28%
G 114 of 255 = 45%
B 137 of 255 = 54%
R + G + B ~ 42%. #487289 is middle color (not dark and not light).
R + G + B =
72 + 114 + 137 = 323 (100%)
R 72 of 323 ~ 22.29%
G 114 of 323 ~ 35.29%
B 137 of 323 ~ 42.41%
#487289 color CMYK value is (47,17,0,46).
CMYK: (47,17,0,46) C47M17Y0K46 (47%,17%,0%,46%) (0.47/0.17/0.00/0.46)
48 | 72 | 89 | |
---|---|---|---|
RGB | 72 | 114 | 137 |
HSL | 201° | 31.10% | 40.98% |
HSB/HSV | 201° | 47.45% | 53.73% |
CMYK | 47.45% | 16.79% | 0.00% |
46.27% |
HEX | 48 | 72 | 89 |
Decimal | 72 | 114 | 137 |
Binary | 1001000 | 1110010 | 10001001 |
Octal | 110 | 162 | 211 |
Examples of css and html codes for elements with #487289 color. Also use rgb(72,114,137) instead hex code.
.myTextColor { color: #487289; }
<p style="color:#487289">This sample text font color is #487289.</p>
This text font color is #487289.
.myBgColor { background-color: #487289; }
<div style="background-color:#487289">Inner text</div>
This div background color is #487289.
.myBorderColor { border: 1px solid #487289; }
<div style="border:3px solid #487289">Div</div>
This div border color is #487289.
.myOpacity80 { color: #487289; opacity: 0.8; }
<p style="color:#487289;opacity:0.8;">80%</p>
Text with #487289 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #487289;}
<p style="text-shadow: 3px 3px 1px #487289">Text here.</p>
This text has shadow with #487289 color.
.textShadow {text-shadow: 3px 3px 1px #487289, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #487289, 5px 5px 20px red">Text here.</p>
This text has shadow with #487289 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#487289, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#487289, Direction=45, Strength=4)">Text</p>
This text has shadow with #487289 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #487289; -webkit-box-shadow: 1px 1px 3px 2px #487289; box-shadow: 1px 1px 3px 2px #487289; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #487289; -webkit-box-shadow: 1px 1px 3px 2px #487289; box-shadow:1px 1px 3px 2px #487289;">
Div content here</div>
This text has color #487289 on black background.
This text has color #487289 on white background.
This text has black color on #487289 background.
This text has white color on #487289 background.