COLOR #393E1E

HEX: #393E1E
RGB: (57,62,30)

Color info

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

RGB color model

#393E1E color RGB value is (57,62,30).

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

RGB channels and saturation

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

57
62
30

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

Portions of RGB colors in percentages

R + G + B =
57 + 62 + 30 = 149 (100%)
R 57 of 149 ~ 38.26%
G 62 of 149 ~ 41.61%
B 30 of 149 ~ 20.13%

%38.26
%41.61
%20.13

CMYK color model

#393E1E color CMYK value is (8,0,52,76).

  • cyan value is 8.06%
  • magenta value is 0.00%
  • yellow value is 51.61%
  • key color value is 75.69%
CMYK:
(8,0,52,76)
C8M0Y52K76 
(8%,0%,52%,76%)
(0.08/0.00/0.52/0.76)	

CMYK percentages

%8.06
%0
%51.61
%75.69

Codes

Color #393E1E in popluar color models

393E1E
RGB576230
HSL69°34.78%18.04%
HSB/HSV69°51.61%24.31%
CMYK8.06%0.00%51.61%
75.69%

Color #393E1E in popluar number systems.

HEX393E1E
Decimal576230
Binary11100111111011110
Octal717636

Shades and tints

Shades of #393E1E

#393E1E
(57,62,30)
#34391C
(52,57,28)
#2F341A
(47,52,26)
#2A2F18
(42,47,24)
#252A16
(37,42,22)
#202514
(32,37,20)
#1B2012
(27,32,18)
#161B10
(22,27,16)
#11160E
(17,22,14)
#0C110C
(12,17,12)
#070C0A
(7,12,10)
#000000
(0,0,0)

Tints of #393E1E

#393E1E
(57,62,30)
#4B4F32
(75,79,50)
#5D6046
(93,96,70)
#6F715A
(111,113,90)
#81826E
(129,130,110)
#939382
(147,147,130)
#A5A496
(165,164,150)
#B7B5AA
(183,181,170)
#C9C6BE
(201,198,190)
#DBD7D2
(219,215,210)
#EDE8E6
(237,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #393E1E; }

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

This text font color is #393E1E.


Background Color

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

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

This div background color is #393E1E.


Border color

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

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

This div border color is #393E1E.


Opacity

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

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

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

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

This text has shadow with #393E1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393E1E on black background.


Color preview on white background

This text has color #393E1E on white background.



Black color preview on #393E1E background

This text has black color on #393E1E background.


White color preview on #393E1E background

This text has white color on #393E1E background.