COLOR #393532

HEX: #393532
RGB: (57,53,50)

Color info

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

RGB color model

#393532 color RGB value is (57,53,50).

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

RGB channels and saturation

R 57 of 255 = 22%
G 53 of 255 = 21%
B 50 of 255 = 20%

57
53
50

R + G + B ~ 21%. #393532 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 53 + 50 = 160 (100%)
R 57 of 160 ~ 35.63%
G 53 of 160 ~ 33.13%
B 50 of 160 ~ 31.25%

%35.63
%33.13
%31.25

CMYK color model

#393532 color CMYK value is (0,7,12,78).

  • cyan value is 0.00%
  • magenta value is 7.02%
  • yellow value is 12.28%
  • key color value is 77.65%
CMYK:
(0,7,12,78)
C0M7Y12K78 
(0%,7%,12%,78%)
(0.00/0.07/0.12/0.78)	

CMYK percentages

%0
%7.02
%12.28
%77.65

Codes

Color #393532 in popluar color models

393532
RGB575350
HSL26°6.54%20.98%
HSB/HSV26°12.28%22.35%
CMYK0.00%7.02%12.28%
77.65%

Color #393532 in popluar number systems.

HEX393532
Decimal575350
Binary111001110101110010
Octal716562

Shades and tints

Shades of #393532

#393532
(57,53,50)
#34312E
(52,49,46)
#2F2D2A
(47,45,42)
#2A2926
(42,41,38)
#252522
(37,37,34)
#20211E
(32,33,30)
#1B1D1A
(27,29,26)
#161916
(22,25,22)
#111512
(17,21,18)
#0C110E
(12,17,14)
#070D0A
(7,13,10)
#000000
(0,0,0)

Tints of #393532

#393532
(57,53,50)
#4B4744
(75,71,68)
#5D5956
(93,89,86)
#6F6B68
(111,107,104)
#817D7A
(129,125,122)
#938F8C
(147,143,140)
#A5A19E
(165,161,158)
#B7B3B0
(183,179,176)
#C9C5C2
(201,197,194)
#DBD7D4
(219,215,212)
#EDE9E6
(237,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #393532; }

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

This text font color is #393532.


Background Color

.myBgColor { background-color: #393532; }

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

This div background color is #393532.


Border color

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

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

This div border color is #393532.


Opacity

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

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

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

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

This text has shadow with #393532 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393532 on black background.


Color preview on white background

This text has color #393532 on white background.



Black color preview on #393532 background

This text has black color on #393532 background.


White color preview on #393532 background

This text has white color on #393532 background.