COLOR #3E323E

HEX: #3E323E
RGB: (62,50,62)

Color info

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

RGB color model

#3E323E color RGB value is (62,50,62).

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

RGB channels and saturation

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

62
50
62

R + G + B ~ 23%. #3E323E is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 50 + 62 = 174 (100%)
R 62 of 174 ~ 35.63%
G 50 of 174 ~ 28.74%
B 62 of 174 ~ 35.63%

%35.63
%28.74
%35.63

CMYK color model

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

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

CMYK percentages

%0
%19.35
%0
%75.69

Codes

Color #3E323E in popluar color models

3E323E
RGB625062
HSL300°10.71%21.96%
HSB/HSV300°19.35%24.31%
CMYK0.00%19.35%0.00%
75.69%

Color #3E323E in popluar number systems.

HEX3E323E
Decimal625062
Binary111110110010111110
Octal766276

Shades and tints

Shades of #3E323E

#3E323E
(62,50,62)
#392E39
(57,46,57)
#342A34
(52,42,52)
#2F262F
(47,38,47)
#2A222A
(42,34,42)
#251E25
(37,30,37)
#201A20
(32,26,32)
#1B161B
(27,22,27)
#161216
(22,18,22)
#110E11
(17,14,17)
#0C0A0C
(12,10,12)
#000000
(0,0,0)

Tints of #3E323E

#3E323E
(62,50,62)
#4F444F
(79,68,79)
#605660
(96,86,96)
#716871
(113,104,113)
#827A82
(130,122,130)
#938C93
(147,140,147)
#A49EA4
(164,158,164)
#B5B0B5
(181,176,181)
#C6C2C6
(198,194,198)
#D7D4D7
(215,212,215)
#E8E6E8
(232,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E323E; }

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

This text font color is #3E323E.


Background Color

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

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

This div background color is #3E323E.


Border color

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

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

This div border color is #3E323E.


Opacity

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

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

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

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

This text has shadow with #3E323E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E323E on black background.


Color preview on white background

This text has color #3E323E on white background.



Black color preview on #3E323E background

This text has black color on #3E323E background.


White color preview on #3E323E background

This text has white color on #3E323E background.