COLOR #392A12

HEX: #392A12
RGB: (57,42,18)

Color info

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

RGB color model

#392A12 color RGB value is (57,42,18).

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

RGB channels and saturation

R 57 of 255 = 22%
G 42 of 255 = 16%
B 18 of 255 = 7%

57
42
18

R + G + B ~ 15%. #392A12 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 42 + 18 = 117 (100%)
R 57 of 117 ~ 48.72%
G 42 of 117 ~ 35.9%
B 18 of 117 ~ 15.38%

%48.72
%35.9
%15.38

CMYK color model

#392A12 color CMYK value is (0,26,68,78).

  • cyan value is 0.00%
  • magenta value is 26.32%
  • yellow value is 68.42%
  • key color value is 77.65%
CMYK:
(0,26,68,78)
C0M26Y68K78 
(0%,26%,68%,78%)
(0.00/0.26/0.68/0.78)	

CMYK percentages

%0
%26.32
%68.42
%77.65

Codes

Color #392A12 in popluar color models

392A12
RGB574218
HSL37°52.00%14.71%
HSB/HSV37°68.42%22.35%
CMYK0.00%26.32%68.42%
77.65%

Color #392A12 in popluar number systems.

HEX392A12
Decimal574218
Binary11100110101010010
Octal715222

Shades and tints

Shades of #392A12

#392A12
(57,42,18)
#342711
(52,39,17)
#2F2410
(47,36,16)
#2A210F
(42,33,15)
#251E0E
(37,30,14)
#201B0D
(32,27,13)
#1B180C
(27,24,12)
#16150B
(22,21,11)
#11120A
(17,18,10)
#0C0F09
(12,15,9)
#070C08
(7,12,8)
#000000
(0,0,0)

Tints of #392A12

#392A12
(57,42,18)
#4B3D27
(75,61,39)
#5D503C
(93,80,60)
#6F6351
(111,99,81)
#817666
(129,118,102)
#93897B
(147,137,123)
#A59C90
(165,156,144)
#B7AFA5
(183,175,165)
#C9C2BA
(201,194,186)
#DBD5CF
(219,213,207)
#EDE8E4
(237,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #392A12; }

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

This text font color is #392A12.


Background Color

.myBgColor { background-color: #392A12; }

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

This div background color is #392A12.


Border color

.myBorderColor { border: 1px solid #392A12; }

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

This div border color is #392A12.


Opacity

.myOpacity80 { color: #392A12; opacity: 0.8; }

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

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

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

This text has shadow with #392A12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #392A12 on black background.


Color preview on white background

This text has color #392A12 on white background.



Black color preview on #392A12 background

This text has black color on #392A12 background.


White color preview on #392A12 background

This text has white color on #392A12 background.