COLOR #392C33

HEX: #392C33
RGB: (57,44,51)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

57
44
51

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

Portions of RGB colors in percentages

R + G + B =
57 + 44 + 51 = 152 (100%)
R 57 of 152 ~ 37.5%
G 44 of 152 ~ 28.95%
B 51 of 152 ~ 33.55%

%37.5
%28.95
%33.55

CMYK color model

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

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

CMYK percentages

%0
%22.81
%10.53
%77.65

Codes

Color #392C33 in popluar color models

392C33
RGB574451
HSL328°12.87%19.80%
HSB/HSV328°22.81%22.35%
CMYK0.00%22.81%10.53%
77.65%

Color #392C33 in popluar number systems.

HEX392C33
Decimal574451
Binary111001101100110011
Octal715463

Shades and tints

Shades of #392C33

#392C33
(57,44,51)
#34282F
(52,40,47)
#2F242B
(47,36,43)
#2A2027
(42,32,39)
#251C23
(37,28,35)
#20181F
(32,24,31)
#1B141B
(27,20,27)
#161017
(22,16,23)
#110C13
(17,12,19)
#0C080F
(12,8,15)
#07040B
(7,4,11)
#000000
(0,0,0)

Tints of #392C33

#392C33
(57,44,51)
#4B3F45
(75,63,69)
#5D5257
(93,82,87)
#6F6569
(111,101,105)
#81787B
(129,120,123)
#938B8D
(147,139,141)
#A59E9F
(165,158,159)
#B7B1B1
(183,177,177)
#C9C4C3
(201,196,195)
#DBD7D5
(219,215,213)
#EDEAE7
(237,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #392C33; }

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

This text font color is #392C33.


Background Color

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

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

This div background color is #392C33.


Border color

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

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

This div border color is #392C33.


Opacity

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

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

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

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

This text has shadow with #392C33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #392C33 on black background.


Color preview on white background

This text has color #392C33 on white background.



Black color preview on #392C33 background

This text has black color on #392C33 background.


White color preview on #392C33 background

This text has white color on #392C33 background.