COLOR #3E2136

HEX: #3E2136
RGB: (62,33,54)

Color info

#3E2136 contains red, green and blue colors in about the same proportion. Web safe color of #3E2136 is #333333 (or #333).

RGB color model

#3E2136 color RGB value is (62,33,54).

  • red value is 62;
  • green value is 33;
  • blue value is 54.
RGB:
(62,33,54)
(24%,13%,21%)

RGB channels and saturation

R 62 of 255 = 24%
G 33 of 255 = 13%
B 54 of 255 = 21%

62
33
54

R + G + B ~ 19%. #3E2136 is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 33 + 54 = 149 (100%)
R 62 of 149 ~ 41.61%
G 33 of 149 ~ 22.15%
B 54 of 149 ~ 36.24%

%41.61
%22.15
%36.24

CMYK color model

#3E2136 color CMYK value is (0,47,13,76).

  • cyan value is 0.00%
  • magenta value is 46.77%
  • yellow value is 12.90%
  • key color value is 75.69%
CMYK:
(0,47,13,76)
C0M47Y13K76 
(0%,47%,13%,76%)
(0.00/0.47/0.13/0.76)	

CMYK percentages

%0
%46.77
%12.9
%75.69

Codes

Color #3E2136 in popluar color models

3E2136
RGB623354
HSL317°30.53%18.63%
HSB/HSV317°46.77%24.31%
CMYK0.00%46.77%12.90%
75.69%

Color #3E2136 in popluar number systems.

HEX3E2136
Decimal623354
Binary111110100001110110
Octal764166

Shades and tints

Shades of #3E2136

#3E2136
(62,33,54)
#391E32
(57,30,50)
#341B2E
(52,27,46)
#2F182A
(47,24,42)
#2A1526
(42,21,38)
#251222
(37,18,34)
#200F1E
(32,15,30)
#1B0C1A
(27,12,26)
#160916
(22,9,22)
#110612
(17,6,18)
#0C030E
(12,3,14)
#000000
(0,0,0)

Tints of #3E2136

#3E2136
(62,33,54)
#4F3548
(79,53,72)
#60495A
(96,73,90)
#715D6C
(113,93,108)
#82717E
(130,113,126)
#938590
(147,133,144)
#A499A2
(164,153,162)
#B5ADB4
(181,173,180)
#C6C1C6
(198,193,198)
#D7D5D8
(215,213,216)
#E8E9EA
(232,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E2136; }

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

This text font color is #3E2136.


Background Color

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

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

This div background color is #3E2136.


Border color

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

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

This div border color is #3E2136.


Opacity

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

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

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

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

This text has shadow with #3E2136 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E2136 on black background.


Color preview on white background

This text has color #3E2136 on white background.



Black color preview on #3E2136 background

This text has black color on #3E2136 background.


White color preview on #3E2136 background

This text has white color on #3E2136 background.