COLOR #392B34

HEX: #392B34
RGB: (57,43,52)

Color info

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

RGB color model

#392B34 color RGB value is (57,43,52).

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

RGB channels and saturation

R 57 of 255 = 22%
G 43 of 255 = 17%
B 52 of 255 = 20%

57
43
52

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

Portions of RGB colors in percentages

R + G + B =
57 + 43 + 52 = 152 (100%)
R 57 of 152 ~ 37.5%
G 43 of 152 ~ 28.29%
B 52 of 152 ~ 34.21%

%37.5
%28.29
%34.21

CMYK color model

#392B34 color CMYK value is (0,25,9,78).

  • cyan value is 0.00%
  • magenta value is 24.56%
  • yellow value is 8.77%
  • key color value is 77.65%
CMYK:
(0,25,9,78)
C0M25Y9K78 
(0%,25%,9%,78%)
(0.00/0.25/0.09/0.78)	

CMYK percentages

%0
%24.56
%8.77
%77.65

Codes

Color #392B34 in popluar color models

392B34
RGB574352
HSL321°14.00%19.61%
HSB/HSV321°24.56%22.35%
CMYK0.00%24.56%8.77%
77.65%

Color #392B34 in popluar number systems.

HEX392B34
Decimal574352
Binary111001101011110100
Octal715364

Shades and tints

Shades of #392B34

#392B34
(57,43,52)
#342830
(52,40,48)
#2F252C
(47,37,44)
#2A2228
(42,34,40)
#251F24
(37,31,36)
#201C20
(32,28,32)
#1B191C
(27,25,28)
#161618
(22,22,24)
#111314
(17,19,20)
#0C1010
(12,16,16)
#070D0C
(7,13,12)
#000000
(0,0,0)

Tints of #392B34

#392B34
(57,43,52)
#4B3E46
(75,62,70)
#5D5158
(93,81,88)
#6F646A
(111,100,106)
#81777C
(129,119,124)
#938A8E
(147,138,142)
#A59DA0
(165,157,160)
#B7B0B2
(183,176,178)
#C9C3C4
(201,195,196)
#DBD6D6
(219,214,214)
#EDE9E8
(237,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #392B34; }

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

This text font color is #392B34.


Background Color

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

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

This div background color is #392B34.


Border color

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

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

This div border color is #392B34.


Opacity

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

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

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

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

This text has shadow with #392B34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #392B34 on black background.


Color preview on white background

This text has color #392B34 on white background.



Black color preview on #392B34 background

This text has black color on #392B34 background.


White color preview on #392B34 background

This text has white color on #392B34 background.