COLOR #393217

HEX: #393217
RGB: (57,50,23)

Color info

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

RGB color model

#393217 color RGB value is (57,50,23).

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

RGB channels and saturation

R 57 of 255 = 22%
G 50 of 255 = 20%
B 23 of 255 = 9%

57
50
23

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

Portions of RGB colors in percentages

R + G + B =
57 + 50 + 23 = 130 (100%)
R 57 of 130 ~ 43.85%
G 50 of 130 ~ 38.46%
B 23 of 130 ~ 17.69%

%43.85
%38.46
%17.69

CMYK color model

#393217 color CMYK value is (0,12,60,78).

  • cyan value is 0.00%
  • magenta value is 12.28%
  • yellow value is 59.65%
  • key color value is 77.65%
CMYK:
(0,12,60,78)
C0M12Y60K78 
(0%,12%,60%,78%)
(0.00/0.12/0.60/0.78)	

CMYK percentages

%0
%12.28
%59.65
%77.65

Codes

Color #393217 in popluar color models

393217
RGB575023
HSL48°42.50%15.69%
HSB/HSV48°59.65%22.35%
CMYK0.00%12.28%59.65%
77.65%

Color #393217 in popluar number systems.

HEX393217
Decimal575023
Binary11100111001010111
Octal716227

Shades and tints

Shades of #393217

#393217
(57,50,23)
#342E15
(52,46,21)
#2F2A13
(47,42,19)
#2A2611
(42,38,17)
#25220F
(37,34,15)
#201E0D
(32,30,13)
#1B1A0B
(27,26,11)
#161609
(22,22,9)
#111207
(17,18,7)
#0C0E05
(12,14,5)
#070A03
(7,10,3)
#000000
(0,0,0)

Tints of #393217

#393217
(57,50,23)
#4B442C
(75,68,44)
#5D5641
(93,86,65)
#6F6856
(111,104,86)
#817A6B
(129,122,107)
#938C80
(147,140,128)
#A59E95
(165,158,149)
#B7B0AA
(183,176,170)
#C9C2BF
(201,194,191)
#DBD4D4
(219,212,212)
#EDE6E9
(237,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #393217; }

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

This text font color is #393217.


Background Color

.myBgColor { background-color: #393217; }

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

This div background color is #393217.


Border color

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

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

This div border color is #393217.


Opacity

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

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

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

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

This text has shadow with #393217 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393217 on black background.


Color preview on white background

This text has color #393217 on white background.



Black color preview on #393217 background

This text has black color on #393217 background.


White color preview on #393217 background

This text has white color on #393217 background.