COLOR #3E333E

HEX: #3E333E RGB: (62,51,62)

Color info

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

RGB color model

#3E333E color RGB value is (62,51,62).

RGB: (62,51,62) (24%, 20%, 24%)

RGB channels and saturation

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

62
51
62

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

Portions of RGB colors in percentages

R + G + B = 62 + 51 + 62 = 175 (100%)
R 62 of 175 ~ 35.43%
G 51 of 175 ~ 29.14%
B 62 of 175 ~ 35.43'%

%35.43
%29.14
%35.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.74%
  • yellow value is 0.00%
  • key color value is 75.69%

CMYK: (0,18,0,76)
C0M18Y0K76 (0%, 18%, 0%, 76%)
(0.00 / 0.18 / 0.00 / 0.76)

CMYK percentages

%0
%17.74
%0
%75.69

Codes

Color #3E333E in popluar color models

3E 33 3E
RGB 62 51 62
HSL 300° 9.73% 22.16%
HSB/HSV 300° 17.74% 24.31%
CMYK 0.00% 17.74% 0.00%
75.69%

Color #3E333E in popluar number systems.

HEX 3E 33 3E
Decimal 62 51 62
Binary 111110 110011 111110
Octal 76 63 76

Shades and tints

Shades of #3E333E

#3E333E
(62,51,62)
#392F39
(57,47,57)
#342B34
(52,43,52)
#2F272F
(47,39,47)
#2A232A
(42,35,42)
#251F25
(37,31,37)
#201B20
(32,27,32)
#1B171B
(27,23,27)
#161316
(22,19,22)
#110F11
(17,15,17)
#0C0B0C
(12,11,12)
#000000
(0,0,0)

Tints of #3E333E

#3E333E
(62,51,62)
#4F454F
(79,69,79)
#605760
(96,87,96)
#716971
(113,105,113)
#827B82
(130,123,130)
#938D93
(147,141,147)
#A49FA4
(164,159,164)
#B5B1B5
(181,177,181)
#C6C3C6
(198,195,198)
#D7D5D7
(215,213,215)
#E8E7E8
(232,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E333E; }

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

This text font color is #3E333E.

Background Color

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

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

This div background color is #3E333E.

Border color

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

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

This div border color is #3E333E.

Opacity

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

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

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

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

This text has shadow with #3E333E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E333E.

Preview

Color preview on black background

This text has color #3E333E on black background.


Color preview on white background

This text has color #3E333E on white background.


Black color preview on #3E333E background

This text has black color on #3E333E background.


White color preview on #3E333E background

This text has white color on #3E333E background.


Related colors

Complementary color

Complementary color for #hex is #C1CCC1.


I love getcolorcode.com

Triadic colors

1 #3E3E33 and #333E3E with #3E333E are triadic colors.

2 #3E333E and #333E3E with #3E333E are triadic colors.