COLOR #393221

HEX: #393221
RGB: (57,50,33)

Color info

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

RGB color model

#393221 color RGB value is (57,50,33).

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

RGB channels and saturation

R 57 of 255 = 22%
G 50 of 255 = 20%
B 33 of 255 = 13%

57
50
33

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

Portions of RGB colors in percentages

R + G + B =
57 + 50 + 33 = 140 (100%)
R 57 of 140 ~ 40.71%
G 50 of 140 ~ 35.71%
B 33 of 140 ~ 23.57%

%40.71
%35.71
%23.57

CMYK color model

#393221 color CMYK value is (0,12,42,78).

  • cyan value is 0.00%
  • magenta value is 12.28%
  • yellow value is 42.11%
  • key color value is 77.65%
CMYK:
(0,12,42,78)
C0M12Y42K78 
(0%,12%,42%,78%)
(0.00/0.12/0.42/0.78)	

CMYK percentages

%0
%12.28
%42.11
%77.65

Codes

Color #393221 in popluar color models

393221
RGB575033
HSL43°26.67%17.65%
HSB/HSV43°42.11%22.35%
CMYK0.00%12.28%42.11%
77.65%

Color #393221 in popluar number systems.

HEX393221
Decimal575033
Binary111001110010100001
Octal716241

Shades and tints

Shades of #393221

#393221
(57,50,33)
#342E1E
(52,46,30)
#2F2A1B
(47,42,27)
#2A2618
(42,38,24)
#252215
(37,34,21)
#201E12
(32,30,18)
#1B1A0F
(27,26,15)
#16160C
(22,22,12)
#111209
(17,18,9)
#0C0E06
(12,14,6)
#070A03
(7,10,3)
#000000
(0,0,0)

Tints of #393221

#393221
(57,50,33)
#4B4435
(75,68,53)
#5D5649
(93,86,73)
#6F685D
(111,104,93)
#817A71
(129,122,113)
#938C85
(147,140,133)
#A59E99
(165,158,153)
#B7B0AD
(183,176,173)
#C9C2C1
(201,194,193)
#DBD4D5
(219,212,213)
#EDE6E9
(237,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #393221; }

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

This text font color is #393221.


Background Color

.myBgColor { background-color: #393221; }

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

This div background color is #393221.


Border color

.myBorderColor { border: 1px solid #393221; }

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

This div border color is #393221.


Opacity

.myOpacity80 { color: #393221; opacity: 0.8; }

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

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

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

This text has shadow with #393221 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393221 on black background.


Color preview on white background

This text has color #393221 on white background.



Black color preview on #393221 background

This text has black color on #393221 background.


White color preview on #393221 background

This text has white color on #393221 background.