COLOR #392F0F

HEX: #392F0F
RGB: (57,47,15)

Color info

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

RGB color model

#392F0F color RGB value is (57,47,15).

  • red value is 57;
  • green value is 47;
  • blue value is 15.
RGB:
(57,47,15)
(22%,18%,6%)

RGB channels and saturation

R 57 of 255 = 22%
G 47 of 255 = 18%
B 15 of 255 = 6%

57
47
15

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

Portions of RGB colors in percentages

R + G + B =
57 + 47 + 15 = 119 (100%)
R 57 of 119 ~ 47.9%
G 47 of 119 ~ 39.5%
B 15 of 119 ~ 12.61%

%47.9
%39.5
%12.61

CMYK color model

#392F0F color CMYK value is (0,18,74,78).

  • cyan value is 0.00%
  • magenta value is 17.54%
  • yellow value is 73.68%
  • key color value is 77.65%
CMYK:
(0,18,74,78)
C0M18Y74K78 
(0%,18%,74%,78%)
(0.00/0.18/0.74/0.78)	

CMYK percentages

%0
%17.54
%73.68
%77.65

Codes

Color #392F0F in popluar color models

392F0F
RGB574715
HSL46°58.33%14.12%
HSB/HSV46°73.68%22.35%
CMYK0.00%17.54%73.68%
77.65%

Color #392F0F in popluar number systems.

HEX392F0F
Decimal574715
Binary1110011011111111
Octal715717

Shades and tints

Shades of #392F0F

#392F0F
(57,47,15)
#342B0E
(52,43,14)
#2F270D
(47,39,13)
#2A230C
(42,35,12)
#251F0B
(37,31,11)
#201B0A
(32,27,10)
#1B1709
(27,23,9)
#161308
(22,19,8)
#110F07
(17,15,7)
#0C0B06
(12,11,6)
#070705
(7,7,5)
#000000
(0,0,0)

Tints of #392F0F

#392F0F
(57,47,15)
#4B4124
(75,65,36)
#5D5339
(93,83,57)
#6F654E
(111,101,78)
#817763
(129,119,99)
#938978
(147,137,120)
#A59B8D
(165,155,141)
#B7ADA2
(183,173,162)
#C9BFB7
(201,191,183)
#DBD1CC
(219,209,204)
#EDE3E1
(237,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #392F0F color. Also use rgb(57,47,15) instead hex code.

Text Font Color

.myTextColor { color: #392F0F; }

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

This text font color is #392F0F.


Background Color

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

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

This div background color is #392F0F.


Border color

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

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

This div border color is #392F0F.


Opacity

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

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

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

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

This text has shadow with #392F0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #392F0F on black background.


Color preview on white background

This text has color #392F0F on white background.



Black color preview on #392F0F background

This text has black color on #392F0F background.


White color preview on #392F0F background

This text has white color on #392F0F background.