COLOR #3E3657

HEX: #3E3657
RGB: (62,54,87)

Color info

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

RGB color model

#3E3657 color RGB value is (62,54,87).

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

RGB channels and saturation

R 62 of 255 = 24%
G 54 of 255 = 21%
B 87 of 255 = 34%

62
54
87

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

Portions of RGB colors in percentages

R + G + B =
62 + 54 + 87 = 203 (100%)
R 62 of 203 ~ 30.54%
G 54 of 203 ~ 26.6%
B 87 of 203 ~ 42.86%

%30.54
%26.6
%42.86

CMYK color model

#3E3657 color CMYK value is (29,38,0,66).

  • cyan value is 28.74%
  • magenta value is 37.93%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(29,38,0,66)
C29M38Y0K66 
(29%,38%,0%,66%)
(0.29/0.38/0.00/0.66)	

CMYK percentages

%28.74
%37.93
%0
%65.88

Codes

Color #3E3657 in popluar color models

3E3657
RGB625487
HSL255°23.40%27.65%
HSB/HSV255°37.93%34.12%
CMYK28.74%37.93%0.00%
65.88%

Color #3E3657 in popluar number systems.

HEX3E3657
Decimal625487
Binary1111101101101010111
Octal7666127

Shades and tints

Shades of #3E3657

#3E3657
(62,54,87)
#393250
(57,50,80)
#342E49
(52,46,73)
#2F2A42
(47,42,66)
#2A263B
(42,38,59)
#252234
(37,34,52)
#201E2D
(32,30,45)
#1B1A26
(27,26,38)
#16161F
(22,22,31)
#111218
(17,18,24)
#0C0E11
(12,14,17)
#000000
(0,0,0)

Tints of #3E3657

#3E3657
(62,54,87)
#4F4866
(79,72,102)
#605A75
(96,90,117)
#716C84
(113,108,132)
#827E93
(130,126,147)
#9390A2
(147,144,162)
#A4A2B1
(164,162,177)
#B5B4C0
(181,180,192)
#C6C6CF
(198,198,207)
#D7D8DE
(215,216,222)
#E8EAED
(232,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E3657; }

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

This text font color is #3E3657.


Background Color

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

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

This div background color is #3E3657.


Border color

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

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

This div border color is #3E3657.


Opacity

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

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

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

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

This text has shadow with #3E3657 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E3657 on black background.


Color preview on white background

This text has color #3E3657 on white background.



Black color preview on #3E3657 background

This text has black color on #3E3657 background.


White color preview on #3E3657 background

This text has white color on #3E3657 background.