HEX: #3E677D
RGB: (62,103,125)
#3E677D contains mainly green and blue colors. Web safe color of #3E677D is #336666 (or #366).
#3E677D color RGB value is (62,103,125).
RGB: (62,103,125)
(24%, 40%, 49%)
R 62 of 255 = 24%
G 103 of 255 = 40%
B 125 of 255 = 49%
R + G + B ~ 38%. #3E677D is quite dark color.
R + G + B = 62 + 103 + 125 = 290 (100%)
R 62 of 290 ~ 21.38%
G 103 of 290 ~ 35.52%
B 125 of 290 ~ 43.1'%
#3E677D color CMYK value is (50,18,0,51).
CMYK: (50,18,0,51)
C50M18Y0K51 (50%, 18%, 0%, 51%)
(0.50 / 0.18 / 0.00 / 0.51)
Color #3E677D in popluar color models
3E | 67 | 7D | |
---|---|---|---|
RGB | 62 | 103 | 125 |
HSL | 201° | 33.69% | 36.67% |
HSB/HSV | 201° | 50.40% | 49.02% |
CMYK | 50.40% | 17.60% | 0.00% |
50.98% |
Color #3E677D in popluar number systems.
HEX | 3E | 67 | 7D |
Decimal | 62 | 103 | 125 |
Binary | 111110 | 1100111 | 1111101 |
Octal | 76 | 147 | 175 |
Shades of #3E677D
Tints of #3E677D
Examples of css and html codes for elements with #3E677D color. Also use rgb(62,103,125) instead hex code.
.myTextColor { color: #3E677D; }
<p style="color:#3E677D">This sample text font color is #3E677D.</p>
This text font color is #3E677D.
.myBgColor { background-color: #3E677D; }
<div style="background-color:#3E677D">Inner text</div>
This div background color is #3E677D.
.myBorderColor { border: 1px solid #3E677D; }
<div style="border:3px solid #3E677D">Div</div>
This div border color is #3E677D.
.myOpacity80 { color: #3E677D; opacity: 0.8; }
<p style="color:#3E677D;opacity:0.8;">80%</p>
Text with #3E677D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #3E677D;}
<p style="text-shadow: 3px 3px 1px #3E677D">Text here.</p>
This text has shadow with #3E677D color.
.textShadow {text-shadow: 3px 3px 1px #3E677D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #3E677D, 5px 5px 20px red">Text here.</p>
This text has shadow with #3E677D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#3E677D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#3E677D, Direction=45, Strength=4)">Text</p>
This text has shadow with #3E677D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #3E677D;
-webkit-box-shadow: 1px 1px 3px 2px #3E677D;
box-shadow: 1px 1px 3px 2px #3E677D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #3E677D; -webkit-box-shadow: 1px 1px 3px 2px #3E677D; box-shadow:1px 1px 3px 2px #3E677D;">
Div content here
</div>
This text has color #3E677D on black background.
This text has color #3E677D on white background.
This text has black color on #3E677D background.
This text has white color on #3E677D background.
Complementary color for #hex is #C19882.