COLOR #3E2C55

HEX: #3E2C55
RGB: (62,44,85)

Color info

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

RGB color model

#3E2C55 color RGB value is (62,44,85).

  • red value is 62;
  • green value is 44;
  • blue value is 85.
RGB:
(62,44,85)
(24%,17%,33%)

RGB channels and saturation

R 62 of 255 = 24%
G 44 of 255 = 17%
B 85 of 255 = 33%

62
44
85

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

Portions of RGB colors in percentages

R + G + B =
62 + 44 + 85 = 191 (100%)
R 62 of 191 ~ 32.46%
G 44 of 191 ~ 23.04%
B 85 of 191 ~ 44.5%

%32.46
%23.04
%44.5

CMYK color model

#3E2C55 color CMYK value is (27,48,0,67).

  • cyan value is 27.06%
  • magenta value is 48.24%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(27,48,0,67)
C27M48Y0K67 
(27%,48%,0%,67%)
(0.27/0.48/0.00/0.67)	

CMYK percentages

%27.06
%48.24
%0
%66.67

Codes

Color #3E2C55 in popluar color models

3E2C55
RGB624485
HSL266°31.78%25.29%
HSB/HSV266°48.24%33.33%
CMYK27.06%48.24%0.00%
66.67%

Color #3E2C55 in popluar number systems.

HEX3E2C55
Decimal624485
Binary1111101011001010101
Octal7654125

Shades and tints

Shades of #3E2C55

#3E2C55
(62,44,85)
#39284E
(57,40,78)
#342447
(52,36,71)
#2F2040
(47,32,64)
#2A1C39
(42,28,57)
#251832
(37,24,50)
#20142B
(32,20,43)
#1B1024
(27,16,36)
#160C1D
(22,12,29)
#110816
(17,8,22)
#0C040F
(12,4,15)
#000000
(0,0,0)

Tints of #3E2C55

#3E2C55
(62,44,85)
#4F3F64
(79,63,100)
#605273
(96,82,115)
#716582
(113,101,130)
#827891
(130,120,145)
#938BA0
(147,139,160)
#A49EAF
(164,158,175)
#B5B1BE
(181,177,190)
#C6C4CD
(198,196,205)
#D7D7DC
(215,215,220)
#E8EAEB
(232,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E2C55 color. Also use rgb(62,44,85) instead hex code.

Text Font Color

.myTextColor { color: #3E2C55; }

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

This text font color is #3E2C55.


Background Color

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

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

This div background color is #3E2C55.


Border color

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

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

This div border color is #3E2C55.


Opacity

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

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

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

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

This text has shadow with #3E2C55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E2C55 on black background.


Color preview on white background

This text has color #3E2C55 on white background.



Black color preview on #3E2C55 background

This text has black color on #3E2C55 background.


White color preview on #3E2C55 background

This text has white color on #3E2C55 background.