COLOR #393B2F

HEX: #393B2F RGB: (57,59,47)

Color info

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

RGB color model

#393B2F color RGB value is (57,59,47).

RGB: (57,59,47) (22%, 23%, 18%)

RGB channels and saturation

R 57 of 255 = 22%
G 59 of 255 = 23%
B 47 of 255 = 18%

57
59
47

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

Portions of RGB colors in percentages

R + G + B = 57 + 59 + 47 = 163 (100%)
R 57 of 163 ~ 34.97%
G 59 of 163 ~ 36.2%
B 47 of 163 ~ 28.83'%

%34.97
%36.2
%28.83

CMYK color model

#393B2F color CMYK value is (3,0,20,77).

  • cyan value is 3.39%
  • magenta value is 0.00%
  • yellow value is 20.34%
  • key color value is 76.86%
CMYK: (3,0,20,77) C3M0Y20K77 (3%,0%,20%,77%) (0.03/0.00/0.20/0.77) 

CMYK percentages

%3.39
%0
%20.34
%76.86

Codes

Color #393B2F in popluar color models

39 3B 2F
RGB 57 59 47
HSL 70° 11.32% 20.78%
HSB/HSV 70° 20.34% 23.14%
CMYK 3.39% 0.00% 20.34%
76.86%

Color #393B2F in popluar number systems.

HEX 39 3B 2F
Decimal 57 59 47
Binary 111001 111011 101111
Octal 71 73 57

Shades and tints

Shades of #393B2F

#393B2F
(57,59,47)
#34362B
(52,54,43)
#2F3127
(47,49,39)
#2A2C23
(42,44,35)
#25271F
(37,39,31)
#20221B
(32,34,27)
#1B1D17
(27,29,23)
#161813
(22,24,19)
#11130F
(17,19,15)
#0C0E0B
(12,14,11)
#070907
(7,9,7)
#000000
(0,0,0)

Tints of #393B2F

#393B2F
(57,59,47)
#4B4C41
(75,76,65)
#5D5D53
(93,93,83)
#6F6E65
(111,110,101)
#817F77
(129,127,119)
#939089
(147,144,137)
#A5A19B
(165,161,155)
#B7B2AD
(183,178,173)
#C9C3BF
(201,195,191)
#DBD4D1
(219,212,209)
#EDE5E3
(237,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #393B2F; }

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

This text font color is #393B2F.

Background Color

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

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

This div background color is #393B2F.

Border color

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

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

This div border color is #393B2F.

Opacity

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

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

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

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

This text has shadow with #393B2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #393B2F.

Preview

Color preview on black background

This text has color #393B2F on black background.


Color preview on white background

This text has color #393B2F on white background.


Black color preview on #393B2F background

This text has black color on #393B2F background.


White color preview on #393B2F background

This text has white color on #393B2F background.


Related colors

Complementary color

Complementary color for #hex is #C6C4D0.


I love getcolorcode.com

Triadic colors

1 #2F393B and #3B2F39 with #393B2F are triadic colors.

2 #2F3B39 and #3B392F with #393B2F are triadic colors.