COLOR #3E3757

HEX: #3E3757
RGB: (62,55,87)

Color info

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

RGB color model

#3E3757 color RGB value is (62,55,87).

  • red value is 62;
  • green value is 55;
  • blue value is 87.
RGB:
(62,55,87)
(24%,22%,34%)

RGB channels and saturation

R 62 of 255 = 24%
G 55 of 255 = 22%
B 87 of 255 = 34%

62
55
87

R + G + B ~ 27%. #3E3757 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 55 + 87 = 204 (100%)
R 62 of 204 ~ 30.39%
G 55 of 204 ~ 26.96%
B 87 of 204 ~ 42.65%

%30.39
%26.96
%42.65

CMYK color model

#3E3757 color CMYK value is (29,37,0,66).

  • cyan value is 28.74%
  • magenta value is 36.78%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(29,37,0,66)
C29M37Y0K66 
(29%,37%,0%,66%)
(0.29/0.37/0.00/0.66)	

CMYK percentages

%28.74
%36.78
%0
%65.88

Codes

Color #3E3757 in popluar color models

3E3757
RGB625587
HSL253°22.54%27.84%
HSB/HSV253°36.78%34.12%
CMYK28.74%36.78%0.00%
65.88%

Color #3E3757 in popluar number systems.

HEX3E3757
Decimal625587
Binary1111101101111010111
Octal7667127

Shades and tints

Shades of #3E3757

#3E3757
(62,55,87)
#393250
(57,50,80)
#342D49
(52,45,73)
#2F2842
(47,40,66)
#2A233B
(42,35,59)
#251E34
(37,30,52)
#20192D
(32,25,45)
#1B1426
(27,20,38)
#160F1F
(22,15,31)
#110A18
(17,10,24)
#0C0511
(12,5,17)
#000000
(0,0,0)

Tints of #3E3757

#3E3757
(62,55,87)
#4F4966
(79,73,102)
#605B75
(96,91,117)
#716D84
(113,109,132)
#827F93
(130,127,147)
#9391A2
(147,145,162)
#A4A3B1
(164,163,177)
#B5B5C0
(181,181,192)
#C6C7CF
(198,199,207)
#D7D9DE
(215,217,222)
#E8EBED
(232,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E3757 color. Also use rgb(62,55,87) instead hex code.

Text Font Color

.myTextColor { color: #3E3757; }

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

This text font color is #3E3757.


Background Color

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

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

This div background color is #3E3757.


Border color

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

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

This div border color is #3E3757.


Opacity

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

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

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

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

This text has shadow with #3E3757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E3757 on black background.


Color preview on white background

This text has color #3E3757 on white background.



Black color preview on #3E3757 background

This text has black color on #3E3757 background.


White color preview on #3E3757 background

This text has white color on #3E3757 background.