COLOR #393B31

HEX: #393B31
RGB: (57,59,49)

Color info

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

RGB color model

#393B31 color RGB value is (57,59,49).

  • red value is 57;
  • green value is 59;
  • blue value is 49.
RGB:
(57,59,49)
(22%,23%,19%)

RGB channels and saturation

R 57 of 255 = 22%
G 59 of 255 = 23%
B 49 of 255 = 19%

57
59
49

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

Portions of RGB colors in percentages

R + G + B =
57 + 59 + 49 = 165 (100%)
R 57 of 165 ~ 34.55%
G 59 of 165 ~ 35.76%
B 49 of 165 ~ 29.7%

%34.55
%35.76
%29.7

CMYK color model

#393B31 color CMYK value is (3,0,17,77).

  • cyan value is 3.39%
  • magenta value is 0.00%
  • yellow value is 16.95%
  • key color value is 76.86%
CMYK:
(3,0,17,77)
C3M0Y17K77 
(3%,0%,17%,77%)
(0.03/0.00/0.17/0.77)	

CMYK percentages

%3.39
%0
%16.95
%76.86

Codes

Color #393B31 in popluar color models

393B31
RGB575949
HSL72°9.26%21.18%
HSB/HSV72°16.95%23.14%
CMYK3.39%0.00%16.95%
76.86%

Color #393B31 in popluar number systems.

HEX393B31
Decimal575949
Binary111001111011110001
Octal717361

Shades and tints

Shades of #393B31

#393B31
(57,59,49)
#34362D
(52,54,45)
#2F3129
(47,49,41)
#2A2C25
(42,44,37)
#252721
(37,39,33)
#20221D
(32,34,29)
#1B1D19
(27,29,25)
#161815
(22,24,21)
#111311
(17,19,17)
#0C0E0D
(12,14,13)
#070909
(7,9,9)
#000000
(0,0,0)

Tints of #393B31

#393B31
(57,59,49)
#4B4C43
(75,76,67)
#5D5D55
(93,93,85)
#6F6E67
(111,110,103)
#817F79
(129,127,121)
#93908B
(147,144,139)
#A5A19D
(165,161,157)
#B7B2AF
(183,178,175)
#C9C3C1
(201,195,193)
#DBD4D3
(219,212,211)
#EDE5E5
(237,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #393B31 color. Also use rgb(57,59,49) instead hex code.

Text Font Color

.myTextColor { color: #393B31; }

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

This text font color is #393B31.


Background Color

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

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

This div background color is #393B31.


Border color

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

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

This div border color is #393B31.


Opacity

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

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

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

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

This text has shadow with #393B31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393B31 on black background.


Color preview on white background

This text has color #393B31 on white background.



Black color preview on #393B31 background

This text has black color on #393B31 background.


White color preview on #393B31 background

This text has white color on #393B31 background.