COLOR #3E3D5F

HEX: #3E3D5F
RGB: (62,61,95)

Color info

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

RGB color model

#3E3D5F color RGB value is (62,61,95).

  • red value is 62;
  • green value is 61;
  • blue value is 95.
RGB:
(62,61,95)
(24%,24%,37%)

RGB channels and saturation

R 62 of 255 = 24%
G 61 of 255 = 24%
B 95 of 255 = 37%

62
61
95

R + G + B ~ 28%. #3E3D5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 61 + 95 = 218 (100%)
R 62 of 218 ~ 28.44%
G 61 of 218 ~ 27.98%
B 95 of 218 ~ 43.58%

%28.44
%27.98
%43.58

CMYK color model

#3E3D5F color CMYK value is (35,36,0,63).

  • cyan value is 34.74%
  • magenta value is 35.79%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(35,36,0,63)
C35M36Y0K63 
(35%,36%,0%,63%)
(0.35/0.36/0.00/0.63)	

CMYK percentages

%34.74
%35.79
%0
%62.75

Codes

Color #3E3D5F in popluar color models

3E3D5F
RGB626195
HSL242°21.79%30.59%
HSB/HSV242°35.79%37.25%
CMYK34.74%35.79%0.00%
62.75%

Color #3E3D5F in popluar number systems.

HEX3E3D5F
Decimal626195
Binary1111101111011011111
Octal7675137

Shades and tints

Shades of #3E3D5F

#3E3D5F
(62,61,95)
#393857
(57,56,87)
#34334F
(52,51,79)
#2F2E47
(47,46,71)
#2A293F
(42,41,63)
#252437
(37,36,55)
#201F2F
(32,31,47)
#1B1A27
(27,26,39)
#16151F
(22,21,31)
#111017
(17,16,23)
#0C0B0F
(12,11,15)
#000000
(0,0,0)

Tints of #3E3D5F

#3E3D5F
(62,61,95)
#4F4E6D
(79,78,109)
#605F7B
(96,95,123)
#717089
(113,112,137)
#828197
(130,129,151)
#9392A5
(147,146,165)
#A4A3B3
(164,163,179)
#B5B4C1
(181,180,193)
#C6C5CF
(198,197,207)
#D7D6DD
(215,214,221)
#E8E7EB
(232,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E3D5F color. Also use rgb(62,61,95) instead hex code.

Text Font Color

.myTextColor { color: #3E3D5F; }

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

This text font color is #3E3D5F.


Background Color

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

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

This div background color is #3E3D5F.


Border color

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

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

This div border color is #3E3D5F.


Opacity

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

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

Text with #3E3D5F 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 #3E3D5F;}

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

This text has shadow with #3E3D5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E3D5F on black background.


Color preview on white background

This text has color #3E3D5F on white background.



Black color preview on #3E3D5F background

This text has black color on #3E3D5F background.


White color preview on #3E3D5F background

This text has white color on #3E3D5F background.