COLOR #3E1337

HEX: #3E1337
RGB: (62,19,55)

Color info

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

RGB color model

#3E1337 color RGB value is (62,19,55).

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

RGB channels and saturation

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

62
19
55

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

Portions of RGB colors in percentages

R + G + B =
62 + 19 + 55 = 136 (100%)
R 62 of 136 ~ 45.59%
G 19 of 136 ~ 13.97%
B 55 of 136 ~ 40.44%

%45.59
%13.97
%40.44

CMYK color model

#3E1337 color CMYK value is (0,69,11,76).

  • cyan value is 0.00%
  • magenta value is 69.35%
  • yellow value is 11.29%
  • key color value is 75.69%
CMYK:
(0,69,11,76)
C0M69Y11K76 
(0%,69%,11%,76%)
(0.00/0.69/0.11/0.76)	

CMYK percentages

%0
%69.35
%11.29
%75.69

Codes

Color #3E1337 in popluar color models

3E1337
RGB621955
HSL310°53.09%15.88%
HSB/HSV310°69.35%24.31%
CMYK0.00%69.35%11.29%
75.69%

Color #3E1337 in popluar number systems.

HEX3E1337
Decimal621955
Binary11111010011110111
Octal762367

Shades and tints

Shades of #3E1337

#3E1337
(62,19,55)
#391232
(57,18,50)
#34112D
(52,17,45)
#2F1028
(47,16,40)
#2A0F23
(42,15,35)
#250E1E
(37,14,30)
#200D19
(32,13,25)
#1B0C14
(27,12,20)
#160B0F
(22,11,15)
#110A0A
(17,10,10)
#0C0905
(12,9,5)
#000000
(0,0,0)

Tints of #3E1337

#3E1337
(62,19,55)
#4F2849
(79,40,73)
#603D5B
(96,61,91)
#71526D
(113,82,109)
#82677F
(130,103,127)
#937C91
(147,124,145)
#A491A3
(164,145,163)
#B5A6B5
(181,166,181)
#C6BBC7
(198,187,199)
#D7D0D9
(215,208,217)
#E8E5EB
(232,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E1337; }

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

This text font color is #3E1337.


Background Color

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

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

This div background color is #3E1337.


Border color

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

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

This div border color is #3E1337.


Opacity

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

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

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

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

This text has shadow with #3E1337 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E1337 on black background.


Color preview on white background

This text has color #3E1337 on white background.



Black color preview on #3E1337 background

This text has black color on #3E1337 background.


White color preview on #3E1337 background

This text has white color on #3E1337 background.