COLOR #3E0A27

HEX: #3E0A27
RGB: (62,10,39)

Color info

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

RGB color model

#3E0A27 color RGB value is (62,10,39).

  • red value is 62;
  • green value is 10;
  • blue value is 39.
RGB:
(62,10,39)
(24%,4%,15%)

RGB channels and saturation

R 62 of 255 = 24%
G 10 of 255 = 4%
B 39 of 255 = 15%

62
10
39

R + G + B ~ 14%. #3E0A27 is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 10 + 39 = 111 (100%)
R 62 of 111 ~ 55.86%
G 10 of 111 ~ 9.01%
B 39 of 111 ~ 35.14%

%55.86
%35.14

CMYK color model

#3E0A27 color CMYK value is (0,84,37,76).

  • cyan value is 0.00%
  • magenta value is 83.87%
  • yellow value is 37.10%
  • key color value is 75.69%
CMYK:
(0,84,37,76)
C0M84Y37K76 
(0%,84%,37%,76%)
(0.00/0.84/0.37/0.76)	

CMYK percentages

%0
%83.87
%37.1
%75.69

Codes

Color #3E0A27 in popluar color models

3E0A27
RGB621039
HSL327°72.22%14.12%
HSB/HSV327°83.87%24.31%
CMYK0.00%83.87%37.10%
75.69%

Color #3E0A27 in popluar number systems.

HEX3E0A27
Decimal621039
Binary1111101010100111
Octal761247

Shades and tints

Shades of #3E0A27

#3E0A27
(62,10,39)
#390A24
(57,10,36)
#340A21
(52,10,33)
#2F0A1E
(47,10,30)
#2A0A1B
(42,10,27)
#250A18
(37,10,24)
#200A15
(32,10,21)
#1B0A12
(27,10,18)
#160A0F
(22,10,15)
#110A0C
(17,10,12)
#0C0A09
(12,10,9)
#000000
(0,0,0)

Tints of #3E0A27

#3E0A27
(62,10,39)
#4F203A
(79,32,58)
#60364D
(96,54,77)
#714C60
(113,76,96)
#826273
(130,98,115)
#937886
(147,120,134)
#A48E99
(164,142,153)
#B5A4AC
(181,164,172)
#C6BABF
(198,186,191)
#D7D0D2
(215,208,210)
#E8E6E5
(232,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E0A27 color. Also use rgb(62,10,39) instead hex code.

Text Font Color

.myTextColor { color: #3E0A27; }

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

This text font color is #3E0A27.


Background Color

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

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

This div background color is #3E0A27.


Border color

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

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

This div border color is #3E0A27.


Opacity

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

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

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

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

This text has shadow with #3E0A27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E0A27 on black background.


Color preview on white background

This text has color #3E0A27 on white background.



Black color preview on #3E0A27 background

This text has black color on #3E0A27 background.


White color preview on #3E0A27 background

This text has white color on #3E0A27 background.