COLOR #3E2D46

HEX: #3E2D46
RGB: (62,45,70)

Color info

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

RGB color model

#3E2D46 color RGB value is (62,45,70).

  • red value is 62;
  • green value is 45;
  • blue value is 70.
RGB:
(62,45,70)
(24%,18%,27%)

RGB channels and saturation

R 62 of 255 = 24%
G 45 of 255 = 18%
B 70 of 255 = 27%

62
45
70

R + G + B ~ 23%. #3E2D46 is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 45 + 70 = 177 (100%)
R 62 of 177 ~ 35.03%
G 45 of 177 ~ 25.42%
B 70 of 177 ~ 39.55%

%35.03
%25.42
%39.55

CMYK color model

#3E2D46 color CMYK value is (11,36,0,73).

  • cyan value is 11.43%
  • magenta value is 35.71%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(11,36,0,73)
C11M36Y0K73 
(11%,36%,0%,73%)
(0.11/0.36/0.00/0.73)	

CMYK percentages

%11.43
%35.71
%0
%72.55

Codes

Color #3E2D46 in popluar color models

3E2D46
RGB624570
HSL281°21.74%22.55%
HSB/HSV281°35.71%27.45%
CMYK11.43%35.71%0.00%
72.55%

Color #3E2D46 in popluar number systems.

HEX3E2D46
Decimal624570
Binary1111101011011000110
Octal7655106

Shades and tints

Shades of #3E2D46

#3E2D46
(62,45,70)
#392940
(57,41,64)
#34253A
(52,37,58)
#2F2134
(47,33,52)
#2A1D2E
(42,29,46)
#251928
(37,25,40)
#201522
(32,21,34)
#1B111C
(27,17,28)
#160D16
(22,13,22)
#110910
(17,9,16)
#0C050A
(12,5,10)
#000000
(0,0,0)

Tints of #3E2D46

#3E2D46
(62,45,70)
#4F4056
(79,64,86)
#605366
(96,83,102)
#716676
(113,102,118)
#827986
(130,121,134)
#938C96
(147,140,150)
#A49FA6
(164,159,166)
#B5B2B6
(181,178,182)
#C6C5C6
(198,197,198)
#D7D8D6
(215,216,214)
#E8EBE6
(232,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E2D46; }

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

This text font color is #3E2D46.


Background Color

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

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

This div background color is #3E2D46.


Border color

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

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

This div border color is #3E2D46.


Opacity

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

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

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

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

This text has shadow with #3E2D46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E2D46 on black background.


Color preview on white background

This text has color #3E2D46 on white background.



Black color preview on #3E2D46 background

This text has black color on #3E2D46 background.


White color preview on #3E2D46 background

This text has white color on #3E2D46 background.