COLOR #393520

HEX: #393520
RGB: (57,53,32)

Color info

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

RGB color model

#393520 color RGB value is (57,53,32).

  • red value is 57;
  • green value is 53;
  • blue value is 32.
RGB:
(57,53,32)
(22%,21%,13%)

RGB channels and saturation

R 57 of 255 = 22%
G 53 of 255 = 21%
B 32 of 255 = 13%

57
53
32

R + G + B ~ 19%. #393520 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 53 + 32 = 142 (100%)
R 57 of 142 ~ 40.14%
G 53 of 142 ~ 37.32%
B 32 of 142 ~ 22.54%

%40.14
%37.32
%22.54

CMYK color model

#393520 color CMYK value is (0,7,44,78).

  • cyan value is 0.00%
  • magenta value is 7.02%
  • yellow value is 43.86%
  • key color value is 77.65%
CMYK:
(0,7,44,78)
C0M7Y44K78 
(0%,7%,44%,78%)
(0.00/0.07/0.44/0.78)	

CMYK percentages

%0
%7.02
%43.86
%77.65

Codes

Color #393520 in popluar color models

393520
RGB575332
HSL50°28.09%17.45%
HSB/HSV50°43.86%22.35%
CMYK0.00%7.02%43.86%
77.65%

Color #393520 in popluar number systems.

HEX393520
Decimal575332
Binary111001110101100000
Octal716540

Shades and tints

Shades of #393520

#393520
(57,53,32)
#34311E
(52,49,30)
#2F2D1C
(47,45,28)
#2A291A
(42,41,26)
#252518
(37,37,24)
#202116
(32,33,22)
#1B1D14
(27,29,20)
#161912
(22,25,18)
#111510
(17,21,16)
#0C110E
(12,17,14)
#070D0C
(7,13,12)
#000000
(0,0,0)

Tints of #393520

#393520
(57,53,32)
#4B4734
(75,71,52)
#5D5948
(93,89,72)
#6F6B5C
(111,107,92)
#817D70
(129,125,112)
#938F84
(147,143,132)
#A5A198
(165,161,152)
#B7B3AC
(183,179,172)
#C9C5C0
(201,197,192)
#DBD7D4
(219,215,212)
#EDE9E8
(237,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #393520 color. Also use rgb(57,53,32) instead hex code.

Text Font Color

.myTextColor { color: #393520; }

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

This text font color is #393520.


Background Color

.myBgColor { background-color: #393520; }

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

This div background color is #393520.


Border color

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

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

This div border color is #393520.


Opacity

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

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

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

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

This text has shadow with #393520 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393520 on black background.


Color preview on white background

This text has color #393520 on white background.



Black color preview on #393520 background

This text has black color on #393520 background.


White color preview on #393520 background

This text has white color on #393520 background.