HEX: #334476
RGB: (51,68,118)
#334476 contains mainly green and blue colors. Web safe color of #334476 is #333366 (or #336).
#334476 color RGB value is (51,68,118).
RGB: (51,68,118)
(20%, 27%, 46%)
R 51 of 255 = 20%
G 68 of 255 = 27%
B 118 of 255 = 46%
R + G + B ~ 31%. #334476 is quite dark color.
R + G + B = 51 + 68 + 118 = 237 (100%)
R 51 of 237 ~ 21.52%
G 68 of 237 ~ 28.69%
B 118 of 237 ~ 49.79'%
#334476 color CMYK value is (57,42,0,54).
CMYK: (57,42,0,54) C57M42Y0K54 (57%,42%,0%,54%) (0.57/0.42/0.00/0.54)
Color #334476 in popluar color models
33 | 44 | 76 | |
---|---|---|---|
RGB | 51 | 68 | 118 |
HSL | 225° | 39.64% | 33.14% |
HSB/HSV | 225° | 56.78% | 46.27% |
CMYK | 56.78% | 42.37% | 0.00% |
53.73% |
Color #334476 in popluar number systems.
HEX | 33 | 44 | 76 |
Decimal | 51 | 68 | 118 |
Binary | 110011 | 1000100 | 1110110 |
Octal | 63 | 104 | 166 |
Shades of #334476
Tints of #334476
Examples of css and html codes for elements with #334476 color. Also use rgb(51,68,118) instead hex code.
.myTextColor { color: #334476; }
<p style="color:#334476">This sample text font color is #334476.</p>
This text font color is #334476.
.myBgColor { background-color: #334476; }
<div style="background-color:#334476">Inner text</div>
This div background color is #334476.
.myBorderColor { border: 1px solid #334476; }
<div style="border:3px solid #334476">Div</div>
This div border color is #334476.
.myOpacity80 { color: #334476; opacity: 0.8; }
<p style="color:#334476;opacity:0.8;">80%</p>
Text with #334476 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #334476;}
<p style="text-shadow: 3px 3px 1px #334476">Text here.</p>
This text has shadow with #334476 color.
.textShadow {text-shadow: 3px 3px 1px #334476', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #334476, 5px 5px 20px red">Text here.</p>
This text has shadow with #334476 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#334476, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#334476, Direction=45, Strength=4)">Text</p>
This text has shadow with #334476 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #334476;
-webkit-box-shadow: 1px 1px 3px 2px #334476;
box-shadow: 1px 1px 3px 2px #334476;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #334476; -webkit-box-shadow: 1px 1px 3px 2px #334476; box-shadow:1px 1px 3px 2px #334476;">
Div content here
</div>
This text has color #334476 on black background.
This text has color #334476 on white background.
This text has black color on #334476 background.
This text has white color on #334476 background.
Complementary color for #hex is #CCBB89.