COLOR #3A2E62

HEX: #3A2E62
RGB: (58,46,98)

Color info

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

RGB color model

#3A2E62 color RGB value is (58,46,98).

  • red value is 58;
  • green value is 46;
  • blue value is 98.
RGB:
(58,46,98)
(23%,18%,38%)

RGB channels and saturation

R 58 of 255 = 23%
G 46 of 255 = 18%
B 98 of 255 = 38%

58
46
98

R + G + B ~ 26%. #3A2E62 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 46 + 98 = 202 (100%)
R 58 of 202 ~ 28.71%
G 46 of 202 ~ 22.77%
B 98 of 202 ~ 48.51%

%28.71
%22.77
%48.51

CMYK color model

#3A2E62 color CMYK value is (41,53,0,62).

  • cyan value is 40.82%
  • magenta value is 53.06%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(41,53,0,62)
C41M53Y0K62 
(41%,53%,0%,62%)
(0.41/0.53/0.00/0.62)	

CMYK percentages

%40.82
%53.06
%0
%61.57

Codes

Color #3A2E62 in popluar color models

3A2E62
RGB584698
HSL254°36.11%28.24%
HSB/HSV254°53.06%38.43%
CMYK40.82%53.06%0.00%
61.57%

Color #3A2E62 in popluar number systems.

HEX3A2E62
Decimal584698
Binary1110101011101100010
Octal7256142

Shades and tints

Shades of #3A2E62

#3A2E62
(58,46,98)
#352A5A
(53,42,90)
#302652
(48,38,82)
#2B224A
(43,34,74)
#261E42
(38,30,66)
#211A3A
(33,26,58)
#1C1632
(28,22,50)
#17122A
(23,18,42)
#120E22
(18,14,34)
#0D0A1A
(13,10,26)
#080612
(8,6,18)
#000000
(0,0,0)

Tints of #3A2E62

#3A2E62
(58,46,98)
#4B4170
(75,65,112)
#5C547E
(92,84,126)
#6D678C
(109,103,140)
#7E7A9A
(126,122,154)
#8F8DA8
(143,141,168)
#A0A0B6
(160,160,182)
#B1B3C4
(177,179,196)
#C2C6D2
(194,198,210)
#D3D9E0
(211,217,224)
#E4ECEE
(228,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A2E62 color. Also use rgb(58,46,98) instead hex code.

Text Font Color

.myTextColor { color: #3A2E62; }

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

This text font color is #3A2E62.


Background Color

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

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

This div background color is #3A2E62.


Border color

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

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

This div border color is #3A2E62.


Opacity

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

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

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

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

This text has shadow with #3A2E62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A2E62 on black background.


Color preview on white background

This text has color #3A2E62 on white background.



Black color preview on #3A2E62 background

This text has black color on #3A2E62 background.


White color preview on #3A2E62 background

This text has white color on #3A2E62 background.