COLOR #392B44

HEX: #392B44
RGB: (57,43,68)

Color info

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

RGB color model

#392B44 color RGB value is (57,43,68).

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

RGB channels and saturation

R 57 of 255 = 22%
G 43 of 255 = 17%
B 68 of 255 = 27%

57
43
68

R + G + B ~ 22%. #392B44 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 43 + 68 = 168 (100%)
R 57 of 168 ~ 33.93%
G 43 of 168 ~ 25.6%
B 68 of 168 ~ 40.48%

%33.93
%25.6
%40.48

CMYK color model

#392B44 color CMYK value is (16,37,0,73).

  • cyan value is 16.18%
  • magenta value is 36.76%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(16,37,0,73)
C16M37Y0K73 
(16%,37%,0%,73%)
(0.16/0.37/0.00/0.73)	

CMYK percentages

%16.18
%36.76
%0
%73.33

Codes

Color #392B44 in popluar color models

392B44
RGB574368
HSL274°22.52%21.76%
HSB/HSV274°36.76%26.67%
CMYK16.18%36.76%0.00%
73.33%

Color #392B44 in popluar number systems.

HEX392B44
Decimal574368
Binary1110011010111000100
Octal7153104

Shades and tints

Shades of #392B44

#392B44
(57,43,68)
#34283E
(52,40,62)
#2F2538
(47,37,56)
#2A2232
(42,34,50)
#251F2C
(37,31,44)
#201C26
(32,28,38)
#1B1920
(27,25,32)
#16161A
(22,22,26)
#111314
(17,19,20)
#0C100E
(12,16,14)
#070D08
(7,13,8)
#000000
(0,0,0)

Tints of #392B44

#392B44
(57,43,68)
#4B3E55
(75,62,85)
#5D5166
(93,81,102)
#6F6477
(111,100,119)
#817788
(129,119,136)
#938A99
(147,138,153)
#A59DAA
(165,157,170)
#B7B0BB
(183,176,187)
#C9C3CC
(201,195,204)
#DBD6DD
(219,214,221)
#EDE9EE
(237,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #392B44; }

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

This text font color is #392B44.


Background Color

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

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

This div background color is #392B44.


Border color

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

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

This div border color is #392B44.


Opacity

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

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

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

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

This text has shadow with #392B44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #392B44 on black background.


Color preview on white background

This text has color #392B44 on white background.



Black color preview on #392B44 background

This text has black color on #392B44 background.


White color preview on #392B44 background

This text has white color on #392B44 background.