COLOR #394748

HEX: #394748
RGB: (57,71,72)

Color info

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

RGB color model

#394748 color RGB value is (57,71,72).

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

RGB channels and saturation

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

57
71
72

R + G + B ~ 26%. #394748 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 71 + 72 = 200 (100%)
R 57 of 200 ~ 28.5%
G 71 of 200 ~ 35.5%
B 72 of 200 ~ 36%

%28.5
%35.5
%36

CMYK color model

#394748 color CMYK value is (21,1,0,72).

  • cyan value is 20.83%
  • magenta value is 1.39%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(21,1,0,72)
C21M1Y0K72 
(21%,1%,0%,72%)
(0.21/0.01/0.00/0.72)	

CMYK percentages

%20.83
%1.39
%0
%71.76

Codes

Color #394748 in popluar color models

394748
RGB577172
HSL184°11.63%25.29%
HSB/HSV184°20.83%28.24%
CMYK20.83%1.39%0.00%
71.76%

Color #394748 in popluar number systems.

HEX394748
Decimal577172
Binary11100110001111001000
Octal71107110

Shades and tints

Shades of #394748

#394748
(57,71,72)
#344142
(52,65,66)
#2F3B3C
(47,59,60)
#2A3536
(42,53,54)
#252F30
(37,47,48)
#20292A
(32,41,42)
#1B2324
(27,35,36)
#161D1E
(22,29,30)
#111718
(17,23,24)
#0C1112
(12,17,18)
#070B0C
(7,11,12)
#000000
(0,0,0)

Tints of #394748

#394748
(57,71,72)
#4B5758
(75,87,88)
#5D6768
(93,103,104)
#6F7778
(111,119,120)
#818788
(129,135,136)
#939798
(147,151,152)
#A5A7A8
(165,167,168)
#B7B7B8
(183,183,184)
#C9C7C8
(201,199,200)
#DBD7D8
(219,215,216)
#EDE7E8
(237,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #394748; }

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

This text font color is #394748.


Background Color

.myBgColor { background-color: #394748; }

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

This div background color is #394748.


Border color

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

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

This div border color is #394748.


Opacity

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

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

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

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

This text has shadow with #394748 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394748 on black background.


Color preview on white background

This text has color #394748 on white background.



Black color preview on #394748 background

This text has black color on #394748 background.


White color preview on #394748 background

This text has white color on #394748 background.