COLOR #393528

HEX: #393528
RGB: (57,53,40)

Color info

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

RGB color model

#393528 color RGB value is (57,53,40).

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

RGB channels and saturation

R 57 of 255 = 22%
G 53 of 255 = 21%
B 40 of 255 = 16%

57
53
40

R + G + B ~ 20%. #393528 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 53 + 40 = 150 (100%)
R 57 of 150 ~ 38%
G 53 of 150 ~ 35.33%
B 40 of 150 ~ 26.67%

%38
%35.33
%26.67

CMYK color model

#393528 color CMYK value is (0,7,30,78).

  • cyan value is 0.00%
  • magenta value is 7.02%
  • yellow value is 29.82%
  • key color value is 77.65%
CMYK:
(0,7,30,78)
C0M7Y30K78 
(0%,7%,30%,78%)
(0.00/0.07/0.30/0.78)	

CMYK percentages

%0
%7.02
%29.82
%77.65

Codes

Color #393528 in popluar color models

393528
RGB575340
HSL46°17.53%19.02%
HSB/HSV46°29.82%22.35%
CMYK0.00%7.02%29.82%
77.65%

Color #393528 in popluar number systems.

HEX393528
Decimal575340
Binary111001110101101000
Octal716550

Shades and tints

Shades of #393528

#393528
(57,53,40)
#343125
(52,49,37)
#2F2D22
(47,45,34)
#2A291F
(42,41,31)
#25251C
(37,37,28)
#202119
(32,33,25)
#1B1D16
(27,29,22)
#161913
(22,25,19)
#111510
(17,21,16)
#0C110D
(12,17,13)
#070D0A
(7,13,10)
#000000
(0,0,0)

Tints of #393528

#393528
(57,53,40)
#4B473B
(75,71,59)
#5D594E
(93,89,78)
#6F6B61
(111,107,97)
#817D74
(129,125,116)
#938F87
(147,143,135)
#A5A19A
(165,161,154)
#B7B3AD
(183,179,173)
#C9C5C0
(201,197,192)
#DBD7D3
(219,215,211)
#EDE9E6
(237,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #393528; }

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

This text font color is #393528.


Background Color

.myBgColor { background-color: #393528; }

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

This div background color is #393528.


Border color

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

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

This div border color is #393528.


Opacity

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

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

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

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

This text has shadow with #393528 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393528 on black background.


Color preview on white background

This text has color #393528 on white background.



Black color preview on #393528 background

This text has black color on #393528 background.


White color preview on #393528 background

This text has white color on #393528 background.