COLOR #392D48

HEX: #392D48
RGB: (57,45,72)

Color info

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

RGB color model

#392D48 color RGB value is (57,45,72).

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

RGB channels and saturation

R 57 of 255 = 22%
G 45 of 255 = 18%
B 72 of 255 = 28%

57
45
72

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

Portions of RGB colors in percentages

R + G + B =
57 + 45 + 72 = 174 (100%)
R 57 of 174 ~ 32.76%
G 45 of 174 ~ 25.86%
B 72 of 174 ~ 41.38%

%32.76
%25.86
%41.38

CMYK color model

#392D48 color CMYK value is (21,38,0,72).

  • cyan value is 20.83%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(21,38,0,72)
C21M38Y0K72 
(21%,38%,0%,72%)
(0.21/0.38/0.00/0.72)	

CMYK percentages

%20.83
%37.5
%0
%71.76

Codes

Color #392D48 in popluar color models

392D48
RGB574572
HSL267°23.08%22.94%
HSB/HSV267°37.50%28.24%
CMYK20.83%37.50%0.00%
71.76%

Color #392D48 in popluar number systems.

HEX392D48
Decimal574572
Binary1110011011011001000
Octal7155110

Shades and tints

Shades of #392D48

#392D48
(57,45,72)
#342942
(52,41,66)
#2F253C
(47,37,60)
#2A2136
(42,33,54)
#251D30
(37,29,48)
#20192A
(32,25,42)
#1B1524
(27,21,36)
#16111E
(22,17,30)
#110D18
(17,13,24)
#0C0912
(12,9,18)
#07050C
(7,5,12)
#000000
(0,0,0)

Tints of #392D48

#392D48
(57,45,72)
#4B4058
(75,64,88)
#5D5368
(93,83,104)
#6F6678
(111,102,120)
#817988
(129,121,136)
#938C98
(147,140,152)
#A59FA8
(165,159,168)
#B7B2B8
(183,178,184)
#C9C5C8
(201,197,200)
#DBD8D8
(219,216,216)
#EDEBE8
(237,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #392D48; }

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

This text font color is #392D48.


Background Color

.myBgColor { background-color: #392D48; }

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

This div background color is #392D48.


Border color

.myBorderColor { border: 1px solid #392D48; }

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

This div border color is #392D48.


Opacity

.myOpacity80 { color: #392D48; opacity: 0.8; }

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

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

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

This text has shadow with #392D48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #392D48 on black background.


Color preview on white background

This text has color #392D48 on white background.



Black color preview on #392D48 background

This text has black color on #392D48 background.


White color preview on #392D48 background

This text has white color on #392D48 background.