COLOR #392C30

HEX: #392C30
RGB: (57,44,48)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

57
44
48

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

Portions of RGB colors in percentages

R + G + B =
57 + 44 + 48 = 149 (100%)
R 57 of 149 ~ 38.26%
G 44 of 149 ~ 29.53%
B 48 of 149 ~ 32.21%

%38.26
%29.53
%32.21

CMYK color model

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

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

CMYK percentages

%0
%22.81
%15.79
%77.65

Codes

Color #392C30 in popluar color models

392C30
RGB574448
HSL342°12.87%19.80%
HSB/HSV342°22.81%22.35%
CMYK0.00%22.81%15.79%
77.65%

Color #392C30 in popluar number systems.

HEX392C30
Decimal574448
Binary111001101100110000
Octal715460

Shades and tints

Shades of #392C30

#392C30
(57,44,48)
#34282C
(52,40,44)
#2F2428
(47,36,40)
#2A2024
(42,32,36)
#251C20
(37,28,32)
#20181C
(32,24,28)
#1B1418
(27,20,24)
#161014
(22,16,20)
#110C10
(17,12,16)
#0C080C
(12,8,12)
#070408
(7,4,8)
#000000
(0,0,0)

Tints of #392C30

#392C30
(57,44,48)
#4B3F42
(75,63,66)
#5D5254
(93,82,84)
#6F6566
(111,101,102)
#817878
(129,120,120)
#938B8A
(147,139,138)
#A59E9C
(165,158,156)
#B7B1AE
(183,177,174)
#C9C4C0
(201,196,192)
#DBD7D2
(219,215,210)
#EDEAE4
(237,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #392C30; }

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

This text font color is #392C30.


Background Color

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

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

This div background color is #392C30.


Border color

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

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

This div border color is #392C30.


Opacity

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

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

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

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

This text has shadow with #392C30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #392C30 on black background.


Color preview on white background

This text has color #392C30 on white background.



Black color preview on #392C30 background

This text has black color on #392C30 background.


White color preview on #392C30 background

This text has white color on #392C30 background.