COLOR #392609

HEX: #392609
RGB: (57,38,9)

Color info

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

RGB color model

#392609 color RGB value is (57,38,9).

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

RGB channels and saturation

R 57 of 255 = 22%
G 38 of 255 = 15%
B 9 of 255 = 4%

57
38
9

R + G + B ~ 14%. #392609 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 38 + 9 = 104 (100%)
R 57 of 104 ~ 54.81%
G 38 of 104 ~ 36.54%
B 9 of 104 ~ 8.65%

%54.81
%36.54

CMYK color model

#392609 color CMYK value is (0,33,84,78).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 84.21%
  • key color value is 77.65%
CMYK:
(0,33,84,78)
C0M33Y84K78 
(0%,33%,84%,78%)
(0.00/0.33/0.84/0.78)	

CMYK percentages

%0
%33.33
%84.21
%77.65

Codes

Color #392609 in popluar color models

392609
RGB57389
HSL36°72.73%12.94%
HSB/HSV36°84.21%22.35%
CMYK0.00%33.33%84.21%
77.65%

Color #392609 in popluar number systems.

HEX392609
Decimal57389
Binary1110011001101001
Octal714611

Shades and tints

Shades of #392609

#392609
(57,38,9)
#342309
(52,35,9)
#2F2009
(47,32,9)
#2A1D09
(42,29,9)
#251A09
(37,26,9)
#201709
(32,23,9)
#1B1409
(27,20,9)
#161109
(22,17,9)
#110E09
(17,14,9)
#0C0B09
(12,11,9)
#070809
(7,8,9)
#000000
(0,0,0)

Tints of #392609

#392609
(57,38,9)
#4B391F
(75,57,31)
#5D4C35
(93,76,53)
#6F5F4B
(111,95,75)
#817261
(129,114,97)
#938577
(147,133,119)
#A5988D
(165,152,141)
#B7ABA3
(183,171,163)
#C9BEB9
(201,190,185)
#DBD1CF
(219,209,207)
#EDE4E5
(237,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #392609; }

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

This text font color is #392609.


Background Color

.myBgColor { background-color: #392609; }

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

This div background color is #392609.


Border color

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

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

This div border color is #392609.


Opacity

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

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

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

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

This text has shadow with #392609 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #392609 on black background.


Color preview on white background

This text has color #392609 on white background.



Black color preview on #392609 background

This text has black color on #392609 background.


White color preview on #392609 background

This text has white color on #392609 background.