HEX: #306449
RGB: (48,100,73)
#306449 contains red, green and blue colors in about the same proportion. Web safe color of #306449 is #336633 (or #363).
#306449 color RGB value is (48,100,73).
RGB: (48,100,73) (19%,39%,29%)
R 48 of 255 = 19%
G 100 of 255 = 39%
B 73 of 255 = 29%
R + G + B ~ 29%. #306449 is quite dark color.
R + G + B =
48 + 100 + 73 = 221 (100%)
R 48 of 221 ~ 21.72%
G 100 of 221 ~ 45.25%
B 73 of 221 ~ 33.03%
#306449 color CMYK value is (52,0,27,61).
CMYK: (52,0,27,61) C52M0Y27K61 (52%,0%,27%,61%) (0.52/0.00/0.27/0.61)
30 | 64 | 49 | |
---|---|---|---|
RGB | 48 | 100 | 73 |
HSL | 149° | 35.14% | 29.02% |
HSB/HSV | 149° | 52.00% | 39.22% |
CMYK | 52.00% | 0.00% | 27.00% |
60.78% |
HEX | 30 | 64 | 49 |
Decimal | 48 | 100 | 73 |
Binary | 110000 | 1100100 | 1001001 |
Octal | 60 | 144 | 111 |
Examples of css and html codes for elements with #306449 color. Also use rgb(48,100,73) instead hex code.
.myTextColor { color: #306449; }
<p style="color:#306449">This sample text font color is #306449.</p>
This text font color is #306449.
.myBgColor { background-color: #306449; }
<div style="background-color:#306449">Inner text</div>
This div background color is #306449.
.myBorderColor { border: 1px solid #306449; }
<div style="border:3px solid #306449">Div</div>
This div border color is #306449.
.myOpacity80 { color: #306449; opacity: 0.8; }
<p style="color:#306449;opacity:0.8;">80%</p>
Text with #306449 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #306449;}
<p style="text-shadow: 3px 3px 1px #306449">Text here.</p>
This text has shadow with #306449 color.
.textShadow {text-shadow: 3px 3px 1px #306449, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #306449, 5px 5px 20px red">Text here.</p>
This text has shadow with #306449 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#306449, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#306449, Direction=45, Strength=4)">Text</p>
This text has shadow with #306449 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #306449; -webkit-box-shadow: 1px 1px 3px 2px #306449; box-shadow: 1px 1px 3px 2px #306449; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #306449; -webkit-box-shadow: 1px 1px 3px 2px #306449; box-shadow:1px 1px 3px 2px #306449;">
Div content here</div>
This text has color #306449 on black background.
This text has color #306449 on white background.
This text has black color on #306449 background.
This text has white color on #306449 background.