COLOR #3E3C33

HEX: #3E3C33 RGB: (62,60,51)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

62
60
51

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

Portions of RGB colors in percentages

R + G + B = 62 + 60 + 51 = 173 (100%)
R 62 of 173 ~ 35.84%
G 60 of 173 ~ 34.68%
B 51 of 173 ~ 29.48'%

%35.84
%34.68
%29.48

CMYK color model

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

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

CMYK: (0,3,18,76)
C0M3Y18K76 (0%, 3%, 18%, 76%)
(0.00 / 0.03 / 0.18 / 0.76)

CMYK percentages

%0
%3.23
%17.74
%75.69

Codes

Color #3E3C33 in popluar color models

3E 3C 33
RGB 62 60 51
HSL 49° 9.73% 22.16%
HSB/HSV 49° 17.74% 24.31%
CMYK 0.00% 3.23% 17.74%
75.69%

Color #3E3C33 in popluar number systems.

HEX 3E 3C 33
Decimal 62 60 51
Binary 111110 111100 110011
Octal 76 74 63

Shades and tints

Shades of #3E3C33

#3E3C33
(62,60,51)
#39372F
(57,55,47)
#34322B
(52,50,43)
#2F2D27
(47,45,39)
#2A2823
(42,40,35)
#25231F
(37,35,31)
#201E1B
(32,30,27)
#1B1917
(27,25,23)
#161413
(22,20,19)
#110F0F
(17,15,15)
#0C0A0B
(12,10,11)
#000000
(0,0,0)

Tints of #3E3C33

#3E3C33
(62,60,51)
#4F4D45
(79,77,69)
#605E57
(96,94,87)
#716F69
(113,111,105)
#82807B
(130,128,123)
#93918D
(147,145,141)
#A4A29F
(164,162,159)
#B5B3B1
(181,179,177)
#C6C4C3
(198,196,195)
#D7D5D5
(215,213,213)
#E8E6E7
(232,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E3C33; }

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

This text font color is #3E3C33.

Background Color

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

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

This div background color is #3E3C33.

Border color

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

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

This div border color is #3E3C33.

Opacity

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

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

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

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

This text has shadow with #3E3C33 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E3C33.

Preview

Color preview on black background

This text has color #3E3C33 on black background.


Color preview on white background

This text has color #3E3C33 on white background.


Black color preview on #3E3C33 background

This text has black color on #3E3C33 background.


White color preview on #3E3C33 background

This text has white color on #3E3C33 background.


Related colors

Complementary color

Complementary color for #hex is #C1C3CC.


I love getcolorcode.com

Triadic colors

1 #333E3C and #3C333E with #3E3C33 are triadic colors.

2 #333C3E and #3C3E33 with #3E3C33 are triadic colors.