COLOR #392F27

HEX: #392F27
RGB: (57,47,39)

Color info

#392F27 contains red, green and blue colors in about the same proportion. Web safe color of #392F27 is #333333 (or #333).

RGB color model

#392F27 color RGB value is (57,47,39).

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

RGB channels and saturation

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

57
47
39

R + G + B ~ 18%. #392F27 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 47 + 39 = 143 (100%)
R 57 of 143 ~ 39.86%
G 47 of 143 ~ 32.87%
B 39 of 143 ~ 27.27%

%39.86
%32.87
%27.27

CMYK color model

#392F27 color CMYK value is (0,18,32,78).

  • cyan value is 0.00%
  • magenta value is 17.54%
  • yellow value is 31.58%
  • key color value is 77.65%
CMYK:
(0,18,32,78)
C0M18Y32K78 
(0%,18%,32%,78%)
(0.00/0.18/0.32/0.78)	

CMYK percentages

%0
%17.54
%31.58
%77.65

Codes

Color #392F27 in popluar color models

392F27
RGB574739
HSL27°18.75%18.82%
HSB/HSV27°31.58%22.35%
CMYK0.00%17.54%31.58%
77.65%

Color #392F27 in popluar number systems.

HEX392F27
Decimal574739
Binary111001101111100111
Octal715747

Shades and tints

Shades of #392F27

#392F27
(57,47,39)
#342B24
(52,43,36)
#2F2721
(47,39,33)
#2A231E
(42,35,30)
#251F1B
(37,31,27)
#201B18
(32,27,24)
#1B1715
(27,23,21)
#161312
(22,19,18)
#110F0F
(17,15,15)
#0C0B0C
(12,11,12)
#070709
(7,7,9)
#000000
(0,0,0)

Tints of #392F27

#392F27
(57,47,39)
#4B413A
(75,65,58)
#5D534D
(93,83,77)
#6F6560
(111,101,96)
#817773
(129,119,115)
#938986
(147,137,134)
#A59B99
(165,155,153)
#B7ADAC
(183,173,172)
#C9BFBF
(201,191,191)
#DBD1D2
(219,209,210)
#EDE3E5
(237,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #392F27; }

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

This text font color is #392F27.


Background Color

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

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

This div background color is #392F27.


Border color

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

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

This div border color is #392F27.


Opacity

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

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

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

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

This text has shadow with #392F27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #392F27 on black background.


Color preview on white background

This text has color #392F27 on white background.



Black color preview on #392F27 background

This text has black color on #392F27 background.


White color preview on #392F27 background

This text has white color on #392F27 background.