COLOR #393F3C

HEX: #393F3C
RGB: (57,63,60)

Color info

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

RGB color model

#393F3C color RGB value is (57,63,60).

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

RGB channels and saturation

R 57 of 255 = 22%
G 63 of 255 = 25%
B 60 of 255 = 24%

57
63
60

R + G + B ~ 24%. #393F3C is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 63 + 60 = 180 (100%)
R 57 of 180 ~ 31.67%
G 63 of 180 ~ 35%
B 60 of 180 ~ 33.33%

%31.67
%35
%33.33

CMYK color model

#393F3C color CMYK value is (10,0,5,75).

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 4.76%
  • key color value is 75.29%
CMYK:
(10,0,5,75)
C10M0Y5K75 
(10%,0%,5%,75%)
(0.10/0.00/0.05/0.75)	

CMYK percentages

%9.52
%0
%4.76
%75.29

Codes

Color #393F3C in popluar color models

393F3C
RGB576360
HSL150°5.00%23.53%
HSB/HSV150°9.52%24.71%
CMYK9.52%0.00%4.76%
75.29%

Color #393F3C in popluar number systems.

HEX393F3C
Decimal576360
Binary111001111111111100
Octal717774

Shades and tints

Shades of #393F3C

#393F3C
(57,63,60)
#343A37
(52,58,55)
#2F3532
(47,53,50)
#2A302D
(42,48,45)
#252B28
(37,43,40)
#202623
(32,38,35)
#1B211E
(27,33,30)
#161C19
(22,28,25)
#111714
(17,23,20)
#0C120F
(12,18,15)
#070D0A
(7,13,10)
#000000
(0,0,0)

Tints of #393F3C

#393F3C
(57,63,60)
#4B504D
(75,80,77)
#5D615E
(93,97,94)
#6F726F
(111,114,111)
#818380
(129,131,128)
#939491
(147,148,145)
#A5A5A2
(165,165,162)
#B7B6B3
(183,182,179)
#C9C7C4
(201,199,196)
#DBD8D5
(219,216,213)
#EDE9E6
(237,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #393F3C; }

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

This text font color is #393F3C.


Background Color

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

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

This div background color is #393F3C.


Border color

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

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

This div border color is #393F3C.


Opacity

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

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

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

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

This text has shadow with #393F3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393F3C on black background.


Color preview on white background

This text has color #393F3C on white background.



Black color preview on #393F3C background

This text has black color on #393F3C background.


White color preview on #393F3C background

This text has white color on #393F3C background.