COLOR #393947

HEX: #393947
RGB: (57,57,71)

Color info

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

RGB color model

#393947 color RGB value is (57,57,71).

  • red value is 57;
  • green value is 57;
  • blue value is 71.
RGB:
(57,57,71)
(22%,22%,28%)

RGB channels and saturation

R 57 of 255 = 22%
G 57 of 255 = 22%
B 71 of 255 = 28%

57
57
71

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

Portions of RGB colors in percentages

R + G + B =
57 + 57 + 71 = 185 (100%)
R 57 of 185 ~ 30.81%
G 57 of 185 ~ 30.81%
B 71 of 185 ~ 38.38%

%30.81
%30.81
%38.38

CMYK color model

#393947 color CMYK value is (20,20,0,72).

  • cyan value is 19.72%
  • magenta value is 19.72%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(20,20,0,72)
C20M20Y0K72 
(20%,20%,0%,72%)
(0.20/0.20/0.00/0.72)	

CMYK percentages

%19.72
%19.72
%0
%72.16

Codes

Color #393947 in popluar color models

393947
RGB575771
HSL240°10.94%25.10%
HSB/HSV240°19.72%27.84%
CMYK19.72%19.72%0.00%
72.16%

Color #393947 in popluar number systems.

HEX393947
Decimal575771
Binary1110011110011000111
Octal7171107

Shades and tints

Shades of #393947

#393947
(57,57,71)
#343441
(52,52,65)
#2F2F3B
(47,47,59)
#2A2A35
(42,42,53)
#25252F
(37,37,47)
#202029
(32,32,41)
#1B1B23
(27,27,35)
#16161D
(22,22,29)
#111117
(17,17,23)
#0C0C11
(12,12,17)
#07070B
(7,7,11)
#000000
(0,0,0)

Tints of #393947

#393947
(57,57,71)
#4B4B57
(75,75,87)
#5D5D67
(93,93,103)
#6F6F77
(111,111,119)
#818187
(129,129,135)
#939397
(147,147,151)
#A5A5A7
(165,165,167)
#B7B7B7
(183,183,183)
#C9C9C7
(201,201,199)
#DBDBD7
(219,219,215)
#EDEDE7
(237,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #393947 color. Also use rgb(57,57,71) instead hex code.

Text Font Color

.myTextColor { color: #393947; }

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

This text font color is #393947.


Background Color

.myBgColor { background-color: #393947; }

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

This div background color is #393947.


Border color

.myBorderColor { border: 1px solid #393947; }

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

This div border color is #393947.


Opacity

.myOpacity80 { color: #393947; opacity: 0.8; }

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

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

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

This text has shadow with #393947 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393947 on black background.


Color preview on white background

This text has color #393947 on white background.



Black color preview on #393947 background

This text has black color on #393947 background.


White color preview on #393947 background

This text has white color on #393947 background.