HEX: #3F476F
RGB: (63,71,111)
#3F476F contains red, green and blue colors in about the same proportion. Web safe color of #3F476F is #333366 (or #336).
#3F476F color RGB value is (63,71,111).
RGB: (63,71,111)
(25%, 28%, 44%)
R 63 of 255 = 25%
G 71 of 255 = 28%
B 111 of 255 = 44%
R + G + B ~ 32%. #3F476F is quite dark color.
R + G + B = 63 + 71 + 111 = 245 (100%)
R 63 of 245 ~ 25.71%
G 71 of 245 ~ 28.98%
B 111 of 245 ~ 45.31'%
#3F476F color CMYK value is (43,36,0,56).
CMYK: (43,36,0,56) C43M36Y0K56 (43%,36%,0%,56%) (0.43/0.36/0.00/0.56)
Color #3F476F in popluar color models
3F | 47 | 6F | |
---|---|---|---|
RGB | 63 | 71 | 111 |
HSL | 230° | 27.59% | 34.12% |
HSB/HSV | 230° | 43.24% | 43.53% |
CMYK | 43.24% | 36.04% | 0.00% |
56.47% |
Color #3F476F in popluar number systems.
HEX | 3F | 47 | 6F |
Decimal | 63 | 71 | 111 |
Binary | 111111 | 1000111 | 1101111 |
Octal | 77 | 107 | 157 |
Shades of #3F476F
Tints of #3F476F
Examples of css and html codes for elements with #3F476F color. Also use rgb(63,71,111) instead hex code.
.myTextColor { color: #3F476F; }
<p style="color:#3F476F">This sample text font color is #3F476F.</p>
This text font color is #3F476F.
.myBgColor { background-color: #3F476F; }
<div style="background-color:#3F476F">Inner text</div>
This div background color is #3F476F.
.myBorderColor { border: 1px solid #3F476F; }
<div style="border:3px solid #3F476F">Div</div>
This div border color is #3F476F.
.myOpacity80 { color: #3F476F; opacity: 0.8; }
<p style="color:#3F476F;opacity:0.8;">80%</p>
Text with #3F476F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #3F476F;}
<p style="text-shadow: 3px 3px 1px #3F476F">Text here.</p>
This text has shadow with #3F476F color.
.textShadow {text-shadow: 3px 3px 1px #3F476F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #3F476F, 5px 5px 20px red">Text here.</p>
This text has shadow with #3F476F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#3F476F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#3F476F, Direction=45, Strength=4)">Text</p>
This text has shadow with #3F476F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #3F476F;
-webkit-box-shadow: 1px 1px 3px 2px #3F476F;
box-shadow: 1px 1px 3px 2px #3F476F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #3F476F; -webkit-box-shadow: 1px 1px 3px 2px #3F476F; box-shadow:1px 1px 3px 2px #3F476F;">
Div content here
</div>
This text has color #3F476F on black background.
This text has color #3F476F on white background.
This text has black color on #3F476F background.
This text has white color on #3F476F background.
Complementary color for #hex is #C0B890.