HEX: #30687B
RGB: (48,104,123)
#30687B contains mainly green and blue colors. Web safe color of #30687B is #336666 (or #366).
#30687B color RGB value is (48,104,123).
RGB: (48,104,123)
(19%, 41%, 48%)
R 48 of 255 = 19%
G 104 of 255 = 41%
B 123 of 255 = 48%
R + G + B ~ 36%. #30687B is quite dark color.
R + G + B = 48 + 104 + 123 = 275 (100%)
R 48 of 275 ~ 17.45%
G 104 of 275 ~ 37.82%
B 123 of 275 ~ 44.73'%
#30687B color CMYK value is (61,15,0,52).
CMYK: (61,15,0,52)
C61M15Y0K52 (61%, 15%, 0%, 52%)
(0.61 / 0.15 / 0.00 / 0.52)
Color #30687B in popluar color models
30 | 68 | 7B | |
---|---|---|---|
RGB | 48 | 104 | 123 |
HSL | 195° | 43.86% | 33.53% |
HSB/HSV | 195° | 60.98% | 48.24% |
CMYK | 60.98% | 15.45% | 0.00% |
51.76% |
Color #30687B in popluar number systems.
HEX | 30 | 68 | 7B |
Decimal | 48 | 104 | 123 |
Binary | 110000 | 1101000 | 1111011 |
Octal | 60 | 150 | 173 |
Shades of #30687B
Tints of #30687B
Examples of css and html codes for elements with #30687B color. Also use rgb(48,104,123) instead hex code.
.myTextColor { color: #30687B; }
<p style="color:#30687B">This sample text font color is #30687B.</p>
This text font color is #30687B.
.myBgColor { background-color: #30687B; }
<div style="background-color:#30687B">Inner text</div>
This div background color is #30687B.
.myBorderColor { border: 1px solid #30687B; }
<div style="border:3px solid #30687B">Div</div>
This div border color is #30687B.
.myOpacity80 { color: #30687B; opacity: 0.8; }
<p style="color:#30687B;opacity:0.8;">80%</p>
Text with #30687B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #30687B;}
<p style="text-shadow: 3px 3px 1px #30687B">Text here.</p>
This text has shadow with #30687B color.
.textShadow {text-shadow: 3px 3px 1px #30687B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #30687B, 5px 5px 20px red">Text here.</p>
This text has shadow with #30687B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#30687B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#30687B, Direction=45, Strength=4)">Text</p>
This text has shadow with #30687B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #30687B;
-webkit-box-shadow: 1px 1px 3px 2px #30687B;
box-shadow: 1px 1px 3px 2px #30687B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #30687B; -webkit-box-shadow: 1px 1px 3px 2px #30687B; box-shadow:1px 1px 3px 2px #30687B;">
Div content here
</div>
This text has color #30687B on black background.
This text has color #30687B on white background.
This text has black color on #30687B background.
This text has white color on #30687B background.
Complementary color for #hex is #CF9784.