HEX: #488588
RGB: (72,133,136)
#488588 contains mainly green and blue colors. Web safe color of #488588 is #339999 (or #399).
#488588 color RGB value is (72,133,136).
RGB: (72,133,136)
(28%, 52%, 53%)
R 72 of 255 = 28%
G 133 of 255 = 52%
B 136 of 255 = 53%
R + G + B ~ 44%. #488588 is middle color (not dark and not light).
R + G + B = 72 + 133 + 136 = 341 (100%)
R 72 of 341 ~ 21.11%
G 133 of 341 ~ 39%
B 136 of 341 ~ 39.88'%
#488588 color CMYK value is (47,2,0,47).
CMYK: (47,2,0,47) C47M2Y0K47 (47%,2%,0%,47%) (0.47/0.02/0.00/0.47)
Color #488588 in popluar color models
48 | 85 | 88 | |
---|---|---|---|
RGB | 72 | 133 | 136 |
HSL | 183° | 30.77% | 40.78% |
HSB/HSV | 183° | 47.06% | 53.33% |
CMYK | 47.06% | 2.21% | 0.00% |
46.67% |
Color #488588 in popluar number systems.
HEX | 48 | 85 | 88 |
Decimal | 72 | 133 | 136 |
Binary | 1001000 | 10000101 | 10001000 |
Octal | 110 | 205 | 210 |
Shades of #488588
Tints of #488588
Examples of css and html codes for elements with #488588 color. Also use rgb(72,133,136) instead hex code.
.myTextColor { color: #488588; }
<p style="color:#488588">This sample text font color is #488588.</p>
This text font color is #488588.
.myBgColor { background-color: #488588; }
<div style="background-color:#488588">Inner text</div>
This div background color is #488588.
.myBorderColor { border: 1px solid #488588; }
<div style="border:3px solid #488588">Div</div>
This div border color is #488588.
.myOpacity80 { color: #488588; opacity: 0.8; }
<p style="color:#488588;opacity:0.8;">80%</p>
Text with #488588 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #488588;}
<p style="text-shadow: 3px 3px 1px #488588">Text here.</p>
This text has shadow with #488588 color.
.textShadow {text-shadow: 3px 3px 1px #488588', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #488588, 5px 5px 20px red">Text here.</p>
This text has shadow with #488588 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#488588, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#488588, Direction=45, Strength=4)">Text</p>
This text has shadow with #488588 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #488588;
-webkit-box-shadow: 1px 1px 3px 2px #488588;
box-shadow: 1px 1px 3px 2px #488588;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #488588; -webkit-box-shadow: 1px 1px 3px 2px #488588; box-shadow:1px 1px 3px 2px #488588;">
Div content here
</div>
This text has color #488588 on black background.
This text has color #488588 on white background.
This text has black color on #488588 background.
This text has white color on #488588 background.
Complementary color for #hex is #B77A77.