COLOR #3E365E

HEX: #3E365E
RGB: (62,54,94)

Color info

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

RGB color model

#3E365E color RGB value is (62,54,94).

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

RGB channels and saturation

R 62 of 255 = 24%
G 54 of 255 = 21%
B 94 of 255 = 37%

62
54
94

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

Portions of RGB colors in percentages

R + G + B =
62 + 54 + 94 = 210 (100%)
R 62 of 210 ~ 29.52%
G 54 of 210 ~ 25.71%
B 94 of 210 ~ 44.76%

%29.52
%25.71
%44.76

CMYK color model

#3E365E color CMYK value is (34,43,0,63).

  • cyan value is 34.04%
  • magenta value is 42.55%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(34,43,0,63)
C34M43Y0K63 
(34%,43%,0%,63%)
(0.34/0.43/0.00/0.63)	

CMYK percentages

%34.04
%42.55
%0
%63.14

Codes

Color #3E365E in popluar color models

3E365E
RGB625494
HSL252°27.03%29.02%
HSB/HSV252°42.55%36.86%
CMYK34.04%42.55%0.00%
63.14%

Color #3E365E in popluar number systems.

HEX3E365E
Decimal625494
Binary1111101101101011110
Octal7666136

Shades and tints

Shades of #3E365E

#3E365E
(62,54,94)
#393256
(57,50,86)
#342E4E
(52,46,78)
#2F2A46
(47,42,70)
#2A263E
(42,38,62)
#252236
(37,34,54)
#201E2E
(32,30,46)
#1B1A26
(27,26,38)
#16161E
(22,22,30)
#111216
(17,18,22)
#0C0E0E
(12,14,14)
#000000
(0,0,0)

Tints of #3E365E

#3E365E
(62,54,94)
#4F486C
(79,72,108)
#605A7A
(96,90,122)
#716C88
(113,108,136)
#827E96
(130,126,150)
#9390A4
(147,144,164)
#A4A2B2
(164,162,178)
#B5B4C0
(181,180,192)
#C6C6CE
(198,198,206)
#D7D8DC
(215,216,220)
#E8EAEA
(232,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E365E; }

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

This text font color is #3E365E.


Background Color

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

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

This div background color is #3E365E.


Border color

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

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

This div border color is #3E365E.


Opacity

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

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

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

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

This text has shadow with #3E365E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E365E on black background.


Color preview on white background

This text has color #3E365E on white background.



Black color preview on #3E365E background

This text has black color on #3E365E background.


White color preview on #3E365E background

This text has white color on #3E365E background.