COLOR #3E365B

HEX: #3E365B
RGB: (62,54,91)

Color info

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

RGB color model

#3E365B color RGB value is (62,54,91).

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

RGB channels and saturation

R 62 of 255 = 24%
G 54 of 255 = 21%
B 91 of 255 = 36%

62
54
91

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

Portions of RGB colors in percentages

R + G + B =
62 + 54 + 91 = 207 (100%)
R 62 of 207 ~ 29.95%
G 54 of 207 ~ 26.09%
B 91 of 207 ~ 43.96%

%29.95
%26.09
%43.96

CMYK color model

#3E365B color CMYK value is (32,41,0,64).

  • cyan value is 31.87%
  • magenta value is 40.66%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(32,41,0,64)
C32M41Y0K64 
(32%,41%,0%,64%)
(0.32/0.41/0.00/0.64)	

CMYK percentages

%31.87
%40.66
%0
%64.31

Codes

Color #3E365B in popluar color models

3E365B
RGB625491
HSL253°25.52%28.43%
HSB/HSV253°40.66%35.69%
CMYK31.87%40.66%0.00%
64.31%

Color #3E365B in popluar number systems.

HEX3E365B
Decimal625491
Binary1111101101101011011
Octal7666133

Shades and tints

Shades of #3E365B

#3E365B
(62,54,91)
#393253
(57,50,83)
#342E4B
(52,46,75)
#2F2A43
(47,42,67)
#2A263B
(42,38,59)
#252233
(37,34,51)
#201E2B
(32,30,43)
#1B1A23
(27,26,35)
#16161B
(22,22,27)
#111213
(17,18,19)
#0C0E0B
(12,14,11)
#000000
(0,0,0)

Tints of #3E365B

#3E365B
(62,54,91)
#4F4869
(79,72,105)
#605A77
(96,90,119)
#716C85
(113,108,133)
#827E93
(130,126,147)
#9390A1
(147,144,161)
#A4A2AF
(164,162,175)
#B5B4BD
(181,180,189)
#C6C6CB
(198,198,203)
#D7D8D9
(215,216,217)
#E8EAE7
(232,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E365B; }

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

This text font color is #3E365B.


Background Color

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

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

This div background color is #3E365B.


Border color

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

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

This div border color is #3E365B.


Opacity

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

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

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

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

This text has shadow with #3E365B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E365B on black background.


Color preview on white background

This text has color #3E365B on white background.



Black color preview on #3E365B background

This text has black color on #3E365B background.


White color preview on #3E365B background

This text has white color on #3E365B background.