COLOR #392D09

HEX: #392D09
RGB: (57,45,9)

Color info

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

RGB color model

#392D09 color RGB value is (57,45,9).

  • red value is 57;
  • green value is 45;
  • blue value is 9.
RGB:
(57,45,9)
(22%,18%,4%)

RGB channels and saturation

R 57 of 255 = 22%
G 45 of 255 = 18%
B 9 of 255 = 4%

57
45
9

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

Portions of RGB colors in percentages

R + G + B =
57 + 45 + 9 = 111 (100%)
R 57 of 111 ~ 51.35%
G 45 of 111 ~ 40.54%
B 9 of 111 ~ 8.11%

%51.35
%40.54

CMYK color model

#392D09 color CMYK value is (0,21,84,78).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 84.21%
  • key color value is 77.65%
CMYK:
(0,21,84,78)
C0M21Y84K78 
(0%,21%,84%,78%)
(0.00/0.21/0.84/0.78)	

CMYK percentages

%0
%21.05
%84.21
%77.65

Codes

Color #392D09 in popluar color models

392D09
RGB57459
HSL45°72.73%12.94%
HSB/HSV45°84.21%22.35%
CMYK0.00%21.05%84.21%
77.65%

Color #392D09 in popluar number systems.

HEX392D09
Decimal57459
Binary1110011011011001
Octal715511

Shades and tints

Shades of #392D09

#392D09
(57,45,9)
#342909
(52,41,9)
#2F2509
(47,37,9)
#2A2109
(42,33,9)
#251D09
(37,29,9)
#201909
(32,25,9)
#1B1509
(27,21,9)
#161109
(22,17,9)
#110D09
(17,13,9)
#0C0909
(12,9,9)
#070509
(7,5,9)
#000000
(0,0,0)

Tints of #392D09

#392D09
(57,45,9)
#4B401F
(75,64,31)
#5D5335
(93,83,53)
#6F664B
(111,102,75)
#817961
(129,121,97)
#938C77
(147,140,119)
#A59F8D
(165,159,141)
#B7B2A3
(183,178,163)
#C9C5B9
(201,197,185)
#DBD8CF
(219,216,207)
#EDEBE5
(237,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #392D09 color. Also use rgb(57,45,9) instead hex code.

Text Font Color

.myTextColor { color: #392D09; }

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

This text font color is #392D09.


Background Color

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

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

This div background color is #392D09.


Border color

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

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

This div border color is #392D09.


Opacity

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

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

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

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

This text has shadow with #392D09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #392D09 on black background.


Color preview on white background

This text has color #392D09 on white background.



Black color preview on #392D09 background

This text has black color on #392D09 background.


White color preview on #392D09 background

This text has white color on #392D09 background.