COLOR #3E324E

HEX: #3E324E RGB: (62,50,78)

Color info

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

RGB color model

#3E324E color RGB value is (62,50,78).

RGB: (62,50,78) (24%, 20%, 31%)

RGB channels and saturation

R 62 of 255 = 24%
G 50 of 255 = 20%
B 78 of 255 = 31%

62
50
78

R + G + B ~ 25%. #3E324E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 50 + 78 = 190 (100%)
R 62 of 190 ~ 32.63%
G 50 of 190 ~ 26.32%
B 78 of 190 ~ 41.05'%

%32.63
%26.32
%41.05

CMYK color model

#3E324E color CMYK value is (21,36,0,69).

  • cyan value is 20.51%
  • magenta value is 35.90%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK: (21,36,0,69) C21M36Y0K69 (21%,36%,0%,69%) (0.21/0.36/0.00/0.69) 

CMYK percentages

%20.51
%35.9
%0
%69.41

Codes

Color #3E324E in popluar color models

3E 32 4E
RGB 62 50 78
HSL 266° 21.88% 25.10%
HSB/HSV 266° 35.90% 30.59%
CMYK 20.51% 35.90% 0.00%
69.41%

Color #3E324E in popluar number systems.

HEX 3E 32 4E
Decimal 62 50 78
Binary 111110 110010 1001110
Octal 76 62 116

Shades and tints

Shades of #3E324E

#3E324E
(62,50,78)
#392E47
(57,46,71)
#342A40
(52,42,64)
#2F2639
(47,38,57)
#2A2232
(42,34,50)
#251E2B
(37,30,43)
#201A24
(32,26,36)
#1B161D
(27,22,29)
#161216
(22,18,22)
#110E0F
(17,14,15)
#0C0A08
(12,10,8)
#000000
(0,0,0)

Tints of #3E324E

#3E324E
(62,50,78)
#4F445E
(79,68,94)
#60566E
(96,86,110)
#71687E
(113,104,126)
#827A8E
(130,122,142)
#938C9E
(147,140,158)
#A49EAE
(164,158,174)
#B5B0BE
(181,176,190)
#C6C2CE
(198,194,206)
#D7D4DE
(215,212,222)
#E8E6EE
(232,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E324E color. Also use rgb(62,50,78) instead hex code.

Text Font Color

.myTextColor { color: #3E324E; }

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

This text font color is #3E324E.

Background Color

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

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

This div background color is #3E324E.

Border color

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

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

This div border color is #3E324E.

Opacity

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

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

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

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

This text has shadow with #3E324E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E324E.

Preview

Color preview on black background

This text has color #3E324E on black background.


Color preview on white background

This text has color #3E324E on white background.


Black color preview on #3E324E background

This text has black color on #3E324E background.


White color preview on #3E324E background

This text has white color on #3E324E background.


Related colors

Complementary color

Complementary color for #hex is #C1CDB1.


I love getcolorcode.com

Triadic colors

1 #4E3E32 and #324E3E with #3E324E are triadic colors.

2 #4E323E and #323E4E with #3E324E are triadic colors.