COLOR #393219

HEX: #393219
RGB: (57,50,25)

Color info

#393219 contains red, green and blue colors in about the same proportion. Web safe color of #393219 is #333300 (or #330).

RGB color model

#393219 color RGB value is (57,50,25).

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

RGB channels and saturation

R 57 of 255 = 22%
G 50 of 255 = 20%
B 25 of 255 = 10%

57
50
25

R + G + B ~ 17%. #393219 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 50 + 25 = 132 (100%)
R 57 of 132 ~ 43.18%
G 50 of 132 ~ 37.88%
B 25 of 132 ~ 18.94%

%43.18
%37.88
%18.94

CMYK color model

#393219 color CMYK value is (0,12,56,78).

  • cyan value is 0.00%
  • magenta value is 12.28%
  • yellow value is 56.14%
  • key color value is 77.65%
CMYK:
(0,12,56,78)
C0M12Y56K78 
(0%,12%,56%,78%)
(0.00/0.12/0.56/0.78)	

CMYK percentages

%0
%12.28
%56.14
%77.65

Codes

Color #393219 in popluar color models

393219
RGB575025
HSL47°39.02%16.08%
HSB/HSV47°56.14%22.35%
CMYK0.00%12.28%56.14%
77.65%

Color #393219 in popluar number systems.

HEX393219
Decimal575025
Binary11100111001011001
Octal716231

Shades and tints

Shades of #393219

#393219
(57,50,25)
#342E17
(52,46,23)
#2F2A15
(47,42,21)
#2A2613
(42,38,19)
#252211
(37,34,17)
#201E0F
(32,30,15)
#1B1A0D
(27,26,13)
#16160B
(22,22,11)
#111209
(17,18,9)
#0C0E07
(12,14,7)
#070A05
(7,10,5)
#000000
(0,0,0)

Tints of #393219

#393219
(57,50,25)
#4B442D
(75,68,45)
#5D5641
(93,86,65)
#6F6855
(111,104,85)
#817A69
(129,122,105)
#938C7D
(147,140,125)
#A59E91
(165,158,145)
#B7B0A5
(183,176,165)
#C9C2B9
(201,194,185)
#DBD4CD
(219,212,205)
#EDE6E1
(237,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #393219; }

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

This text font color is #393219.


Background Color

.myBgColor { background-color: #393219; }

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

This div background color is #393219.


Border color

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

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

This div border color is #393219.


Opacity

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

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

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

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

This text has shadow with #393219 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393219 on black background.


Color preview on white background

This text has color #393219 on white background.



Black color preview on #393219 background

This text has black color on #393219 background.


White color preview on #393219 background

This text has white color on #393219 background.