COLOR #3E3D40

HEX: #3E3D40
RGB: (62,61,64)

Color info

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

RGB color model

#3E3D40 color RGB value is (62,61,64).

  • red value is 62;
  • green value is 61;
  • blue value is 64.
RGB:
(62,61,64)
(24%,24%,25%)

RGB channels and saturation

R 62 of 255 = 24%
G 61 of 255 = 24%
B 64 of 255 = 25%

62
61
64

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

Portions of RGB colors in percentages

R + G + B =
62 + 61 + 64 = 187 (100%)
R 62 of 187 ~ 33.16%
G 61 of 187 ~ 32.62%
B 64 of 187 ~ 34.22%

%33.16
%32.62
%34.22

CMYK color model

#3E3D40 color CMYK value is (3,5,0,75).

  • cyan value is 3.12%
  • magenta value is 4.69%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(3,5,0,75)
C3M5Y0K75 
(3%,5%,0%,75%)
(0.03/0.05/0.00/0.75)	

CMYK percentages

%3.12
%4.69
%0
%74.9

Codes

Color #3E3D40 in popluar color models

3E3D40
RGB626164
HSL260°2.40%24.51%
HSB/HSV260°4.69%25.10%
CMYK3.12%4.69%0.00%
74.90%

Color #3E3D40 in popluar number systems.

HEX3E3D40
Decimal626164
Binary1111101111011000000
Octal7675100

Shades and tints

Shades of #3E3D40

#3E3D40
(62,61,64)
#39383B
(57,56,59)
#343336
(52,51,54)
#2F2E31
(47,46,49)
#2A292C
(42,41,44)
#252427
(37,36,39)
#201F22
(32,31,34)
#1B1A1D
(27,26,29)
#161518
(22,21,24)
#111013
(17,16,19)
#0C0B0E
(12,11,14)
#000000
(0,0,0)

Tints of #3E3D40

#3E3D40
(62,61,64)
#4F4E51
(79,78,81)
#605F62
(96,95,98)
#717073
(113,112,115)
#828184
(130,129,132)
#939295
(147,146,149)
#A4A3A6
(164,163,166)
#B5B4B7
(181,180,183)
#C6C5C8
(198,197,200)
#D7D6D9
(215,214,217)
#E8E7EA
(232,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E3D40 color. Also use rgb(62,61,64) instead hex code.

Text Font Color

.myTextColor { color: #3E3D40; }

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

This text font color is #3E3D40.


Background Color

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

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

This div background color is #3E3D40.


Border color

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

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

This div border color is #3E3D40.


Opacity

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

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

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

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

This text has shadow with #3E3D40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E3D40 on black background.


Color preview on white background

This text has color #3E3D40 on white background.



Black color preview on #3E3D40 background

This text has black color on #3E3D40 background.


White color preview on #3E3D40 background

This text has white color on #3E3D40 background.