COLOR #3E3651

HEX: #3E3651 RGB: (62,54,81)

Color info

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

RGB color model

#3E3651 color RGB value is (62,54,81).

RGB: (62,54,81) (24%, 21%, 32%)

RGB channels and saturation

R 62 of 255 = 24%
G 54 of 255 = 21%
B 81 of 255 = 32%

62
54
81

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

Portions of RGB colors in percentages

R + G + B = 62 + 54 + 81 = 197 (100%)
R 62 of 197 ~ 31.47%
G 54 of 197 ~ 27.41%
B 81 of 197 ~ 41.12'%

%31.47
%27.41
%41.12

CMYK color model

#3E3651 color CMYK value is (23,33,0,68).

  • cyan value is 23.46%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 68.24%

CMYK: (23,33,0,68)
C23M33Y0K68 (23%, 33%, 0%, 68%)
(0.23 / 0.33 / 0.00 / 0.68)

CMYK percentages

%23.46
%33.33
%0
%68.24

Codes

Color #3E3651 in popluar color models

3E 36 51
RGB 62 54 81
HSL 258° 20.00% 26.47%
HSB/HSV 258° 33.33% 31.76%
CMYK 23.46% 33.33% 0.00%
68.24%

Color #3E3651 in popluar number systems.

HEX 3E 36 51
Decimal 62 54 81
Binary 111110 110110 1010001
Octal 76 66 121

Shades and tints

Shades of #3E3651

#3E3651
(62,54,81)
#39324A
(57,50,74)
#342E43
(52,46,67)
#2F2A3C
(47,42,60)
#2A2635
(42,38,53)
#25222E
(37,34,46)
#201E27
(32,30,39)
#1B1A20
(27,26,32)
#161619
(22,22,25)
#111212
(17,18,18)
#0C0E0B
(12,14,11)
#000000
(0,0,0)

Tints of #3E3651

#3E3651
(62,54,81)
#4F4860
(79,72,96)
#605A6F
(96,90,111)
#716C7E
(113,108,126)
#827E8D
(130,126,141)
#93909C
(147,144,156)
#A4A2AB
(164,162,171)
#B5B4BA
(181,180,186)
#C6C6C9
(198,198,201)
#D7D8D8
(215,216,216)
#E8EAE7
(232,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E3651; }

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

This text font color is #3E3651.

Background Color

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

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

This div background color is #3E3651.

Border color

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

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

This div border color is #3E3651.

Opacity

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

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

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

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

This text has shadow with #3E3651 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E3651.

Preview

Color preview on black background

This text has color #3E3651 on black background.


Color preview on white background

This text has color #3E3651 on white background.


Black color preview on #3E3651 background

This text has black color on #3E3651 background.


White color preview on #3E3651 background

This text has white color on #3E3651 background.


Related colors

Complementary color

Complementary color for #hex is #C1C9AE.


I love getcolorcode.com

Triadic colors

1 #513E36 and #36513E with #3E3651 are triadic colors.

2 #51363E and #363E51 with #3E3651 are triadic colors.