COLOR #392C31

HEX: #392C31
RGB: (57,44,49)

Color info

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

RGB color model

#392C31 color RGB value is (57,44,49).

  • red value is 57;
  • green value is 44;
  • blue value is 49.
RGB:
(57,44,49)
(22%,17%,19%)

RGB channels and saturation

R 57 of 255 = 22%
G 44 of 255 = 17%
B 49 of 255 = 19%

57
44
49

R + G + B ~ 19%. #392C31 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 44 + 49 = 150 (100%)
R 57 of 150 ~ 38%
G 44 of 150 ~ 29.33%
B 49 of 150 ~ 32.67%

%38
%29.33
%32.67

CMYK color model

#392C31 color CMYK value is (0,23,14,78).

  • cyan value is 0.00%
  • magenta value is 22.81%
  • yellow value is 14.04%
  • key color value is 77.65%
CMYK:
(0,23,14,78)
C0M23Y14K78 
(0%,23%,14%,78%)
(0.00/0.23/0.14/0.78)	

CMYK percentages

%0
%22.81
%14.04
%77.65

Codes

Color #392C31 in popluar color models

392C31
RGB574449
HSL337°12.87%19.80%
HSB/HSV337°22.81%22.35%
CMYK0.00%22.81%14.04%
77.65%

Color #392C31 in popluar number systems.

HEX392C31
Decimal574449
Binary111001101100110001
Octal715461

Shades and tints

Shades of #392C31

#392C31
(57,44,49)
#34282D
(52,40,45)
#2F2429
(47,36,41)
#2A2025
(42,32,37)
#251C21
(37,28,33)
#20181D
(32,24,29)
#1B1419
(27,20,25)
#161015
(22,16,21)
#110C11
(17,12,17)
#0C080D
(12,8,13)
#070409
(7,4,9)
#000000
(0,0,0)

Tints of #392C31

#392C31
(57,44,49)
#4B3F43
(75,63,67)
#5D5255
(93,82,85)
#6F6567
(111,101,103)
#817879
(129,120,121)
#938B8B
(147,139,139)
#A59E9D
(165,158,157)
#B7B1AF
(183,177,175)
#C9C4C1
(201,196,193)
#DBD7D3
(219,215,211)
#EDEAE5
(237,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #392C31 color. Also use rgb(57,44,49) instead hex code.

Text Font Color

.myTextColor { color: #392C31; }

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

This text font color is #392C31.


Background Color

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

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

This div background color is #392C31.


Border color

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

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

This div border color is #392C31.


Opacity

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

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

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

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

This text has shadow with #392C31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #392C31 on black background.


Color preview on white background

This text has color #392C31 on white background.



Black color preview on #392C31 background

This text has black color on #392C31 background.


White color preview on #392C31 background

This text has white color on #392C31 background.