COLOR #393E1F

HEX: #393E1F RGB: (57,62,31)

Color info

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

RGB color model

#393E1F color RGB value is (57,62,31).

RGB: (57,62,31) (22%, 24%, 12%)

RGB channels and saturation

R 57 of 255 = 22%
G 62 of 255 = 24%
B 31 of 255 = 12%

57
62
31

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

Portions of RGB colors in percentages

R + G + B = 57 + 62 + 31 = 150 (100%)
R 57 of 150 ~ 38%
G 62 of 150 ~ 41.33%
B 31 of 150 ~ 20.67'%

%38
%41.33
%20.67

CMYK color model

#393E1F color CMYK value is (8,0,50,76).

  • cyan value is 8.06%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 75.69%

CMYK: (8,0,50,76)
C8M0Y50K76 (8%, 0%, 50%, 76%)
(0.08 / 0.00 / 0.50 / 0.76)

CMYK percentages

%8.06
%0
%50
%75.69

Codes

Color #393E1F in popluar color models

39 3E 1F
RGB 57 62 31
HSL 70° 33.33% 18.24%
HSB/HSV 70° 50.00% 24.31%
CMYK 8.06% 0.00% 50.00%
75.69%

Color #393E1F in popluar number systems.

HEX 39 3E 1F
Decimal 57 62 31
Binary 111001 111110 11111
Octal 71 76 37

Shades and tints

Shades of #393E1F

#393E1F
(57,62,31)
#34391D
(52,57,29)
#2F341B
(47,52,27)
#2A2F19
(42,47,25)
#252A17
(37,42,23)
#202515
(32,37,21)
#1B2013
(27,32,19)
#161B11
(22,27,17)
#11160F
(17,22,15)
#0C110D
(12,17,13)
#070C0B
(7,12,11)
#000000
(0,0,0)

Tints of #393E1F

#393E1F
(57,62,31)
#4B4F33
(75,79,51)
#5D6047
(93,96,71)
#6F715B
(111,113,91)
#81826F
(129,130,111)
#939383
(147,147,131)
#A5A497
(165,164,151)
#B7B5AB
(183,181,171)
#C9C6BF
(201,198,191)
#DBD7D3
(219,215,211)
#EDE8E7
(237,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #393E1F color. Also use rgb(57,62,31) instead hex code.

Text Font Color

.myTextColor { color: #393E1F; }

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

This text font color is #393E1F.

Background Color

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

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

This div background color is #393E1F.

Border color

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

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

This div border color is #393E1F.

Opacity

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

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

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

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

This text has shadow with #393E1F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #393E1F.

Preview

Color preview on black background

This text has color #393E1F on black background.


Color preview on white background

This text has color #393E1F on white background.


Black color preview on #393E1F background

This text has black color on #393E1F background.


White color preview on #393E1F background

This text has white color on #393E1F background.


Related colors

Complementary color

Complementary color for #hex is #C6C1E0.


I love getcolorcode.com

Triadic colors

1 #1F393E and #3E1F39 with #393E1F are triadic colors.

2 #1F3E39 and #3E391F with #393E1F are triadic colors.