COLOR #3E113E

HEX: #3E113E
RGB: (62,17,62)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

62
17
62

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

Portions of RGB colors in percentages

R + G + B =
62 + 17 + 62 = 141 (100%)
R 62 of 141 ~ 43.97%
G 17 of 141 ~ 12.06%
B 62 of 141 ~ 43.97%

%43.97
%12.06
%43.97

CMYK color model

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

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

CMYK percentages

%0
%72.58
%0
%75.69

Codes

Color #3E113E in popluar color models

3E113E
RGB621762
HSL300°56.96%15.49%
HSB/HSV300°72.58%24.31%
CMYK0.00%72.58%0.00%
75.69%

Color #3E113E in popluar number systems.

HEX3E113E
Decimal621762
Binary11111010001111110
Octal762176

Shades and tints

Shades of #3E113E

#3E113E
(62,17,62)
#391039
(57,16,57)
#340F34
(52,15,52)
#2F0E2F
(47,14,47)
#2A0D2A
(42,13,42)
#250C25
(37,12,37)
#200B20
(32,11,32)
#1B0A1B
(27,10,27)
#160916
(22,9,22)
#110811
(17,8,17)
#0C070C
(12,7,12)
#000000
(0,0,0)

Tints of #3E113E

#3E113E
(62,17,62)
#4F264F
(79,38,79)
#603B60
(96,59,96)
#715071
(113,80,113)
#826582
(130,101,130)
#937A93
(147,122,147)
#A48FA4
(164,143,164)
#B5A4B5
(181,164,181)
#C6B9C6
(198,185,198)
#D7CED7
(215,206,215)
#E8E3E8
(232,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E113E; }

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

This text font color is #3E113E.


Background Color

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

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

This div background color is #3E113E.


Border color

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

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

This div border color is #3E113E.


Opacity

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

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

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

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

This text has shadow with #3E113E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E113E on black background.


Color preview on white background

This text has color #3E113E on white background.



Black color preview on #3E113E background

This text has black color on #3E113E background.


White color preview on #3E113E background

This text has white color on #3E113E background.