COLOR #392B37

HEX: #392B37
RGB: (57,43,55)

Color info

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

RGB color model

#392B37 color RGB value is (57,43,55).

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

RGB channels and saturation

R 57 of 255 = 22%
G 43 of 255 = 17%
B 55 of 255 = 22%

57
43
55

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

Portions of RGB colors in percentages

R + G + B =
57 + 43 + 55 = 155 (100%)
R 57 of 155 ~ 36.77%
G 43 of 155 ~ 27.74%
B 55 of 155 ~ 35.48%

%36.77
%27.74
%35.48

CMYK color model

#392B37 color CMYK value is (0,25,4,78).

  • cyan value is 0.00%
  • magenta value is 24.56%
  • yellow value is 3.51%
  • key color value is 77.65%
CMYK:
(0,25,4,78)
C0M25Y4K78 
(0%,25%,4%,78%)
(0.00/0.25/0.04/0.78)	

CMYK percentages

%0
%24.56
%3.51
%77.65

Codes

Color #392B37 in popluar color models

392B37
RGB574355
HSL309°14.00%19.61%
HSB/HSV309°24.56%22.35%
CMYK0.00%24.56%3.51%
77.65%

Color #392B37 in popluar number systems.

HEX392B37
Decimal574355
Binary111001101011110111
Octal715367

Shades and tints

Shades of #392B37

#392B37
(57,43,55)
#342832
(52,40,50)
#2F252D
(47,37,45)
#2A2228
(42,34,40)
#251F23
(37,31,35)
#201C1E
(32,28,30)
#1B1919
(27,25,25)
#161614
(22,22,20)
#11130F
(17,19,15)
#0C100A
(12,16,10)
#070D05
(7,13,5)
#000000
(0,0,0)

Tints of #392B37

#392B37
(57,43,55)
#4B3E49
(75,62,73)
#5D515B
(93,81,91)
#6F646D
(111,100,109)
#81777F
(129,119,127)
#938A91
(147,138,145)
#A59DA3
(165,157,163)
#B7B0B5
(183,176,181)
#C9C3C7
(201,195,199)
#DBD6D9
(219,214,217)
#EDE9EB
(237,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #392B37; }

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

This text font color is #392B37.


Background Color

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

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

This div background color is #392B37.


Border color

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

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

This div border color is #392B37.


Opacity

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

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

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

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

This text has shadow with #392B37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #392B37 on black background.


Color preview on white background

This text has color #392B37 on white background.



Black color preview on #392B37 background

This text has black color on #392B37 background.


White color preview on #392B37 background

This text has white color on #392B37 background.