COLOR #392717

HEX: #392717
RGB: (57,39,23)

Color info

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

RGB color model

#392717 color RGB value is (57,39,23).

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

RGB channels and saturation

R 57 of 255 = 22%
G 39 of 255 = 15%
B 23 of 255 = 9%

57
39
23

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

Portions of RGB colors in percentages

R + G + B =
57 + 39 + 23 = 119 (100%)
R 57 of 119 ~ 47.9%
G 39 of 119 ~ 32.77%
B 23 of 119 ~ 19.33%

%47.9
%32.77
%19.33

CMYK color model

#392717 color CMYK value is (0,32,60,78).

  • cyan value is 0.00%
  • magenta value is 31.58%
  • yellow value is 59.65%
  • key color value is 77.65%
CMYK:
(0,32,60,78)
C0M32Y60K78 
(0%,32%,60%,78%)
(0.00/0.32/0.60/0.78)	

CMYK percentages

%0
%31.58
%59.65
%77.65

Codes

Color #392717 in popluar color models

392717
RGB573923
HSL28°42.50%15.69%
HSB/HSV28°59.65%22.35%
CMYK0.00%31.58%59.65%
77.65%

Color #392717 in popluar number systems.

HEX392717
Decimal573923
Binary11100110011110111
Octal714727

Shades and tints

Shades of #392717

#392717
(57,39,23)
#342415
(52,36,21)
#2F2113
(47,33,19)
#2A1E11
(42,30,17)
#251B0F
(37,27,15)
#20180D
(32,24,13)
#1B150B
(27,21,11)
#161209
(22,18,9)
#110F07
(17,15,7)
#0C0C05
(12,12,5)
#070903
(7,9,3)
#000000
(0,0,0)

Tints of #392717

#392717
(57,39,23)
#4B3A2C
(75,58,44)
#5D4D41
(93,77,65)
#6F6056
(111,96,86)
#81736B
(129,115,107)
#938680
(147,134,128)
#A59995
(165,153,149)
#B7ACAA
(183,172,170)
#C9BFBF
(201,191,191)
#DBD2D4
(219,210,212)
#EDE5E9
(237,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #392717; }

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

This text font color is #392717.


Background Color

.myBgColor { background-color: #392717; }

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

This div background color is #392717.


Border color

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

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

This div border color is #392717.


Opacity

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

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

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

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

This text has shadow with #392717 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #392717 on black background.


Color preview on white background

This text has color #392717 on white background.



Black color preview on #392717 background

This text has black color on #392717 background.


White color preview on #392717 background

This text has white color on #392717 background.