COLOR #393E2C

HEX: #393E2C
RGB: (57,62,44)

Color info

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

RGB color model

#393E2C color RGB value is (57,62,44).

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

RGB channels and saturation

R 57 of 255 = 22%
G 62 of 255 = 24%
B 44 of 255 = 17%

57
62
44

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

Portions of RGB colors in percentages

R + G + B =
57 + 62 + 44 = 163 (100%)
R 57 of 163 ~ 34.97%
G 62 of 163 ~ 38.04%
B 44 of 163 ~ 26.99%

%34.97
%38.04
%26.99

CMYK color model

#393E2C color CMYK value is (8,0,29,76).

  • cyan value is 8.06%
  • magenta value is 0.00%
  • yellow value is 29.03%
  • key color value is 75.69%
CMYK:
(8,0,29,76)
C8M0Y29K76 
(8%,0%,29%,76%)
(0.08/0.00/0.29/0.76)	

CMYK percentages

%8.06
%0
%29.03
%75.69

Codes

Color #393E2C in popluar color models

393E2C
RGB576244
HSL77°16.98%20.78%
HSB/HSV77°29.03%24.31%
CMYK8.06%0.00%29.03%
75.69%

Color #393E2C in popluar number systems.

HEX393E2C
Decimal576244
Binary111001111110101100
Octal717654

Shades and tints

Shades of #393E2C

#393E2C
(57,62,44)
#343928
(52,57,40)
#2F3424
(47,52,36)
#2A2F20
(42,47,32)
#252A1C
(37,42,28)
#202518
(32,37,24)
#1B2014
(27,32,20)
#161B10
(22,27,16)
#11160C
(17,22,12)
#0C1108
(12,17,8)
#070C04
(7,12,4)
#000000
(0,0,0)

Tints of #393E2C

#393E2C
(57,62,44)
#4B4F3F
(75,79,63)
#5D6052
(93,96,82)
#6F7165
(111,113,101)
#818278
(129,130,120)
#93938B
(147,147,139)
#A5A49E
(165,164,158)
#B7B5B1
(183,181,177)
#C9C6C4
(201,198,196)
#DBD7D7
(219,215,215)
#EDE8EA
(237,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #393E2C; }

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

This text font color is #393E2C.


Background Color

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

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

This div background color is #393E2C.


Border color

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

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

This div border color is #393E2C.


Opacity

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

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

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

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

This text has shadow with #393E2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393E2C on black background.


Color preview on white background

This text has color #393E2C on white background.



Black color preview on #393E2C background

This text has black color on #393E2C background.


White color preview on #393E2C background

This text has white color on #393E2C background.