COLOR #392B20

HEX: #392B20 RGB: (57,43,32)

Color info

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

RGB color model

#392B20 color RGB value is (57,43,32).

RGB: (57,43,32) (22%, 17%, 13%)

RGB channels and saturation

R 57 of 255 = 22%
G 43 of 255 = 17%
B 32 of 255 = 13%

57
43
32

R + G + B ~ 17%. #392B20 is dark color.

Portions of RGB colors in percentages

R + G + B = 57 + 43 + 32 = 132 (100%)
R 57 of 132 ~ 43.18%
G 43 of 132 ~ 32.58%
B 32 of 132 ~ 24.24'%

%43.18
%32.58
%24.24

CMYK color model

#392B20 color CMYK value is (0,25,44,78).

  • cyan value is 0.00%
  • magenta value is 24.56%
  • yellow value is 43.86%
  • key color value is 77.65%
CMYK: (0,25,44,78) C0M25Y44K78 (0%,25%,44%,78%) (0.00/0.25/0.44/0.78) 

CMYK percentages

%0
%24.56
%43.86
%77.65

Codes

Color #392B20 in popluar color models

39 2B 20
RGB 57 43 32
HSL 26° 28.09% 17.45%
HSB/HSV 26° 43.86% 22.35%
CMYK 0.00% 24.56% 43.86%
77.65%

Color #392B20 in popluar number systems.

HEX 39 2B 20
Decimal 57 43 32
Binary 111001 101011 100000
Octal 71 53 40

Shades and tints

Shades of #392B20

#392B20
(57,43,32)
#34281E
(52,40,30)
#2F251C
(47,37,28)
#2A221A
(42,34,26)
#251F18
(37,31,24)
#201C16
(32,28,22)
#1B1914
(27,25,20)
#161612
(22,22,18)
#111310
(17,19,16)
#0C100E
(12,16,14)
#070D0C
(7,13,12)
#000000
(0,0,0)

Tints of #392B20

#392B20
(57,43,32)
#4B3E34
(75,62,52)
#5D5148
(93,81,72)
#6F645C
(111,100,92)
#817770
(129,119,112)
#938A84
(147,138,132)
#A59D98
(165,157,152)
#B7B0AC
(183,176,172)
#C9C3C0
(201,195,192)
#DBD6D4
(219,214,212)
#EDE9E8
(237,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #392B20; }

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

This text font color is #392B20.

Background Color

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

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

This div background color is #392B20.

Border color

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

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

This div border color is #392B20.

Opacity

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

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

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

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

This text has shadow with #392B20 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #392B20.

Preview

Color preview on black background

This text has color #392B20 on black background.


Color preview on white background

This text has color #392B20 on white background.


Black color preview on #392B20 background

This text has black color on #392B20 background.


White color preview on #392B20 background

This text has white color on #392B20 background.


Related colors

Complementary color

Complementary color for #hex is #C6D4DF.


I love getcolorcode.com

Triadic colors

1 #20392B and #2B2039 with #392B20 are triadic colors.

2 #202B39 and #2B3920 with #392B20 are triadic colors.