COLOR #3E2B49

HEX: #3E2B49
RGB: (62,43,73)

Color info

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

RGB color model

#3E2B49 color RGB value is (62,43,73).

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

RGB channels and saturation

R 62 of 255 = 24%
G 43 of 255 = 17%
B 73 of 255 = 29%

62
43
73

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

Portions of RGB colors in percentages

R + G + B =
62 + 43 + 73 = 178 (100%)
R 62 of 178 ~ 34.83%
G 43 of 178 ~ 24.16%
B 73 of 178 ~ 41.01%

%34.83
%24.16
%41.01

CMYK color model

#3E2B49 color CMYK value is (15,41,0,71).

  • cyan value is 15.07%
  • magenta value is 41.10%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(15,41,0,71)
C15M41Y0K71 
(15%,41%,0%,71%)
(0.15/0.41/0.00/0.71)	

CMYK percentages

%15.07
%41.1
%0
%71.37

Codes

Color #3E2B49 in popluar color models

3E2B49
RGB624373
HSL278°25.86%22.75%
HSB/HSV278°41.10%28.63%
CMYK15.07%41.10%0.00%
71.37%

Color #3E2B49 in popluar number systems.

HEX3E2B49
Decimal624373
Binary1111101010111001001
Octal7653111

Shades and tints

Shades of #3E2B49

#3E2B49
(62,43,73)
#392843
(57,40,67)
#34253D
(52,37,61)
#2F2237
(47,34,55)
#2A1F31
(42,31,49)
#251C2B
(37,28,43)
#201925
(32,25,37)
#1B161F
(27,22,31)
#161319
(22,19,25)
#111013
(17,16,19)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #3E2B49

#3E2B49
(62,43,73)
#4F3E59
(79,62,89)
#605169
(96,81,105)
#716479
(113,100,121)
#827789
(130,119,137)
#938A99
(147,138,153)
#A49DA9
(164,157,169)
#B5B0B9
(181,176,185)
#C6C3C9
(198,195,201)
#D7D6D9
(215,214,217)
#E8E9E9
(232,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E2B49; }

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

This text font color is #3E2B49.


Background Color

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

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

This div background color is #3E2B49.


Border color

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

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

This div border color is #3E2B49.


Opacity

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

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

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

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

This text has shadow with #3E2B49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E2B49 on black background.


Color preview on white background

This text has color #3E2B49 on white background.



Black color preview on #3E2B49 background

This text has black color on #3E2B49 background.


White color preview on #3E2B49 background

This text has white color on #3E2B49 background.