COLOR #393A20

HEX: #393A20
RGB: (57,58,32)

Color info

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

RGB color model

#393A20 color RGB value is (57,58,32).

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

RGB channels and saturation

R 57 of 255 = 22%
G 58 of 255 = 23%
B 32 of 255 = 13%

57
58
32

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

Portions of RGB colors in percentages

R + G + B =
57 + 58 + 32 = 147 (100%)
R 57 of 147 ~ 38.78%
G 58 of 147 ~ 39.46%
B 32 of 147 ~ 21.77%

%38.78
%39.46
%21.77

CMYK color model

#393A20 color CMYK value is (2,0,45,77).

  • cyan value is 1.72%
  • magenta value is 0.00%
  • yellow value is 44.83%
  • key color value is 77.25%
CMYK:
(2,0,45,77)
C2M0Y45K77 
(2%,0%,45%,77%)
(0.02/0.00/0.45/0.77)	

CMYK percentages

%1.72
%0
%44.83
%77.25

Codes

Color #393A20 in popluar color models

393A20
RGB575832
HSL62°28.89%17.65%
HSB/HSV62°44.83%22.75%
CMYK1.72%0.00%44.83%
77.25%

Color #393A20 in popluar number systems.

HEX393A20
Decimal575832
Binary111001111010100000
Octal717240

Shades and tints

Shades of #393A20

#393A20
(57,58,32)
#34351E
(52,53,30)
#2F301C
(47,48,28)
#2A2B1A
(42,43,26)
#252618
(37,38,24)
#202116
(32,33,22)
#1B1C14
(27,28,20)
#161712
(22,23,18)
#111210
(17,18,16)
#0C0D0E
(12,13,14)
#07080C
(7,8,12)
#000000
(0,0,0)

Tints of #393A20

#393A20
(57,58,32)
#4B4B34
(75,75,52)
#5D5C48
(93,92,72)
#6F6D5C
(111,109,92)
#817E70
(129,126,112)
#938F84
(147,143,132)
#A5A098
(165,160,152)
#B7B1AC
(183,177,172)
#C9C2C0
(201,194,192)
#DBD3D4
(219,211,212)
#EDE4E8
(237,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #393A20; }

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

This text font color is #393A20.


Background Color

.myBgColor { background-color: #393A20; }

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

This div background color is #393A20.


Border color

.myBorderColor { border: 1px solid #393A20; }

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

This div border color is #393A20.


Opacity

.myOpacity80 { color: #393A20; opacity: 0.8; }

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

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

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

This text has shadow with #393A20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393A20 on black background.


Color preview on white background

This text has color #393A20 on white background.



Black color preview on #393A20 background

This text has black color on #393A20 background.


White color preview on #393A20 background

This text has white color on #393A20 background.