HEX: #3E427B
RGB: (62,66,123)
#3E427B contains mainly green and blue colors. Web safe color of #3E427B is #333366 (or #336).
#3E427B color RGB value is (62,66,123).
RGB: (62,66,123)
(24%, 26%, 48%)
R 62 of 255 = 24%
G 66 of 255 = 26%
B 123 of 255 = 48%
R + G + B ~ 33%. #3E427B is quite dark color.
R + G + B = 62 + 66 + 123 = 251 (100%)
R 62 of 251 ~ 24.7%
G 66 of 251 ~ 26.29%
B 123 of 251 ~ 49'%
#3E427B color CMYK value is (50,46,0,52).
CMYK: (50,46,0,52) C50M46Y0K52 (50%,46%,0%,52%) (0.50/0.46/0.00/0.52)
Color #3E427B in popluar color models
3E | 42 | 7B | |
---|---|---|---|
RGB | 62 | 66 | 123 |
HSL | 236° | 32.97% | 36.27% |
HSB/HSV | 236° | 49.59% | 48.24% |
CMYK | 49.59% | 46.34% | 0.00% |
51.76% |
Color #3E427B in popluar number systems.
HEX | 3E | 42 | 7B |
Decimal | 62 | 66 | 123 |
Binary | 111110 | 1000010 | 1111011 |
Octal | 76 | 102 | 173 |
Shades of #3E427B
Tints of #3E427B
Examples of css and html codes for elements with #3E427B color. Also use rgb(62,66,123) instead hex code.
.myTextColor { color: #3E427B; }
<p style="color:#3E427B">This sample text font color is #3E427B.</p>
This text font color is #3E427B.
.myBgColor { background-color: #3E427B; }
<div style="background-color:#3E427B">Inner text</div>
This div background color is #3E427B.
.myBorderColor { border: 1px solid #3E427B; }
<div style="border:3px solid #3E427B">Div</div>
This div border color is #3E427B.
.myOpacity80 { color: #3E427B; opacity: 0.8; }
<p style="color:#3E427B;opacity:0.8;">80%</p>
Text with #3E427B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #3E427B;}
<p style="text-shadow: 3px 3px 1px #3E427B">Text here.</p>
This text has shadow with #3E427B color.
.textShadow {text-shadow: 3px 3px 1px #3E427B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #3E427B, 5px 5px 20px red">Text here.</p>
This text has shadow with #3E427B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#3E427B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#3E427B, Direction=45, Strength=4)">Text</p>
This text has shadow with #3E427B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #3E427B;
-webkit-box-shadow: 1px 1px 3px 2px #3E427B;
box-shadow: 1px 1px 3px 2px #3E427B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #3E427B; -webkit-box-shadow: 1px 1px 3px 2px #3E427B; box-shadow:1px 1px 3px 2px #3E427B;">
Div content here
</div>
This text has color #3E427B on black background.
This text has color #3E427B on white background.
This text has black color on #3E427B background.
This text has white color on #3E427B background.
Complementary color for #hex is #C1BD84.