COLOR #394448

HEX: #394448
RGB: (57,68,72)

Color info

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

RGB color model

#394448 color RGB value is (57,68,72).

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

RGB channels and saturation

R 57 of 255 = 22%
G 68 of 255 = 27%
B 72 of 255 = 28%

57
68
72

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

Portions of RGB colors in percentages

R + G + B =
57 + 68 + 72 = 197 (100%)
R 57 of 197 ~ 28.93%
G 68 of 197 ~ 34.52%
B 72 of 197 ~ 36.55%

%28.93
%34.52
%36.55

CMYK color model

#394448 color CMYK value is (21,6,0,72).

  • cyan value is 20.83%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(21,6,0,72)
C21M6Y0K72 
(21%,6%,0%,72%)
(0.21/0.06/0.00/0.72)	

CMYK percentages

%20.83
%5.56
%0
%71.76

Codes

Color #394448 in popluar color models

394448
RGB576872
HSL196°11.63%25.29%
HSB/HSV196°20.83%28.24%
CMYK20.83%5.56%0.00%
71.76%

Color #394448 in popluar number systems.

HEX394448
Decimal576872
Binary11100110001001001000
Octal71104110

Shades and tints

Shades of #394448

#394448
(57,68,72)
#343E42
(52,62,66)
#2F383C
(47,56,60)
#2A3236
(42,50,54)
#252C30
(37,44,48)
#20262A
(32,38,42)
#1B2024
(27,32,36)
#161A1E
(22,26,30)
#111418
(17,20,24)
#0C0E12
(12,14,18)
#07080C
(7,8,12)
#000000
(0,0,0)

Tints of #394448

#394448
(57,68,72)
#4B5558
(75,85,88)
#5D6668
(93,102,104)
#6F7778
(111,119,120)
#818888
(129,136,136)
#939998
(147,153,152)
#A5AAA8
(165,170,168)
#B7BBB8
(183,187,184)
#C9CCC8
(201,204,200)
#DBDDD8
(219,221,216)
#EDEEE8
(237,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #394448; }

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

This text font color is #394448.


Background Color

.myBgColor { background-color: #394448; }

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

This div background color is #394448.


Border color

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

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

This div border color is #394448.


Opacity

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

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

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

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

This text has shadow with #394448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394448 on black background.


Color preview on white background

This text has color #394448 on white background.



Black color preview on #394448 background

This text has black color on #394448 background.


White color preview on #394448 background

This text has white color on #394448 background.