COLOR #3E1137

HEX: #3E1137
RGB: (62,17,55)

Color info

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

RGB color model

#3E1137 color RGB value is (62,17,55).

  • red value is 62;
  • green value is 17;
  • blue value is 55.
RGB:
(62,17,55)
(24%,7%,22%)

RGB channels and saturation

R 62 of 255 = 24%
G 17 of 255 = 7%
B 55 of 255 = 22%

62
17
55

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

Portions of RGB colors in percentages

R + G + B =
62 + 17 + 55 = 134 (100%)
R 62 of 134 ~ 46.27%
G 17 of 134 ~ 12.69%
B 55 of 134 ~ 41.04%

%46.27
%12.69
%41.04

CMYK color model

#3E1137 color CMYK value is (0,73,11,76).

  • cyan value is 0.00%
  • magenta value is 72.58%
  • yellow value is 11.29%
  • key color value is 75.69%
CMYK:
(0,73,11,76)
C0M73Y11K76 
(0%,73%,11%,76%)
(0.00/0.73/0.11/0.76)	

CMYK percentages

%0
%72.58
%11.29
%75.69

Codes

Color #3E1137 in popluar color models

3E1137
RGB621755
HSL309°56.96%15.49%
HSB/HSV309°72.58%24.31%
CMYK0.00%72.58%11.29%
75.69%

Color #3E1137 in popluar number systems.

HEX3E1137
Decimal621755
Binary11111010001110111
Octal762167

Shades and tints

Shades of #3E1137

#3E1137
(62,17,55)
#391032
(57,16,50)
#340F2D
(52,15,45)
#2F0E28
(47,14,40)
#2A0D23
(42,13,35)
#250C1E
(37,12,30)
#200B19
(32,11,25)
#1B0A14
(27,10,20)
#16090F
(22,9,15)
#11080A
(17,8,10)
#0C0705
(12,7,5)
#000000
(0,0,0)

Tints of #3E1137

#3E1137
(62,17,55)
#4F2649
(79,38,73)
#603B5B
(96,59,91)
#71506D
(113,80,109)
#82657F
(130,101,127)
#937A91
(147,122,145)
#A48FA3
(164,143,163)
#B5A4B5
(181,164,181)
#C6B9C7
(198,185,199)
#D7CED9
(215,206,217)
#E8E3EB
(232,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E1137 color. Also use rgb(62,17,55) instead hex code.

Text Font Color

.myTextColor { color: #3E1137; }

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

This text font color is #3E1137.


Background Color

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

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

This div background color is #3E1137.


Border color

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

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

This div border color is #3E1137.


Opacity

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

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

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

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

This text has shadow with #3E1137 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E1137 on black background.


Color preview on white background

This text has color #3E1137 on white background.



Black color preview on #3E1137 background

This text has black color on #3E1137 background.


White color preview on #3E1137 background

This text has white color on #3E1137 background.