COLOR #3E373C

HEX: #3E373C
RGB: (62,55,60)

Color info

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

RGB color model

#3E373C color RGB value is (62,55,60).

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

RGB channels and saturation

R 62 of 255 = 24%
G 55 of 255 = 22%
B 60 of 255 = 24%

62
55
60

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

Portions of RGB colors in percentages

R + G + B =
62 + 55 + 60 = 177 (100%)
R 62 of 177 ~ 35.03%
G 55 of 177 ~ 31.07%
B 60 of 177 ~ 33.9%

%35.03
%31.07
%33.9

CMYK color model

#3E373C color CMYK value is (0,11,3,76).

  • cyan value is 0.00%
  • magenta value is 11.29%
  • yellow value is 3.23%
  • key color value is 75.69%
CMYK:
(0,11,3,76)
C0M11Y3K76 
(0%,11%,3%,76%)
(0.00/0.11/0.03/0.76)	

CMYK percentages

%0
%11.29
%3.23
%75.69

Codes

Color #3E373C in popluar color models

3E373C
RGB625560
HSL317°5.98%22.94%
HSB/HSV317°11.29%24.31%
CMYK0.00%11.29%3.23%
75.69%

Color #3E373C in popluar number systems.

HEX3E373C
Decimal625560
Binary111110110111111100
Octal766774

Shades and tints

Shades of #3E373C

#3E373C
(62,55,60)
#393237
(57,50,55)
#342D32
(52,45,50)
#2F282D
(47,40,45)
#2A2328
(42,35,40)
#251E23
(37,30,35)
#20191E
(32,25,30)
#1B1419
(27,20,25)
#160F14
(22,15,20)
#110A0F
(17,10,15)
#0C050A
(12,5,10)
#000000
(0,0,0)

Tints of #3E373C

#3E373C
(62,55,60)
#4F494D
(79,73,77)
#605B5E
(96,91,94)
#716D6F
(113,109,111)
#827F80
(130,127,128)
#939191
(147,145,145)
#A4A3A2
(164,163,162)
#B5B5B3
(181,181,179)
#C6C7C4
(198,199,196)
#D7D9D5
(215,217,213)
#E8EBE6
(232,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E373C; }

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

This text font color is #3E373C.


Background Color

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

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

This div background color is #3E373C.


Border color

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

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

This div border color is #3E373C.


Opacity

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

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

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

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

This text has shadow with #3E373C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E373C on black background.


Color preview on white background

This text has color #3E373C on white background.



Black color preview on #3E373C background

This text has black color on #3E373C background.


White color preview on #3E373C background

This text has white color on #3E373C background.