COLOR #392715

HEX: #392715
RGB: (57,39,21)

Color info

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

RGB color model

#392715 color RGB value is (57,39,21).

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

RGB channels and saturation

R 57 of 255 = 22%
G 39 of 255 = 15%
B 21 of 255 = 8%

57
39
21

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

Portions of RGB colors in percentages

R + G + B =
57 + 39 + 21 = 117 (100%)
R 57 of 117 ~ 48.72%
G 39 of 117 ~ 33.33%
B 21 of 117 ~ 17.95%

%48.72
%33.33
%17.95

CMYK color model

#392715 color CMYK value is (0,32,63,78).

  • cyan value is 0.00%
  • magenta value is 31.58%
  • yellow value is 63.16%
  • key color value is 77.65%
CMYK:
(0,32,63,78)
C0M32Y63K78 
(0%,32%,63%,78%)
(0.00/0.32/0.63/0.78)	

CMYK percentages

%0
%31.58
%63.16
%77.65

Codes

Color #392715 in popluar color models

392715
RGB573921
HSL30°46.15%15.29%
HSB/HSV30°63.16%22.35%
CMYK0.00%31.58%63.16%
77.65%

Color #392715 in popluar number systems.

HEX392715
Decimal573921
Binary11100110011110101
Octal714725

Shades and tints

Shades of #392715

#392715
(57,39,21)
#342414
(52,36,20)
#2F2113
(47,33,19)
#2A1E12
(42,30,18)
#251B11
(37,27,17)
#201810
(32,24,16)
#1B150F
(27,21,15)
#16120E
(22,18,14)
#110F0D
(17,15,13)
#0C0C0C
(12,12,12)
#07090B
(7,9,11)
#000000
(0,0,0)

Tints of #392715

#392715
(57,39,21)
#4B3A2A
(75,58,42)
#5D4D3F
(93,77,63)
#6F6054
(111,96,84)
#817369
(129,115,105)
#93867E
(147,134,126)
#A59993
(165,153,147)
#B7ACA8
(183,172,168)
#C9BFBD
(201,191,189)
#DBD2D2
(219,210,210)
#EDE5E7
(237,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #392715; }

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

This text font color is #392715.


Background Color

.myBgColor { background-color: #392715; }

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

This div background color is #392715.


Border color

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

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

This div border color is #392715.


Opacity

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

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

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

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

This text has shadow with #392715 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #392715 on black background.


Color preview on white background

This text has color #392715 on white background.



Black color preview on #392715 background

This text has black color on #392715 background.


White color preview on #392715 background

This text has white color on #392715 background.