COLOR #393448

HEX: #393448
RGB: (57,52,72)

Color info

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

RGB color model

#393448 color RGB value is (57,52,72).

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

RGB channels and saturation

R 57 of 255 = 22%
G 52 of 255 = 20%
B 72 of 255 = 28%

57
52
72

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

Portions of RGB colors in percentages

R + G + B =
57 + 52 + 72 = 181 (100%)
R 57 of 181 ~ 31.49%
G 52 of 181 ~ 28.73%
B 72 of 181 ~ 39.78%

%31.49
%28.73
%39.78

CMYK color model

#393448 color CMYK value is (21,28,0,72).

  • cyan value is 20.83%
  • magenta value is 27.78%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(21,28,0,72)
C21M28Y0K72 
(21%,28%,0%,72%)
(0.21/0.28/0.00/0.72)	

CMYK percentages

%20.83
%27.78
%0
%71.76

Codes

Color #393448 in popluar color models

393448
RGB575272
HSL255°16.13%24.31%
HSB/HSV255°27.78%28.24%
CMYK20.83%27.78%0.00%
71.76%

Color #393448 in popluar number systems.

HEX393448
Decimal575272
Binary1110011101001001000
Octal7164110

Shades and tints

Shades of #393448

#393448
(57,52,72)
#343042
(52,48,66)
#2F2C3C
(47,44,60)
#2A2836
(42,40,54)
#252430
(37,36,48)
#20202A
(32,32,42)
#1B1C24
(27,28,36)
#16181E
(22,24,30)
#111418
(17,20,24)
#0C1012
(12,16,18)
#070C0C
(7,12,12)
#000000
(0,0,0)

Tints of #393448

#393448
(57,52,72)
#4B4658
(75,70,88)
#5D5868
(93,88,104)
#6F6A78
(111,106,120)
#817C88
(129,124,136)
#938E98
(147,142,152)
#A5A0A8
(165,160,168)
#B7B2B8
(183,178,184)
#C9C4C8
(201,196,200)
#DBD6D8
(219,214,216)
#EDE8E8
(237,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #393448; }

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

This text font color is #393448.


Background Color

.myBgColor { background-color: #393448; }

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

This div background color is #393448.


Border color

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

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

This div border color is #393448.


Opacity

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

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

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

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

This text has shadow with #393448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393448 on black background.


Color preview on white background

This text has color #393448 on white background.



Black color preview on #393448 background

This text has black color on #393448 background.


White color preview on #393448 background

This text has white color on #393448 background.