COLOR #392713

HEX: #392713
RGB: (57,39,19)

Color info

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

RGB color model

#392713 color RGB value is (57,39,19).

  • red value is 57;
  • green value is 39;
  • blue value is 19.
RGB:
(57,39,19)
(22%,15%,7%)

RGB channels and saturation

R 57 of 255 = 22%
G 39 of 255 = 15%
B 19 of 255 = 7%

57
39
19

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

Portions of RGB colors in percentages

R + G + B =
57 + 39 + 19 = 115 (100%)
R 57 of 115 ~ 49.57%
G 39 of 115 ~ 33.91%
B 19 of 115 ~ 16.52%

%49.57
%33.91
%16.52

CMYK color model

#392713 color CMYK value is (0,32,67,78).

  • cyan value is 0.00%
  • magenta value is 31.58%
  • yellow value is 66.67%
  • key color value is 77.65%
CMYK:
(0,32,67,78)
C0M32Y67K78 
(0%,32%,67%,78%)
(0.00/0.32/0.67/0.78)	

CMYK percentages

%0
%31.58
%66.67
%77.65

Codes

Color #392713 in popluar color models

392713
RGB573919
HSL32°50.00%14.90%
HSB/HSV32°66.67%22.35%
CMYK0.00%31.58%66.67%
77.65%

Color #392713 in popluar number systems.

HEX392713
Decimal573919
Binary11100110011110011
Octal714723

Shades and tints

Shades of #392713

#392713
(57,39,19)
#342412
(52,36,18)
#2F2111
(47,33,17)
#2A1E10
(42,30,16)
#251B0F
(37,27,15)
#20180E
(32,24,14)
#1B150D
(27,21,13)
#16120C
(22,18,12)
#110F0B
(17,15,11)
#0C0C0A
(12,12,10)
#070909
(7,9,9)
#000000
(0,0,0)

Tints of #392713

#392713
(57,39,19)
#4B3A28
(75,58,40)
#5D4D3D
(93,77,61)
#6F6052
(111,96,82)
#817367
(129,115,103)
#93867C
(147,134,124)
#A59991
(165,153,145)
#B7ACA6
(183,172,166)
#C9BFBB
(201,191,187)
#DBD2D0
(219,210,208)
#EDE5E5
(237,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #392713 color. Also use rgb(57,39,19) instead hex code.

Text Font Color

.myTextColor { color: #392713; }

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

This text font color is #392713.


Background Color

.myBgColor { background-color: #392713; }

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

This div background color is #392713.


Border color

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

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

This div border color is #392713.


Opacity

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

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

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

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

This text has shadow with #392713 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #392713 on black background.


Color preview on white background

This text has color #392713 on white background.



Black color preview on #392713 background

This text has black color on #392713 background.


White color preview on #392713 background

This text has white color on #392713 background.