HEX: #307463
RGB: (48,116,99)
#307463 contains mainly green and blue colors. Web safe color of #307463 is #336666 (or #366).
#307463 color RGB value is (48,116,99).
RGB: (48,116,99) (19%,45%,39%)
R 48 of 255 = 19%
G 116 of 255 = 45%
B 99 of 255 = 39%
R + G + B ~ 34%. #307463 is quite dark color.
R + G + B =
48 + 116 + 99 = 263 (100%)
R 48 of 263 ~ 18.25%
G 116 of 263 ~ 44.11%
B 99 of 263 ~ 37.64%
#307463 color CMYK value is (59,0,15,55).
CMYK: (59,0,15,55) C59M0Y15K55 (59%,0%,15%,55%) (0.59/0.00/0.15/0.55)
30 | 74 | 63 | |
---|---|---|---|
RGB | 48 | 116 | 99 |
HSL | 165° | 41.46% | 32.16% |
HSB/HSV | 165° | 58.62% | 45.49% |
CMYK | 58.62% | 0.00% | 14.66% |
54.51% |
HEX | 30 | 74 | 63 |
Decimal | 48 | 116 | 99 |
Binary | 110000 | 1110100 | 1100011 |
Octal | 60 | 164 | 143 |
Examples of css and html codes for elements with #307463 color. Also use rgb(48,116,99) instead hex code.
.myTextColor { color: #307463; }
<p style="color:#307463">This sample text font color is #307463.</p>
This text font color is #307463.
.myBgColor { background-color: #307463; }
<div style="background-color:#307463">Inner text</div>
This div background color is #307463.
.myBorderColor { border: 1px solid #307463; }
<div style="border:3px solid #307463">Div</div>
This div border color is #307463.
.myOpacity80 { color: #307463; opacity: 0.8; }
<p style="color:#307463;opacity:0.8;">80%</p>
Text with #307463 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #307463;}
<p style="text-shadow: 3px 3px 1px #307463">Text here.</p>
This text has shadow with #307463 color.
.textShadow {text-shadow: 3px 3px 1px #307463, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #307463, 5px 5px 20px red">Text here.</p>
This text has shadow with #307463 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#307463, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#307463, Direction=45, Strength=4)">Text</p>
This text has shadow with #307463 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #307463; -webkit-box-shadow: 1px 1px 3px 2px #307463; box-shadow: 1px 1px 3px 2px #307463; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #307463; -webkit-box-shadow: 1px 1px 3px 2px #307463; box-shadow:1px 1px 3px 2px #307463;">
Div content here</div>
This text has color #307463 on black background.
This text has color #307463 on white background.
This text has black color on #307463 background.
This text has white color on #307463 background.