COLOR #393521

HEX: #393521 RGB: (57,53,33)

Color info

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

RGB color model

#393521 color RGB value is (57,53,33).

RGB: (57,53,33) (22%, 21%, 13%)

RGB channels and saturation

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

57
53
33

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

Portions of RGB colors in percentages

R + G + B = 57 + 53 + 33 = 143 (100%)
R 57 of 143 ~ 39.86%
G 53 of 143 ~ 37.06%
B 33 of 143 ~ 23.08'%

%39.86
%37.06
%23.08

CMYK color model

#393521 color CMYK value is (0,7,42,78).

  • cyan value is 0.00%
  • magenta value is 7.02%
  • yellow value is 42.11%
  • key color value is 77.65%

CMYK: (0,7,42,78)
C0M7Y42K78 (0%, 7%, 42%, 78%)
(0.00 / 0.07 / 0.42 / 0.78)

CMYK percentages

%0
%7.02
%42.11
%77.65

Codes

Color #393521 in popluar color models

39 35 21
RGB 57 53 33
HSL 50° 26.67% 17.65%
HSB/HSV 50° 42.11% 22.35%
CMYK 0.00% 7.02% 42.11%
77.65%

Color #393521 in popluar number systems.

HEX 39 35 21
Decimal 57 53 33
Binary 111001 110101 100001
Octal 71 65 41

Shades and tints

Shades of #393521

#393521
(57,53,33)
#34311E
(52,49,30)
#2F2D1B
(47,45,27)
#2A2918
(42,41,24)
#252515
(37,37,21)
#202112
(32,33,18)
#1B1D0F
(27,29,15)
#16190C
(22,25,12)
#111509
(17,21,9)
#0C1106
(12,17,6)
#070D03
(7,13,3)
#000000
(0,0,0)

Tints of #393521

#393521
(57,53,33)
#4B4735
(75,71,53)
#5D5949
(93,89,73)
#6F6B5D
(111,107,93)
#817D71
(129,125,113)
#938F85
(147,143,133)
#A5A199
(165,161,153)
#B7B3AD
(183,179,173)
#C9C5C1
(201,197,193)
#DBD7D5
(219,215,213)
#EDE9E9
(237,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #393521; }

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

This text font color is #393521.

Background Color

.myBgColor { background-color: #393521; }

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

This div background color is #393521.

Border color

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

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

This div border color is #393521.

Opacity

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

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

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

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

This text has shadow with #393521 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #393521.

Preview

Color preview on black background

This text has color #393521 on black background.


Color preview on white background

This text has color #393521 on white background.


Black color preview on #393521 background

This text has black color on #393521 background.


White color preview on #393521 background

This text has white color on #393521 background.


Related colors

Complementary color

Complementary color for #hex is #C6CADE.


I love getcolorcode.com

Triadic colors

1 #213935 and #352139 with #393521 are triadic colors.

2 #213539 and #353921 with #393521 are triadic colors.