COLOR #3E3A44

HEX: #3E3A44
RGB: (62,58,68)

Color info

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

RGB color model

#3E3A44 color RGB value is (62,58,68).

  • red value is 62;
  • green value is 58;
  • blue value is 68.
RGB:
(62,58,68)
(24%,23%,27%)

RGB channels and saturation

R 62 of 255 = 24%
G 58 of 255 = 23%
B 68 of 255 = 27%

62
58
68

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

Portions of RGB colors in percentages

R + G + B =
62 + 58 + 68 = 188 (100%)
R 62 of 188 ~ 32.98%
G 58 of 188 ~ 30.85%
B 68 of 188 ~ 36.17%

%32.98
%30.85
%36.17

CMYK color model

#3E3A44 color CMYK value is (9,15,0,73).

  • cyan value is 8.82%
  • magenta value is 14.71%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(9,15,0,73)
C9M15Y0K73 
(9%,15%,0%,73%)
(0.09/0.15/0.00/0.73)	

CMYK percentages

%8.82
%14.71
%0
%73.33

Codes

Color #3E3A44 in popluar color models

3E3A44
RGB625868
HSL264°7.94%24.71%
HSB/HSV264°14.71%26.67%
CMYK8.82%14.71%0.00%
73.33%

Color #3E3A44 in popluar number systems.

HEX3E3A44
Decimal625868
Binary1111101110101000100
Octal7672104

Shades and tints

Shades of #3E3A44

#3E3A44
(62,58,68)
#39353E
(57,53,62)
#343038
(52,48,56)
#2F2B32
(47,43,50)
#2A262C
(42,38,44)
#252126
(37,33,38)
#201C20
(32,28,32)
#1B171A
(27,23,26)
#161214
(22,18,20)
#110D0E
(17,13,14)
#0C0808
(12,8,8)
#000000
(0,0,0)

Tints of #3E3A44

#3E3A44
(62,58,68)
#4F4B55
(79,75,85)
#605C66
(96,92,102)
#716D77
(113,109,119)
#827E88
(130,126,136)
#938F99
(147,143,153)
#A4A0AA
(164,160,170)
#B5B1BB
(181,177,187)
#C6C2CC
(198,194,204)
#D7D3DD
(215,211,221)
#E8E4EE
(232,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E3A44 color. Also use rgb(62,58,68) instead hex code.

Text Font Color

.myTextColor { color: #3E3A44; }

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

This text font color is #3E3A44.


Background Color

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

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

This div background color is #3E3A44.


Border color

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

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

This div border color is #3E3A44.


Opacity

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

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

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

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

This text has shadow with #3E3A44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E3A44 on black background.


Color preview on white background

This text has color #3E3A44 on white background.



Black color preview on #3E3A44 background

This text has black color on #3E3A44 background.


White color preview on #3E3A44 background

This text has white color on #3E3A44 background.