COLOR #3E053B

HEX: #3E053B
RGB: (62,5,59)

Color info

#3E053B contains red, green and blue colors in about the same proportion. Web safe color of #3E053B is #330033 (or #303).

RGB color model

#3E053B color RGB value is (62,5,59).

  • red value is 62;
  • green value is 5;
  • blue value is 59.
RGB:
(62,5,59)
(24%,2%,23%)

RGB channels and saturation

R 62 of 255 = 24%
G 5 of 255 = 2%
B 59 of 255 = 23%

62
5
59

R + G + B ~ 16%. #3E053B is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 5 + 59 = 126 (100%)
R 62 of 126 ~ 49.21%
G 5 of 126 ~ 3.97%
B 59 of 126 ~ 46.83%

%49.21
%46.83

CMYK color model

#3E053B color CMYK value is (0,92,5,76).

  • cyan value is 0.00%
  • magenta value is 91.94%
  • yellow value is 4.84%
  • key color value is 75.69%
CMYK:
(0,92,5,76)
C0M92Y5K76 
(0%,92%,5%,76%)
(0.00/0.92/0.05/0.76)	

CMYK percentages

%0
%91.94
%4.84
%75.69

Codes

Color #3E053B in popluar color models

3E053B
RGB62559
HSL303°85.07%13.14%
HSB/HSV303°91.94%24.31%
CMYK0.00%91.94%4.84%
75.69%

Color #3E053B in popluar number systems.

HEX3E053B
Decimal62559
Binary111110101111011
Octal76573

Shades and tints

Shades of #3E053B

#3E053B
(62,5,59)
#390536
(57,5,54)
#340531
(52,5,49)
#2F052C
(47,5,44)
#2A0527
(42,5,39)
#250522
(37,5,34)
#20051D
(32,5,29)
#1B0518
(27,5,24)
#160513
(22,5,19)
#11050E
(17,5,14)
#0C0509
(12,5,9)
#000000
(0,0,0)

Tints of #3E053B

#3E053B
(62,5,59)
#4F1B4C
(79,27,76)
#60315D
(96,49,93)
#71476E
(113,71,110)
#825D7F
(130,93,127)
#937390
(147,115,144)
#A489A1
(164,137,161)
#B59FB2
(181,159,178)
#C6B5C3
(198,181,195)
#D7CBD4
(215,203,212)
#E8E1E5
(232,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E053B color. Also use rgb(62,5,59) instead hex code.

Text Font Color

.myTextColor { color: #3E053B; }

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

This text font color is #3E053B.


Background Color

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

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

This div background color is #3E053B.


Border color

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

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

This div border color is #3E053B.


Opacity

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

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

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

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

This text has shadow with #3E053B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E053B on black background.


Color preview on white background

This text has color #3E053B on white background.



Black color preview on #3E053B background

This text has black color on #3E053B background.


White color preview on #3E053B background

This text has white color on #3E053B background.