COLOR #393E1A

HEX: #393E1A
RGB: (57,62,26)

Color info

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

RGB color model

#393E1A color RGB value is (57,62,26).

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

RGB channels and saturation

R 57 of 255 = 22%
G 62 of 255 = 24%
B 26 of 255 = 10%

57
62
26

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

Portions of RGB colors in percentages

R + G + B =
57 + 62 + 26 = 145 (100%)
R 57 of 145 ~ 39.31%
G 62 of 145 ~ 42.76%
B 26 of 145 ~ 17.93%

%39.31
%42.76
%17.93

CMYK color model

#393E1A color CMYK value is (8,0,58,76).

  • cyan value is 8.06%
  • magenta value is 0.00%
  • yellow value is 58.06%
  • key color value is 75.69%
CMYK:
(8,0,58,76)
C8M0Y58K76 
(8%,0%,58%,76%)
(0.08/0.00/0.58/0.76)	

CMYK percentages

%8.06
%0
%58.06
%75.69

Codes

Color #393E1A in popluar color models

393E1A
RGB576226
HSL68°40.91%17.25%
HSB/HSV68°58.06%24.31%
CMYK8.06%0.00%58.06%
75.69%

Color #393E1A in popluar number systems.

HEX393E1A
Decimal576226
Binary11100111111011010
Octal717632

Shades and tints

Shades of #393E1A

#393E1A
(57,62,26)
#343918
(52,57,24)
#2F3416
(47,52,22)
#2A2F14
(42,47,20)
#252A12
(37,42,18)
#202510
(32,37,16)
#1B200E
(27,32,14)
#161B0C
(22,27,12)
#11160A
(17,22,10)
#0C1108
(12,17,8)
#070C06
(7,12,6)
#000000
(0,0,0)

Tints of #393E1A

#393E1A
(57,62,26)
#4B4F2E
(75,79,46)
#5D6042
(93,96,66)
#6F7156
(111,113,86)
#81826A
(129,130,106)
#93937E
(147,147,126)
#A5A492
(165,164,146)
#B7B5A6
(183,181,166)
#C9C6BA
(201,198,186)
#DBD7CE
(219,215,206)
#EDE8E2
(237,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #393E1A; }

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

This text font color is #393E1A.


Background Color

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

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

This div background color is #393E1A.


Border color

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

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

This div border color is #393E1A.


Opacity

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

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

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

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

This text has shadow with #393E1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393E1A on black background.


Color preview on white background

This text has color #393E1A on white background.



Black color preview on #393E1A background

This text has black color on #393E1A background.


White color preview on #393E1A background

This text has white color on #393E1A background.