COLOR #392B32

HEX: #392B32
RGB: (57,43,50)

Color info

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

RGB color model

#392B32 color RGB value is (57,43,50).

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

RGB channels and saturation

R 57 of 255 = 22%
G 43 of 255 = 17%
B 50 of 255 = 20%

57
43
50

R + G + B ~ 20%. #392B32 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 43 + 50 = 150 (100%)
R 57 of 150 ~ 38%
G 43 of 150 ~ 28.67%
B 50 of 150 ~ 33.33%

%38
%28.67
%33.33

CMYK color model

#392B32 color CMYK value is (0,25,12,78).

  • cyan value is 0.00%
  • magenta value is 24.56%
  • yellow value is 12.28%
  • key color value is 77.65%
CMYK:
(0,25,12,78)
C0M25Y12K78 
(0%,25%,12%,78%)
(0.00/0.25/0.12/0.78)	

CMYK percentages

%0
%24.56
%12.28
%77.65

Codes

Color #392B32 in popluar color models

392B32
RGB574350
HSL330°14.00%19.61%
HSB/HSV330°24.56%22.35%
CMYK0.00%24.56%12.28%
77.65%

Color #392B32 in popluar number systems.

HEX392B32
Decimal574350
Binary111001101011110010
Octal715362

Shades and tints

Shades of #392B32

#392B32
(57,43,50)
#34282E
(52,40,46)
#2F252A
(47,37,42)
#2A2226
(42,34,38)
#251F22
(37,31,34)
#201C1E
(32,28,30)
#1B191A
(27,25,26)
#161616
(22,22,22)
#111312
(17,19,18)
#0C100E
(12,16,14)
#070D0A
(7,13,10)
#000000
(0,0,0)

Tints of #392B32

#392B32
(57,43,50)
#4B3E44
(75,62,68)
#5D5156
(93,81,86)
#6F6468
(111,100,104)
#81777A
(129,119,122)
#938A8C
(147,138,140)
#A59D9E
(165,157,158)
#B7B0B0
(183,176,176)
#C9C3C2
(201,195,194)
#DBD6D4
(219,214,212)
#EDE9E6
(237,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #392B32; }

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

This text font color is #392B32.


Background Color

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

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

This div background color is #392B32.


Border color

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

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

This div border color is #392B32.


Opacity

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

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

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

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

This text has shadow with #392B32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #392B32 on black background.


Color preview on white background

This text has color #392B32 on white background.



Black color preview on #392B32 background

This text has black color on #392B32 background.


White color preview on #392B32 background

This text has white color on #392B32 background.