COLOR #3E333B

HEX: #3E333B
RGB: (62,51,59)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

62
51
59

R + G + B ~ 22%. #3E333B is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 51 + 59 = 172 (100%)
R 62 of 172 ~ 36.05%
G 51 of 172 ~ 29.65%
B 59 of 172 ~ 34.3%

%36.05
%29.65
%34.3

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.74%
  • yellow value is 4.84%
  • key color value is 75.69%
CMYK:
(0,18,5,76)
C0M18Y5K76 
(0%,18%,5%,76%)
(0.00/0.18/0.05/0.76)	

CMYK percentages

%0
%17.74
%4.84
%75.69

Codes

Color #3E333B in popluar color models

3E333B
RGB625159
HSL316°9.73%22.16%
HSB/HSV316°17.74%24.31%
CMYK0.00%17.74%4.84%
75.69%

Color #3E333B in popluar number systems.

HEX3E333B
Decimal625159
Binary111110110011111011
Octal766373

Shades and tints

Shades of #3E333B

#3E333B
(62,51,59)
#392F36
(57,47,54)
#342B31
(52,43,49)
#2F272C
(47,39,44)
#2A2327
(42,35,39)
#251F22
(37,31,34)
#201B1D
(32,27,29)
#1B1718
(27,23,24)
#161313
(22,19,19)
#110F0E
(17,15,14)
#0C0B09
(12,11,9)
#000000
(0,0,0)

Tints of #3E333B

#3E333B
(62,51,59)
#4F454C
(79,69,76)
#60575D
(96,87,93)
#71696E
(113,105,110)
#827B7F
(130,123,127)
#938D90
(147,141,144)
#A49FA1
(164,159,161)
#B5B1B2
(181,177,178)
#C6C3C3
(198,195,195)
#D7D5D4
(215,213,212)
#E8E7E5
(232,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E333B; }

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

This text font color is #3E333B.


Background Color

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

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

This div background color is #3E333B.


Border color

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

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

This div border color is #3E333B.


Opacity

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

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

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

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

This text has shadow with #3E333B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E333B on black background.


Color preview on white background

This text has color #3E333B on white background.



Black color preview on #3E333B background

This text has black color on #3E333B background.


White color preview on #3E333B background

This text has white color on #3E333B background.