COLOR #392D37

HEX: #392D37
RGB: (57,45,55)

Color info

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

RGB color model

#392D37 color RGB value is (57,45,55).

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

RGB channels and saturation

R 57 of 255 = 22%
G 45 of 255 = 18%
B 55 of 255 = 22%

57
45
55

R + G + B ~ 21%. #392D37 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 45 + 55 = 157 (100%)
R 57 of 157 ~ 36.31%
G 45 of 157 ~ 28.66%
B 55 of 157 ~ 35.03%

%36.31
%28.66
%35.03

CMYK color model

#392D37 color CMYK value is (0,21,4,78).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 3.51%
  • key color value is 77.65%
CMYK:
(0,21,4,78)
C0M21Y4K78 
(0%,21%,4%,78%)
(0.00/0.21/0.04/0.78)	

CMYK percentages

%0
%21.05
%3.51
%77.65

Codes

Color #392D37 in popluar color models

392D37
RGB574555
HSL310°11.76%20.00%
HSB/HSV310°21.05%22.35%
CMYK0.00%21.05%3.51%
77.65%

Color #392D37 in popluar number systems.

HEX392D37
Decimal574555
Binary111001101101110111
Octal715567

Shades and tints

Shades of #392D37

#392D37
(57,45,55)
#342932
(52,41,50)
#2F252D
(47,37,45)
#2A2128
(42,33,40)
#251D23
(37,29,35)
#20191E
(32,25,30)
#1B1519
(27,21,25)
#161114
(22,17,20)
#110D0F
(17,13,15)
#0C090A
(12,9,10)
#070505
(7,5,5)
#000000
(0,0,0)

Tints of #392D37

#392D37
(57,45,55)
#4B4049
(75,64,73)
#5D535B
(93,83,91)
#6F666D
(111,102,109)
#81797F
(129,121,127)
#938C91
(147,140,145)
#A59FA3
(165,159,163)
#B7B2B5
(183,178,181)
#C9C5C7
(201,197,199)
#DBD8D9
(219,216,217)
#EDEBEB
(237,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #392D37; }

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

This text font color is #392D37.


Background Color

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

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

This div background color is #392D37.


Border color

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

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

This div border color is #392D37.


Opacity

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

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

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

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

This text has shadow with #392D37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #392D37 on black background.


Color preview on white background

This text has color #392D37 on white background.



Black color preview on #392D37 background

This text has black color on #392D37 background.


White color preview on #392D37 background

This text has white color on #392D37 background.