COLOR #392F21

HEX: #392F21
RGB: (57,47,33)

Color info

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

RGB color model

#392F21 color RGB value is (57,47,33).

  • red value is 57;
  • green value is 47;
  • blue value is 33.
RGB:
(57,47,33)
(22%,18%,13%)

RGB channels and saturation

R 57 of 255 = 22%
G 47 of 255 = 18%
B 33 of 255 = 13%

57
47
33

R + G + B ~ 18%. #392F21 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 47 + 33 = 137 (100%)
R 57 of 137 ~ 41.61%
G 47 of 137 ~ 34.31%
B 33 of 137 ~ 24.09%

%41.61
%34.31
%24.09

CMYK color model

#392F21 color CMYK value is (0,18,42,78).

  • cyan value is 0.00%
  • magenta value is 17.54%
  • yellow value is 42.11%
  • key color value is 77.65%
CMYK:
(0,18,42,78)
C0M18Y42K78 
(0%,18%,42%,78%)
(0.00/0.18/0.42/0.78)	

CMYK percentages

%0
%17.54
%42.11
%77.65

Codes

Color #392F21 in popluar color models

392F21
RGB574733
HSL35°26.67%17.65%
HSB/HSV35°42.11%22.35%
CMYK0.00%17.54%42.11%
77.65%

Color #392F21 in popluar number systems.

HEX392F21
Decimal574733
Binary111001101111100001
Octal715741

Shades and tints

Shades of #392F21

#392F21
(57,47,33)
#342B1E
(52,43,30)
#2F271B
(47,39,27)
#2A2318
(42,35,24)
#251F15
(37,31,21)
#201B12
(32,27,18)
#1B170F
(27,23,15)
#16130C
(22,19,12)
#110F09
(17,15,9)
#0C0B06
(12,11,6)
#070703
(7,7,3)
#000000
(0,0,0)

Tints of #392F21

#392F21
(57,47,33)
#4B4135
(75,65,53)
#5D5349
(93,83,73)
#6F655D
(111,101,93)
#817771
(129,119,113)
#938985
(147,137,133)
#A59B99
(165,155,153)
#B7ADAD
(183,173,173)
#C9BFC1
(201,191,193)
#DBD1D5
(219,209,213)
#EDE3E9
(237,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #392F21; }

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

This text font color is #392F21.


Background Color

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

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

This div background color is #392F21.


Border color

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

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

This div border color is #392F21.


Opacity

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

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

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

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

This text has shadow with #392F21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #392F21 on black background.


Color preview on white background

This text has color #392F21 on white background.



Black color preview on #392F21 background

This text has black color on #392F21 background.


White color preview on #392F21 background

This text has white color on #392F21 background.