COLOR #393C3E

HEX: #393C3E
RGB: (57,60,62)

Color info

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

RGB color model

#393C3E color RGB value is (57,60,62).

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

RGB channels and saturation

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

57
60
62

R + G + B ~ 23%. #393C3E is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 60 + 62 = 179 (100%)
R 57 of 179 ~ 31.84%
G 60 of 179 ~ 33.52%
B 62 of 179 ~ 34.64%

%31.84
%33.52
%34.64

CMYK color model

#393C3E color CMYK value is (8,3,0,76).

  • cyan value is 8.06%
  • magenta value is 3.23%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(8,3,0,76)
C8M3Y0K76 
(8%,3%,0%,76%)
(0.08/0.03/0.00/0.76)	

CMYK percentages

%8.06
%3.23
%0
%75.69

Codes

Color #393C3E in popluar color models

393C3E
RGB576062
HSL204°4.20%23.33%
HSB/HSV204°8.06%24.31%
CMYK8.06%3.23%0.00%
75.69%

Color #393C3E in popluar number systems.

HEX393C3E
Decimal576062
Binary111001111100111110
Octal717476

Shades and tints

Shades of #393C3E

#393C3E
(57,60,62)
#343739
(52,55,57)
#2F3234
(47,50,52)
#2A2D2F
(42,45,47)
#25282A
(37,40,42)
#202325
(32,35,37)
#1B1E20
(27,30,32)
#16191B
(22,25,27)
#111416
(17,20,22)
#0C0F11
(12,15,17)
#070A0C
(7,10,12)
#000000
(0,0,0)

Tints of #393C3E

#393C3E
(57,60,62)
#4B4D4F
(75,77,79)
#5D5E60
(93,94,96)
#6F6F71
(111,111,113)
#818082
(129,128,130)
#939193
(147,145,147)
#A5A2A4
(165,162,164)
#B7B3B5
(183,179,181)
#C9C4C6
(201,196,198)
#DBD5D7
(219,213,215)
#EDE6E8
(237,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #393C3E color. Also use rgb(57,60,62) instead hex code.

Text Font Color

.myTextColor { color: #393C3E; }

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

This text font color is #393C3E.


Background Color

.myBgColor { background-color: #393C3E; }

<div style="background-color:#393C3E">Inner text</div>

This div background color is #393C3E.


Border color

.myBorderColor { border: 1px solid #393C3E; }

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

This div border color is #393C3E.


Opacity

.myOpacity80 { color: #393C3E; opacity: 0.8; }

<p style="color:#393C3E;opacity:0.8;">80%</p>

Text with #393C3E 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 #393C3E;}

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

This text has shadow with #393C3E color.

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

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

This text has shadow with #393C3E primary color and red secondary color.


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

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

This text has shadow with #393C3E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393C3E on black background.


Color preview on white background

This text has color #393C3E on white background.



Black color preview on #393C3E background

This text has black color on #393C3E background.


White color preview on #393C3E background

This text has white color on #393C3E background.