COLOR #3E0D40

HEX: #3E0D40
RGB: (62,13,64)

Color info

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

RGB color model

#3E0D40 color RGB value is (62,13,64).

  • red value is 62;
  • green value is 13;
  • blue value is 64.
RGB:
(62,13,64)
(24%,5%,25%)

RGB channels and saturation

R 62 of 255 = 24%
G 13 of 255 = 5%
B 64 of 255 = 25%

62
13
64

R + G + B ~ 18%. #3E0D40 is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 13 + 64 = 139 (100%)
R 62 of 139 ~ 44.6%
G 13 of 139 ~ 9.35%
B 64 of 139 ~ 46.04%

%44.6
%46.04

CMYK color model

#3E0D40 color CMYK value is (3,80,0,75).

  • cyan value is 3.12%
  • magenta value is 79.69%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(3,80,0,75)
C3M80Y0K75 
(3%,80%,0%,75%)
(0.03/0.80/0.00/0.75)	

CMYK percentages

%3.12
%79.69
%0
%74.9

Codes

Color #3E0D40 in popluar color models

3E0D40
RGB621364
HSL298°66.23%15.10%
HSB/HSV298°79.69%25.10%
CMYK3.12%79.69%0.00%
74.90%

Color #3E0D40 in popluar number systems.

HEX3E0D40
Decimal621364
Binary11111011011000000
Octal7615100

Shades and tints

Shades of #3E0D40

#3E0D40
(62,13,64)
#390C3B
(57,12,59)
#340B36
(52,11,54)
#2F0A31
(47,10,49)
#2A092C
(42,9,44)
#250827
(37,8,39)
#200722
(32,7,34)
#1B061D
(27,6,29)
#160518
(22,5,24)
#110413
(17,4,19)
#0C030E
(12,3,14)
#000000
(0,0,0)

Tints of #3E0D40

#3E0D40
(62,13,64)
#4F2351
(79,35,81)
#603962
(96,57,98)
#714F73
(113,79,115)
#826584
(130,101,132)
#937B95
(147,123,149)
#A491A6
(164,145,166)
#B5A7B7
(181,167,183)
#C6BDC8
(198,189,200)
#D7D3D9
(215,211,217)
#E8E9EA
(232,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E0D40 color. Also use rgb(62,13,64) instead hex code.

Text Font Color

.myTextColor { color: #3E0D40; }

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

This text font color is #3E0D40.


Background Color

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

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

This div background color is #3E0D40.


Border color

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

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

This div border color is #3E0D40.


Opacity

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

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

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

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

This text has shadow with #3E0D40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E0D40 on black background.


Color preview on white background

This text has color #3E0D40 on white background.



Black color preview on #3E0D40 background

This text has black color on #3E0D40 background.


White color preview on #3E0D40 background

This text has white color on #3E0D40 background.