COLOR #3E3D33

HEX: #3E3D33
RGB: (62,61,51)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

62
61
51

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

Portions of RGB colors in percentages

R + G + B =
62 + 61 + 51 = 174 (100%)
R 62 of 174 ~ 35.63%
G 61 of 174 ~ 35.06%
B 51 of 174 ~ 29.31%

%35.63
%35.06
%29.31

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.61%
  • yellow value is 17.74%
  • key color value is 75.69%
CMYK:
(0,2,18,76)
C0M2Y18K76 
(0%,2%,18%,76%)
(0.00/0.02/0.18/0.76)	

CMYK percentages

%0
%1.61
%17.74
%75.69

Codes

Color #3E3D33 in popluar color models

3E3D33
RGB626151
HSL55°9.73%22.16%
HSB/HSV55°17.74%24.31%
CMYK0.00%1.61%17.74%
75.69%

Color #3E3D33 in popluar number systems.

HEX3E3D33
Decimal626151
Binary111110111101110011
Octal767563

Shades and tints

Shades of #3E3D33

#3E3D33
(62,61,51)
#39382F
(57,56,47)
#34332B
(52,51,43)
#2F2E27
(47,46,39)
#2A2923
(42,41,35)
#25241F
(37,36,31)
#201F1B
(32,31,27)
#1B1A17
(27,26,23)
#161513
(22,21,19)
#11100F
(17,16,15)
#0C0B0B
(12,11,11)
#000000
(0,0,0)

Tints of #3E3D33

#3E3D33
(62,61,51)
#4F4E45
(79,78,69)
#605F57
(96,95,87)
#717069
(113,112,105)
#82817B
(130,129,123)
#93928D
(147,146,141)
#A4A39F
(164,163,159)
#B5B4B1
(181,180,177)
#C6C5C3
(198,197,195)
#D7D6D5
(215,214,213)
#E8E7E7
(232,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E3D33; }

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

This text font color is #3E3D33.


Background Color

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

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

This div background color is #3E3D33.


Border color

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

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

This div border color is #3E3D33.


Opacity

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

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

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

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

This text has shadow with #3E3D33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E3D33 on black background.


Color preview on white background

This text has color #3E3D33 on white background.



Black color preview on #3E3D33 background

This text has black color on #3E3D33 background.


White color preview on #3E3D33 background

This text has white color on #3E3D33 background.