COLOR #3E303C

HEX: #3E303C
RGB: (62,48,60)

Color info

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

RGB color model

#3E303C color RGB value is (62,48,60).

  • red value is 62;
  • green value is 48;
  • blue value is 60.
RGB:
(62,48,60)
(24%,19%,24%)

RGB channels and saturation

R 62 of 255 = 24%
G 48 of 255 = 19%
B 60 of 255 = 24%

62
48
60

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

Portions of RGB colors in percentages

R + G + B =
62 + 48 + 60 = 170 (100%)
R 62 of 170 ~ 36.47%
G 48 of 170 ~ 28.24%
B 60 of 170 ~ 35.29%

%36.47
%28.24
%35.29

CMYK color model

#3E303C color CMYK value is (0,23,3,76).

  • cyan value is 0.00%
  • magenta value is 22.58%
  • yellow value is 3.23%
  • key color value is 75.69%
CMYK:
(0,23,3,76)
C0M23Y3K76 
(0%,23%,3%,76%)
(0.00/0.23/0.03/0.76)	

CMYK percentages

%0
%22.58
%3.23
%75.69

Codes

Color #3E303C in popluar color models

3E303C
RGB624860
HSL309°12.73%21.57%
HSB/HSV309°22.58%24.31%
CMYK0.00%22.58%3.23%
75.69%

Color #3E303C in popluar number systems.

HEX3E303C
Decimal624860
Binary111110110000111100
Octal766074

Shades and tints

Shades of #3E303C

#3E303C
(62,48,60)
#392C37
(57,44,55)
#342832
(52,40,50)
#2F242D
(47,36,45)
#2A2028
(42,32,40)
#251C23
(37,28,35)
#20181E
(32,24,30)
#1B1419
(27,20,25)
#161014
(22,16,20)
#110C0F
(17,12,15)
#0C080A
(12,8,10)
#000000
(0,0,0)

Tints of #3E303C

#3E303C
(62,48,60)
#4F424D
(79,66,77)
#60545E
(96,84,94)
#71666F
(113,102,111)
#827880
(130,120,128)
#938A91
(147,138,145)
#A49CA2
(164,156,162)
#B5AEB3
(181,174,179)
#C6C0C4
(198,192,196)
#D7D2D5
(215,210,213)
#E8E4E6
(232,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E303C; }

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

This text font color is #3E303C.


Background Color

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

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

This div background color is #3E303C.


Border color

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

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

This div border color is #3E303C.


Opacity

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

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

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

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

This text has shadow with #3E303C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E303C on black background.


Color preview on white background

This text has color #3E303C on white background.



Black color preview on #3E303C background

This text has black color on #3E303C background.


White color preview on #3E303C background

This text has white color on #3E303C background.