COLOR #3E3654

HEX: #3E3654
RGB: (62,54,84)

Color info

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

RGB color model

#3E3654 color RGB value is (62,54,84).

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

RGB channels and saturation

R 62 of 255 = 24%
G 54 of 255 = 21%
B 84 of 255 = 33%

62
54
84

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

Portions of RGB colors in percentages

R + G + B =
62 + 54 + 84 = 200 (100%)
R 62 of 200 ~ 31%
G 54 of 200 ~ 27%
B 84 of 200 ~ 42%

%31
%27
%42

CMYK color model

#3E3654 color CMYK value is (26,36,0,67).

  • cyan value is 26.19%
  • magenta value is 35.71%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(26,36,0,67)
C26M36Y0K67 
(26%,36%,0%,67%)
(0.26/0.36/0.00/0.67)	

CMYK percentages

%26.19
%35.71
%0
%67.06

Codes

Color #3E3654 in popluar color models

3E3654
RGB625484
HSL256°21.74%27.06%
HSB/HSV256°35.71%32.94%
CMYK26.19%35.71%0.00%
67.06%

Color #3E3654 in popluar number systems.

HEX3E3654
Decimal625484
Binary1111101101101010100
Octal7666124

Shades and tints

Shades of #3E3654

#3E3654
(62,54,84)
#39324D
(57,50,77)
#342E46
(52,46,70)
#2F2A3F
(47,42,63)
#2A2638
(42,38,56)
#252231
(37,34,49)
#201E2A
(32,30,42)
#1B1A23
(27,26,35)
#16161C
(22,22,28)
#111215
(17,18,21)
#0C0E0E
(12,14,14)
#000000
(0,0,0)

Tints of #3E3654

#3E3654
(62,54,84)
#4F4863
(79,72,99)
#605A72
(96,90,114)
#716C81
(113,108,129)
#827E90
(130,126,144)
#93909F
(147,144,159)
#A4A2AE
(164,162,174)
#B5B4BD
(181,180,189)
#C6C6CC
(198,198,204)
#D7D8DB
(215,216,219)
#E8EAEA
(232,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E3654; }

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

This text font color is #3E3654.


Background Color

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

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

This div background color is #3E3654.


Border color

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

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

This div border color is #3E3654.


Opacity

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

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

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

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

This text has shadow with #3E3654 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E3654 on black background.


Color preview on white background

This text has color #3E3654 on white background.



Black color preview on #3E3654 background

This text has black color on #3E3654 background.


White color preview on #3E3654 background

This text has white color on #3E3654 background.