COLOR #3E2D57

HEX: #3E2D57
RGB: (62,45,87)

Color info

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

RGB color model

#3E2D57 color RGB value is (62,45,87).

  • red value is 62;
  • green value is 45;
  • blue value is 87.
RGB:
(62,45,87)
(24%,18%,34%)

RGB channels and saturation

R 62 of 255 = 24%
G 45 of 255 = 18%
B 87 of 255 = 34%

62
45
87

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

Portions of RGB colors in percentages

R + G + B =
62 + 45 + 87 = 194 (100%)
R 62 of 194 ~ 31.96%
G 45 of 194 ~ 23.2%
B 87 of 194 ~ 44.85%

%31.96
%23.2
%44.85

CMYK color model

#3E2D57 color CMYK value is (29,48,0,66).

  • cyan value is 28.74%
  • magenta value is 48.28%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(29,48,0,66)
C29M48Y0K66 
(29%,48%,0%,66%)
(0.29/0.48/0.00/0.66)	

CMYK percentages

%28.74
%48.28
%0
%65.88

Codes

Color #3E2D57 in popluar color models

3E2D57
RGB624587
HSL264°31.82%25.88%
HSB/HSV264°48.28%34.12%
CMYK28.74%48.28%0.00%
65.88%

Color #3E2D57 in popluar number systems.

HEX3E2D57
Decimal624587
Binary1111101011011010111
Octal7655127

Shades and tints

Shades of #3E2D57

#3E2D57
(62,45,87)
#392950
(57,41,80)
#342549
(52,37,73)
#2F2142
(47,33,66)
#2A1D3B
(42,29,59)
#251934
(37,25,52)
#20152D
(32,21,45)
#1B1126
(27,17,38)
#160D1F
(22,13,31)
#110918
(17,9,24)
#0C0511
(12,5,17)
#000000
(0,0,0)

Tints of #3E2D57

#3E2D57
(62,45,87)
#4F4066
(79,64,102)
#605375
(96,83,117)
#716684
(113,102,132)
#827993
(130,121,147)
#938CA2
(147,140,162)
#A49FB1
(164,159,177)
#B5B2C0
(181,178,192)
#C6C5CF
(198,197,207)
#D7D8DE
(215,216,222)
#E8EBED
(232,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E2D57 color. Also use rgb(62,45,87) instead hex code.

Text Font Color

.myTextColor { color: #3E2D57; }

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

This text font color is #3E2D57.


Background Color

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

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

This div background color is #3E2D57.


Border color

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

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

This div border color is #3E2D57.


Opacity

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

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

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

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

This text has shadow with #3E2D57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E2D57 on black background.


Color preview on white background

This text has color #3E2D57 on white background.



Black color preview on #3E2D57 background

This text has black color on #3E2D57 background.


White color preview on #3E2D57 background

This text has white color on #3E2D57 background.