COLOR #393412

HEX: #393412
RGB: (57,52,18)

Color info

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

RGB color model

#393412 color RGB value is (57,52,18).

  • red value is 57;
  • green value is 52;
  • blue value is 18.
RGB:
(57,52,18)
(22%,20%,7%)

RGB channels and saturation

R 57 of 255 = 22%
G 52 of 255 = 20%
B 18 of 255 = 7%

57
52
18

R + G + B ~ 16%. #393412 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 52 + 18 = 127 (100%)
R 57 of 127 ~ 44.88%
G 52 of 127 ~ 40.94%
B 18 of 127 ~ 14.17%

%44.88
%40.94
%14.17

CMYK color model

#393412 color CMYK value is (0,9,68,78).

  • cyan value is 0.00%
  • magenta value is 8.77%
  • yellow value is 68.42%
  • key color value is 77.65%
CMYK:
(0,9,68,78)
C0M9Y68K78 
(0%,9%,68%,78%)
(0.00/0.09/0.68/0.78)	

CMYK percentages

%0
%8.77
%68.42
%77.65

Codes

Color #393412 in popluar color models

393412
RGB575218
HSL52°52.00%14.71%
HSB/HSV52°68.42%22.35%
CMYK0.00%8.77%68.42%
77.65%

Color #393412 in popluar number systems.

HEX393412
Decimal575218
Binary11100111010010010
Octal716422

Shades and tints

Shades of #393412

#393412
(57,52,18)
#343011
(52,48,17)
#2F2C10
(47,44,16)
#2A280F
(42,40,15)
#25240E
(37,36,14)
#20200D
(32,32,13)
#1B1C0C
(27,28,12)
#16180B
(22,24,11)
#11140A
(17,20,10)
#0C1009
(12,16,9)
#070C08
(7,12,8)
#000000
(0,0,0)

Tints of #393412

#393412
(57,52,18)
#4B4627
(75,70,39)
#5D583C
(93,88,60)
#6F6A51
(111,106,81)
#817C66
(129,124,102)
#938E7B
(147,142,123)
#A5A090
(165,160,144)
#B7B2A5
(183,178,165)
#C9C4BA
(201,196,186)
#DBD6CF
(219,214,207)
#EDE8E4
(237,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #393412 color. Also use rgb(57,52,18) instead hex code.

Text Font Color

.myTextColor { color: #393412; }

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

This text font color is #393412.


Background Color

.myBgColor { background-color: #393412; }

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

This div background color is #393412.


Border color

.myBorderColor { border: 1px solid #393412; }

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

This div border color is #393412.


Opacity

.myOpacity80 { color: #393412; opacity: 0.8; }

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

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

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

This text has shadow with #393412 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393412 on black background.


Color preview on white background

This text has color #393412 on white background.



Black color preview on #393412 background

This text has black color on #393412 background.


White color preview on #393412 background

This text has white color on #393412 background.