COLOR #3E3B4B

HEX: #3E3B4B
RGB: (62,59,75)

Color info

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

RGB color model

#3E3B4B color RGB value is (62,59,75).

  • red value is 62;
  • green value is 59;
  • blue value is 75.
RGB:
(62,59,75)
(24%,23%,29%)

RGB channels and saturation

R 62 of 255 = 24%
G 59 of 255 = 23%
B 75 of 255 = 29%

62
59
75

R + G + B ~ 25%. #3E3B4B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 59 + 75 = 196 (100%)
R 62 of 196 ~ 31.63%
G 59 of 196 ~ 30.1%
B 75 of 196 ~ 38.27%

%31.63
%30.1
%38.27

CMYK color model

#3E3B4B color CMYK value is (17,21,0,71).

  • cyan value is 17.33%
  • magenta value is 21.33%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(17,21,0,71)
C17M21Y0K71 
(17%,21%,0%,71%)
(0.17/0.21/0.00/0.71)	

CMYK percentages

%17.33
%21.33
%0
%70.59

Codes

Color #3E3B4B in popluar color models

3E3B4B
RGB625975
HSL251°11.94%26.27%
HSB/HSV251°21.33%29.41%
CMYK17.33%21.33%0.00%
70.59%

Color #3E3B4B in popluar number systems.

HEX3E3B4B
Decimal625975
Binary1111101110111001011
Octal7673113

Shades and tints

Shades of #3E3B4B

#3E3B4B
(62,59,75)
#393645
(57,54,69)
#34313F
(52,49,63)
#2F2C39
(47,44,57)
#2A2733
(42,39,51)
#25222D
(37,34,45)
#201D27
(32,29,39)
#1B1821
(27,24,33)
#16131B
(22,19,27)
#110E15
(17,14,21)
#0C090F
(12,9,15)
#000000
(0,0,0)

Tints of #3E3B4B

#3E3B4B
(62,59,75)
#4F4C5B
(79,76,91)
#605D6B
(96,93,107)
#716E7B
(113,110,123)
#827F8B
(130,127,139)
#93909B
(147,144,155)
#A4A1AB
(164,161,171)
#B5B2BB
(181,178,187)
#C6C3CB
(198,195,203)
#D7D4DB
(215,212,219)
#E8E5EB
(232,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E3B4B; }

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

This text font color is #3E3B4B.


Background Color

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

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

This div background color is #3E3B4B.


Border color

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

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

This div border color is #3E3B4B.


Opacity

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

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

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

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

This text has shadow with #3E3B4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E3B4B on black background.


Color preview on white background

This text has color #3E3B4B on white background.



Black color preview on #3E3B4B background

This text has black color on #3E3B4B background.


White color preview on #3E3B4B background

This text has white color on #3E3B4B background.