COLOR #3E2A54

HEX: #3E2A54
RGB: (62,42,84)

Color info

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

RGB color model

#3E2A54 color RGB value is (62,42,84).

  • red value is 62;
  • green value is 42;
  • blue value is 84.
RGB:
(62,42,84)
(24%,16%,33%)

RGB channels and saturation

R 62 of 255 = 24%
G 42 of 255 = 16%
B 84 of 255 = 33%

62
42
84

R + G + B ~ 24%. #3E2A54 is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 42 + 84 = 188 (100%)
R 62 of 188 ~ 32.98%
G 42 of 188 ~ 22.34%
B 84 of 188 ~ 44.68%

%32.98
%22.34
%44.68

CMYK color model

#3E2A54 color CMYK value is (26,50,0,67).

  • cyan value is 26.19%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(26,50,0,67)
C26M50Y0K67 
(26%,50%,0%,67%)
(0.26/0.50/0.00/0.67)	

CMYK percentages

%26.19
%50
%0
%67.06

Codes

Color #3E2A54 in popluar color models

3E2A54
RGB624284
HSL269°33.33%24.71%
HSB/HSV269°50.00%32.94%
CMYK26.19%50.00%0.00%
67.06%

Color #3E2A54 in popluar number systems.

HEX3E2A54
Decimal624284
Binary1111101010101010100
Octal7652124

Shades and tints

Shades of #3E2A54

#3E2A54
(62,42,84)
#39274D
(57,39,77)
#342446
(52,36,70)
#2F213F
(47,33,63)
#2A1E38
(42,30,56)
#251B31
(37,27,49)
#20182A
(32,24,42)
#1B1523
(27,21,35)
#16121C
(22,18,28)
#110F15
(17,15,21)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #3E2A54

#3E2A54
(62,42,84)
#4F3D63
(79,61,99)
#605072
(96,80,114)
#716381
(113,99,129)
#827690
(130,118,144)
#93899F
(147,137,159)
#A49CAE
(164,156,174)
#B5AFBD
(181,175,189)
#C6C2CC
(198,194,204)
#D7D5DB
(215,213,219)
#E8E8EA
(232,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E2A54 color. Also use rgb(62,42,84) instead hex code.

Text Font Color

.myTextColor { color: #3E2A54; }

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

This text font color is #3E2A54.


Background Color

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

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

This div background color is #3E2A54.


Border color

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

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

This div border color is #3E2A54.


Opacity

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

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

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

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

This text has shadow with #3E2A54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E2A54 on black background.


Color preview on white background

This text has color #3E2A54 on white background.



Black color preview on #3E2A54 background

This text has black color on #3E2A54 background.


White color preview on #3E2A54 background

This text has white color on #3E2A54 background.