COLOR #3E3E3E

HEX: #3E3E3E
RGB: (62,62,62)

Color info

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

RGB color model

#3E3E3E color RGB value is (62,62,62).

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

RGB channels and saturation

R 62 of 255 = 24%
G 62 of 255 = 24%
B 62 of 255 = 24%

62
62
62

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

Portions of RGB colors in percentages

R + G + B =
62 + 62 + 62 = 186 (100%)
R 62 of 186 ~ 33.33%
G 62 of 186 ~ 33.33%
B 62 of 186 ~ 33.33%

%33.33
%33.33
%33.33

CMYK color model

#3E3E3E color CMYK value is (0,0,0,76).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(0,0,0,76)
C0M0Y0K76 
(0%,0%,0%,76%)
(0.00/0.00/0.00/0.76)	

CMYK percentages

%0
%0
%0
%75.69

Codes

Color #3E3E3E in popluar color models

3E3E3E
RGB626262
HSL0.00%0.24%
HSB/HSV0.00%0.24%
CMYK0.00%0.00%0.00%
75.69%

Color #3E3E3E in popluar number systems.

HEX3E3E3E
Decimal626262
Binary111110111110111110
Octal767676

Shades and tints

Shades of #3E3E3E

#3E3E3E
(62,62,62)
#393939
(57,57,57)
#343434
(52,52,52)
#2F2F2F
(47,47,47)
#2A2A2A
(42,42,42)
#252525
(37,37,37)
#202020
(32,32,32)
#1B1B1B
(27,27,27)
#161616
(22,22,22)
#111111
(17,17,17)
#0C0C0C
(12,12,12)
#000000
(0,0,0)

Tints of #3E3E3E

#3E3E3E
(62,62,62)
#4F4F4F
(79,79,79)
#606060
(96,96,96)
#717171
(113,113,113)
#828282
(130,130,130)
#939393
(147,147,147)
#A4A4A4
(164,164,164)
#B5B5B5
(181,181,181)
#C6C6C6
(198,198,198)
#D7D7D7
(215,215,215)
#E8E8E8
(232,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E3E3E; }

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

This text font color is #3E3E3E.


Background Color

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

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

This div background color is #3E3E3E.


Border color

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

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

This div border color is #3E3E3E.


Opacity

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

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

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

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

This text has shadow with #3E3E3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E3E3E on black background.


Color preview on white background

This text has color #3E3E3E on white background.



Black color preview on #3E3E3E background

This text has black color on #3E3E3E background.


White color preview on #3E3E3E background

This text has white color on #3E3E3E background.