COLOR #3E3B4E

HEX: #3E3B4E RGB: (62,59,78)

Color info

#3E3B4E contains red, green and blue colors in about the same proportion. Web safe color of #3E3B4E is #333366 (or #336).

RGB color model

#3E3B4E color RGB value is (62,59,78).

RGB: (62,59,78) (24%, 23%, 31%)

RGB channels and saturation

R 62 of 255 = 24%
G 59 of 255 = 23%
B 78 of 255 = 31%

62
59
78

R + G + B ~ 26%. #3E3B4E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 59 + 78 = 199 (100%)
R 62 of 199 ~ 31.16%
G 59 of 199 ~ 29.65%
B 78 of 199 ~ 39.2'%

%31.16
%29.65
%39.2

CMYK color model

#3E3B4E color CMYK value is (21,24,0,69).

  • cyan value is 20.51%
  • magenta value is 24.36%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK: (21,24,0,69) C21M24Y0K69 (21%,24%,0%,69%) (0.21/0.24/0.00/0.69) 

CMYK percentages

%20.51
%24.36
%0
%69.41

Codes

Color #3E3B4E in popluar color models

3E 3B 4E
RGB 62 59 78
HSL 249° 13.87% 26.86%
HSB/HSV 249° 24.36% 30.59%
CMYK 20.51% 24.36% 0.00%
69.41%

Color #3E3B4E in popluar number systems.

HEX 3E 3B 4E
Decimal 62 59 78
Binary 111110 111011 1001110
Octal 76 73 116

Shades and tints

Shades of #3E3B4E

#3E3B4E
(62,59,78)
#393647
(57,54,71)
#343140
(52,49,64)
#2F2C39
(47,44,57)
#2A2732
(42,39,50)
#25222B
(37,34,43)
#201D24
(32,29,36)
#1B181D
(27,24,29)
#161316
(22,19,22)
#110E0F
(17,14,15)
#0C0908
(12,9,8)
#000000
(0,0,0)

Tints of #3E3B4E

#3E3B4E
(62,59,78)
#4F4C5E
(79,76,94)
#605D6E
(96,93,110)
#716E7E
(113,110,126)
#827F8E
(130,127,142)
#93909E
(147,144,158)
#A4A1AE
(164,161,174)
#B5B2BE
(181,178,190)
#C6C3CE
(198,195,206)
#D7D4DE
(215,212,222)
#E8E5EE
(232,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E3B4E color. Also use rgb(62,59,78) instead hex code.

Text Font Color

.myTextColor { color: #3E3B4E; }

<p style="color:#3E3B4E">This sample text font color is #3E3B4E.</p>

This text font color is #3E3B4E.

Background Color

.myBgColor { background-color: #3E3B4E; }

<div style="background-color:#3E3B4E">Inner text</div>

This div background color is #3E3B4E.

Border color

.myBorderColor { border: 1px solid #3E3B4E; }

<div style="border:3px solid #3E3B4E">Div</div>

This div border color is #3E3B4E.

Opacity

.myOpacity80 { color: #3E3B4E; opacity: 0.8; }

<p style="color:#3E3B4E;opacity:0.8;">80%</p>

Text with #3E3B4E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #3E3B4E;}

<p style="text-shadow: 3px 3px 1px #3E3B4E">Text here.</p>

This text has shadow with #3E3B4E color.


.textShadow {text-shadow: 3px 3px 1px #3E3B4E', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #3E3B4E, 5px 5px 20px red">Text here.</p>

This text has shadow with #3E3B4E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#3E3B4E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#3E3B4E, Direction=45, Strength=4)">Text</p>

This text has shadow with #3E3B4E and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #3E3B4E;
-webkit-box-shadow: 1px 1px 3px 2px #3E3B4E;
box-shadow: 1px 1px 3px 2px #3E3B4E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #3E3B4E; -webkit-box-shadow: 1px 1px 3px 2px #3E3B4E; box-shadow:1px 1px 3px 2px #3E3B4E;">
Div content here
</div>

This div box has shadow with color #3E3B4E.

Preview

Color preview on black background

This text has color #3E3B4E on black background.


Color preview on white background

This text has color #3E3B4E on white background.


Black color preview on #3E3B4E background

This text has black color on #3E3B4E background.


White color preview on #3E3B4E background

This text has white color on #3E3B4E background.


Related colors

Complementary color

Complementary color for #hex is #C1C4B1.


I love getcolorcode.com

Triadic colors

1 #4E3E3B and #3B4E3E with #3E3B4E are triadic colors.

2 #4E3B3E and #3B3E4E with #3E3B4E are triadic colors.