COLOR #392C39

HEX: #392C39
RGB: (57,44,57)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

57
44
57

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

Portions of RGB colors in percentages

R + G + B =
57 + 44 + 57 = 158 (100%)
R 57 of 158 ~ 36.08%
G 44 of 158 ~ 27.85%
B 57 of 158 ~ 36.08%

%36.08
%27.85
%36.08

CMYK color model

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

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

CMYK percentages

%0
%22.81
%0
%77.65

Codes

Color #392C39 in popluar color models

392C39
RGB574457
HSL300°12.87%19.80%
HSB/HSV300°22.81%22.35%
CMYK0.00%22.81%0.00%
77.65%

Color #392C39 in popluar number systems.

HEX392C39
Decimal574457
Binary111001101100111001
Octal715471

Shades and tints

Shades of #392C39

#392C39
(57,44,57)
#342834
(52,40,52)
#2F242F
(47,36,47)
#2A202A
(42,32,42)
#251C25
(37,28,37)
#201820
(32,24,32)
#1B141B
(27,20,27)
#161016
(22,16,22)
#110C11
(17,12,17)
#0C080C
(12,8,12)
#070407
(7,4,7)
#000000
(0,0,0)

Tints of #392C39

#392C39
(57,44,57)
#4B3F4B
(75,63,75)
#5D525D
(93,82,93)
#6F656F
(111,101,111)
#817881
(129,120,129)
#938B93
(147,139,147)
#A59EA5
(165,158,165)
#B7B1B7
(183,177,183)
#C9C4C9
(201,196,201)
#DBD7DB
(219,215,219)
#EDEAED
(237,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #392C39; }

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

This text font color is #392C39.


Background Color

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

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

This div background color is #392C39.


Border color

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

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

This div border color is #392C39.


Opacity

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

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

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

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

This text has shadow with #392C39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #392C39 on black background.


Color preview on white background

This text has color #392C39 on white background.



Black color preview on #392C39 background

This text has black color on #392C39 background.


White color preview on #392C39 background

This text has white color on #392C39 background.