COLOR #392D30

HEX: #392D30
RGB: (57,45,48)

Color info

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

RGB color model

#392D30 color RGB value is (57,45,48).

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

RGB channels and saturation

R 57 of 255 = 22%
G 45 of 255 = 18%
B 48 of 255 = 19%

57
45
48

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

Portions of RGB colors in percentages

R + G + B =
57 + 45 + 48 = 150 (100%)
R 57 of 150 ~ 38%
G 45 of 150 ~ 30%
B 48 of 150 ~ 32%

%38
%30
%32

CMYK color model

#392D30 color CMYK value is (0,21,16,78).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 15.79%
  • key color value is 77.65%
CMYK:
(0,21,16,78)
C0M21Y16K78 
(0%,21%,16%,78%)
(0.00/0.21/0.16/0.78)	

CMYK percentages

%0
%21.05
%15.79
%77.65

Codes

Color #392D30 in popluar color models

392D30
RGB574548
HSL345°11.76%20.00%
HSB/HSV345°21.05%22.35%
CMYK0.00%21.05%15.79%
77.65%

Color #392D30 in popluar number systems.

HEX392D30
Decimal574548
Binary111001101101110000
Octal715560

Shades and tints

Shades of #392D30

#392D30
(57,45,48)
#34292C
(52,41,44)
#2F2528
(47,37,40)
#2A2124
(42,33,36)
#251D20
(37,29,32)
#20191C
(32,25,28)
#1B1518
(27,21,24)
#161114
(22,17,20)
#110D10
(17,13,16)
#0C090C
(12,9,12)
#070508
(7,5,8)
#000000
(0,0,0)

Tints of #392D30

#392D30
(57,45,48)
#4B4042
(75,64,66)
#5D5354
(93,83,84)
#6F6666
(111,102,102)
#817978
(129,121,120)
#938C8A
(147,140,138)
#A59F9C
(165,159,156)
#B7B2AE
(183,178,174)
#C9C5C0
(201,197,192)
#DBD8D2
(219,216,210)
#EDEBE4
(237,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #392D30; }

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

This text font color is #392D30.


Background Color

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

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

This div background color is #392D30.


Border color

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

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

This div border color is #392D30.


Opacity

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

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

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

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

This text has shadow with #392D30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #392D30 on black background.


Color preview on white background

This text has color #392D30 on white background.



Black color preview on #392D30 background

This text has black color on #392D30 background.


White color preview on #392D30 background

This text has white color on #392D30 background.