COLOR #3E3349

HEX: #3E3349
RGB: (62,51,73)

Color info

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

RGB color model

#3E3349 color RGB value is (62,51,73).

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

RGB channels and saturation

R 62 of 255 = 24%
G 51 of 255 = 20%
B 73 of 255 = 29%

62
51
73

R + G + B ~ 24%. #3E3349 is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 51 + 73 = 186 (100%)
R 62 of 186 ~ 33.33%
G 51 of 186 ~ 27.42%
B 73 of 186 ~ 39.25%

%33.33
%27.42
%39.25

CMYK color model

#3E3349 color CMYK value is (15,30,0,71).

  • cyan value is 15.07%
  • magenta value is 30.14%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(15,30,0,71)
C15M30Y0K71 
(15%,30%,0%,71%)
(0.15/0.30/0.00/0.71)	

CMYK percentages

%15.07
%30.14
%0
%71.37

Codes

Color #3E3349 in popluar color models

3E3349
RGB625173
HSL270°17.74%24.31%
HSB/HSV270°30.14%28.63%
CMYK15.07%30.14%0.00%
71.37%

Color #3E3349 in popluar number systems.

HEX3E3349
Decimal625173
Binary1111101100111001001
Octal7663111

Shades and tints

Shades of #3E3349

#3E3349
(62,51,73)
#392F43
(57,47,67)
#342B3D
(52,43,61)
#2F2737
(47,39,55)
#2A2331
(42,35,49)
#251F2B
(37,31,43)
#201B25
(32,27,37)
#1B171F
(27,23,31)
#161319
(22,19,25)
#110F13
(17,15,19)
#0C0B0D
(12,11,13)
#000000
(0,0,0)

Tints of #3E3349

#3E3349
(62,51,73)
#4F4559
(79,69,89)
#605769
(96,87,105)
#716979
(113,105,121)
#827B89
(130,123,137)
#938D99
(147,141,153)
#A49FA9
(164,159,169)
#B5B1B9
(181,177,185)
#C6C3C9
(198,195,201)
#D7D5D9
(215,213,217)
#E8E7E9
(232,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E3349; }

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

This text font color is #3E3349.


Background Color

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

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

This div background color is #3E3349.


Border color

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

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

This div border color is #3E3349.


Opacity

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

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

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

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

This text has shadow with #3E3349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E3349 on black background.


Color preview on white background

This text has color #3E3349 on white background.



Black color preview on #3E3349 background

This text has black color on #3E3349 background.


White color preview on #3E3349 background

This text has white color on #3E3349 background.