COLOR #3E395C

HEX: #3E395C RGB: (62,57,92)

Color info

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

RGB color model

#3E395C color RGB value is (62,57,92).

RGB: (62,57,92) (24%, 22%, 36%)

RGB channels and saturation

R 62 of 255 = 24%
G 57 of 255 = 22%
B 92 of 255 = 36%

62
57
92

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

Portions of RGB colors in percentages

R + G + B = 62 + 57 + 92 = 211 (100%)
R 62 of 211 ~ 29.38%
G 57 of 211 ~ 27.01%
B 92 of 211 ~ 43.6'%

%29.38
%27.01
%43.6

CMYK color model

#3E395C color CMYK value is (33,38,0,64).

  • cyan value is 32.61%
  • magenta value is 38.04%
  • yellow value is 0.00%
  • key color value is 63.92%

CMYK: (33,38,0,64)
C33M38Y0K64 (33%, 38%, 0%, 64%)
(0.33 / 0.38 / 0.00 / 0.64)

CMYK percentages

%32.61
%38.04
%0
%63.92

Codes

Color #3E395C in popluar color models

3E 39 5C
RGB 62 57 92
HSL 249° 23.49% 29.22%
HSB/HSV 249° 38.04% 36.08%
CMYK 32.61% 38.04% 0.00%
63.92%

Color #3E395C in popluar number systems.

HEX 3E 39 5C
Decimal 62 57 92
Binary 111110 111001 1011100
Octal 76 71 134

Shades and tints

Shades of #3E395C

#3E395C
(62,57,92)
#393454
(57,52,84)
#342F4C
(52,47,76)
#2F2A44
(47,42,68)
#2A253C
(42,37,60)
#252034
(37,32,52)
#201B2C
(32,27,44)
#1B1624
(27,22,36)
#16111C
(22,17,28)
#110C14
(17,12,20)
#0C070C
(12,7,12)
#000000
(0,0,0)

Tints of #3E395C

#3E395C
(62,57,92)
#4F4B6A
(79,75,106)
#605D78
(96,93,120)
#716F86
(113,111,134)
#828194
(130,129,148)
#9393A2
(147,147,162)
#A4A5B0
(164,165,176)
#B5B7BE
(181,183,190)
#C6C9CC
(198,201,204)
#D7DBDA
(215,219,218)
#E8EDE8
(232,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E395C color. Also use rgb(62,57,92) instead hex code.

Text Font Color

.myTextColor { color: #3E395C; }

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

This text font color is #3E395C.

Background Color

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

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

This div background color is #3E395C.

Border color

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

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

This div border color is #3E395C.

Opacity

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

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

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

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

This text has shadow with #3E395C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E395C.

Preview

Color preview on black background

This text has color #3E395C on black background.


Color preview on white background

This text has color #3E395C on white background.


Black color preview on #3E395C background

This text has black color on #3E395C background.


White color preview on #3E395C background

This text has white color on #3E395C background.


Related colors

Complementary color

Complementary color for #hex is #C1C6A3.


I love getcolorcode.com

Triadic colors

1 #5C3E39 and #395C3E with #3E395C are triadic colors.

2 #5C393E and #393E5C with #3E395C are triadic colors.