HEX: #337481
RGB: (51,116,129)
#337481 contains mainly green and blue colors. Web safe color of #337481 is #336699 (or #369).
#337481 color RGB value is (51,116,129).
RGB: (51,116,129)
(20%, 45%, 51%)
R 51 of 255 = 20%
G 116 of 255 = 45%
B 129 of 255 = 51%
R + G + B ~ 39%. #337481 is quite dark color.
R + G + B = 51 + 116 + 129 = 296 (100%)
R 51 of 296 ~ 17.23%
G 116 of 296 ~ 39.19%
B 129 of 296 ~ 43.58'%
#337481 color CMYK value is (60,10,0,49).
CMYK: (60,10,0,49)
C60M10Y0K49 (60%, 10%, 0%, 49%)
(0.60 / 0.10 / 0.00 / 0.49)
Color #337481 in popluar color models
33 | 74 | 81 | |
---|---|---|---|
RGB | 51 | 116 | 129 |
HSL | 190° | 43.33% | 35.29% |
HSB/HSV | 190° | 60.47% | 50.59% |
CMYK | 60.47% | 10.08% | 0.00% |
49.41% |
Color #337481 in popluar number systems.
HEX | 33 | 74 | 81 |
Decimal | 51 | 116 | 129 |
Binary | 110011 | 1110100 | 10000001 |
Octal | 63 | 164 | 201 |
Shades of #337481
Tints of #337481
Examples of css and html codes for elements with #337481 color. Also use rgb(51,116,129) instead hex code.
.myTextColor { color: #337481; }
<p style="color:#337481">This sample text font color is #337481.</p>
This text font color is #337481.
.myBgColor { background-color: #337481; }
<div style="background-color:#337481">Inner text</div>
This div background color is #337481.
.myBorderColor { border: 1px solid #337481; }
<div style="border:3px solid #337481">Div</div>
This div border color is #337481.
.myOpacity80 { color: #337481; opacity: 0.8; }
<p style="color:#337481;opacity:0.8;">80%</p>
Text with #337481 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #337481;}
<p style="text-shadow: 3px 3px 1px #337481">Text here.</p>
This text has shadow with #337481 color.
.textShadow {text-shadow: 3px 3px 1px #337481', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #337481, 5px 5px 20px red">Text here.</p>
This text has shadow with #337481 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#337481, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#337481, Direction=45, Strength=4)">Text</p>
This text has shadow with #337481 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #337481;
-webkit-box-shadow: 1px 1px 3px 2px #337481;
box-shadow: 1px 1px 3px 2px #337481;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #337481; -webkit-box-shadow: 1px 1px 3px 2px #337481; box-shadow:1px 1px 3px 2px #337481;">
Div content here
</div>
This text has color #337481 on black background.
This text has color #337481 on white background.
This text has black color on #337481 background.
This text has white color on #337481 background.
Complementary color for #hex is #CC8B7E.