COLOR #393E0D

HEX: #393E0D
RGB: (57,62,13)

Color info

#393E0D contains red, green and blue colors in about the same proportion. Web safe color of #393E0D is #333300 (or #330).

RGB color model

#393E0D color RGB value is (57,62,13).

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

RGB channels and saturation

R 57 of 255 = 22%
G 62 of 255 = 24%
B 13 of 255 = 5%

57
62
13

R + G + B ~ 17%. #393E0D is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 62 + 13 = 132 (100%)
R 57 of 132 ~ 43.18%
G 62 of 132 ~ 46.97%
B 13 of 132 ~ 9.85%

%43.18
%46.97
%9.85

CMYK color model

#393E0D color CMYK value is (8,0,79,76).

  • cyan value is 8.06%
  • magenta value is 0.00%
  • yellow value is 79.03%
  • key color value is 75.69%
CMYK:
(8,0,79,76)
C8M0Y79K76 
(8%,0%,79%,76%)
(0.08/0.00/0.79/0.76)	

CMYK percentages

%8.06
%0
%79.03
%75.69

Codes

Color #393E0D in popluar color models

393E0D
RGB576213
HSL66°65.33%14.71%
HSB/HSV66°79.03%24.31%
CMYK8.06%0.00%79.03%
75.69%

Color #393E0D in popluar number systems.

HEX393E0D
Decimal576213
Binary1110011111101101
Octal717615

Shades and tints

Shades of #393E0D

#393E0D
(57,62,13)
#34390C
(52,57,12)
#2F340B
(47,52,11)
#2A2F0A
(42,47,10)
#252A09
(37,42,9)
#202508
(32,37,8)
#1B2007
(27,32,7)
#161B06
(22,27,6)
#111605
(17,22,5)
#0C1104
(12,17,4)
#070C03
(7,12,3)
#000000
(0,0,0)

Tints of #393E0D

#393E0D
(57,62,13)
#4B4F23
(75,79,35)
#5D6039
(93,96,57)
#6F714F
(111,113,79)
#818265
(129,130,101)
#93937B
(147,147,123)
#A5A491
(165,164,145)
#B7B5A7
(183,181,167)
#C9C6BD
(201,198,189)
#DBD7D3
(219,215,211)
#EDE8E9
(237,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #393E0D; }

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

This text font color is #393E0D.


Background Color

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

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

This div background color is #393E0D.


Border color

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

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

This div border color is #393E0D.


Opacity

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

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

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

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

This text has shadow with #393E0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393E0D on black background.


Color preview on white background

This text has color #393E0D on white background.



Black color preview on #393E0D background

This text has black color on #393E0D background.


White color preview on #393E0D background

This text has white color on #393E0D background.