COLOR #393E2D

HEX: #393E2D
RGB: (57,62,45)

Color info

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

RGB color model

#393E2D color RGB value is (57,62,45).

  • red value is 57;
  • green value is 62;
  • blue value is 45.
RGB:
(57,62,45)
(22%,24%,18%)

RGB channels and saturation

R 57 of 255 = 22%
G 62 of 255 = 24%
B 45 of 255 = 18%

57
62
45

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

Portions of RGB colors in percentages

R + G + B =
57 + 62 + 45 = 164 (100%)
R 57 of 164 ~ 34.76%
G 62 of 164 ~ 37.8%
B 45 of 164 ~ 27.44%

%34.76
%37.8
%27.44

CMYK color model

#393E2D color CMYK value is (8,0,27,76).

  • cyan value is 8.06%
  • magenta value is 0.00%
  • yellow value is 27.42%
  • key color value is 75.69%
CMYK:
(8,0,27,76)
C8M0Y27K76 
(8%,0%,27%,76%)
(0.08/0.00/0.27/0.76)	

CMYK percentages

%8.06
%0
%27.42
%75.69

Codes

Color #393E2D in popluar color models

393E2D
RGB576245
HSL78°15.89%20.98%
HSB/HSV78°27.42%24.31%
CMYK8.06%0.00%27.42%
75.69%

Color #393E2D in popluar number systems.

HEX393E2D
Decimal576245
Binary111001111110101101
Octal717655

Shades and tints

Shades of #393E2D

#393E2D
(57,62,45)
#343929
(52,57,41)
#2F3425
(47,52,37)
#2A2F21
(42,47,33)
#252A1D
(37,42,29)
#202519
(32,37,25)
#1B2015
(27,32,21)
#161B11
(22,27,17)
#11160D
(17,22,13)
#0C1109
(12,17,9)
#070C05
(7,12,5)
#000000
(0,0,0)

Tints of #393E2D

#393E2D
(57,62,45)
#4B4F40
(75,79,64)
#5D6053
(93,96,83)
#6F7166
(111,113,102)
#818279
(129,130,121)
#93938C
(147,147,140)
#A5A49F
(165,164,159)
#B7B5B2
(183,181,178)
#C9C6C5
(201,198,197)
#DBD7D8
(219,215,216)
#EDE8EB
(237,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #393E2D; }

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

This text font color is #393E2D.


Background Color

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

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

This div background color is #393E2D.


Border color

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

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

This div border color is #393E2D.


Opacity

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

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

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

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

This text has shadow with #393E2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393E2D on black background.


Color preview on white background

This text has color #393E2D on white background.



Black color preview on #393E2D background

This text has black color on #393E2D background.


White color preview on #393E2D background

This text has white color on #393E2D background.