COLOR #392F3E

HEX: #392F3E
RGB: (57,47,62)

Color info

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

RGB color model

#392F3E color RGB value is (57,47,62).

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

RGB channels and saturation

R 57 of 255 = 22%
G 47 of 255 = 18%
B 62 of 255 = 24%

57
47
62

R + G + B ~ 21%. #392F3E is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 47 + 62 = 166 (100%)
R 57 of 166 ~ 34.34%
G 47 of 166 ~ 28.31%
B 62 of 166 ~ 37.35%

%34.34
%28.31
%37.35

CMYK color model

#392F3E color CMYK value is (8,24,0,76).

  • cyan value is 8.06%
  • magenta value is 24.19%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(8,24,0,76)
C8M24Y0K76 
(8%,24%,0%,76%)
(0.08/0.24/0.00/0.76)	

CMYK percentages

%8.06
%24.19
%0
%75.69

Codes

Color #392F3E in popluar color models

392F3E
RGB574762
HSL280°13.76%21.37%
HSB/HSV280°24.19%24.31%
CMYK8.06%24.19%0.00%
75.69%

Color #392F3E in popluar number systems.

HEX392F3E
Decimal574762
Binary111001101111111110
Octal715776

Shades and tints

Shades of #392F3E

#392F3E
(57,47,62)
#342B39
(52,43,57)
#2F2734
(47,39,52)
#2A232F
(42,35,47)
#251F2A
(37,31,42)
#201B25
(32,27,37)
#1B1720
(27,23,32)
#16131B
(22,19,27)
#110F16
(17,15,22)
#0C0B11
(12,11,17)
#07070C
(7,7,12)
#000000
(0,0,0)

Tints of #392F3E

#392F3E
(57,47,62)
#4B414F
(75,65,79)
#5D5360
(93,83,96)
#6F6571
(111,101,113)
#817782
(129,119,130)
#938993
(147,137,147)
#A59BA4
(165,155,164)
#B7ADB5
(183,173,181)
#C9BFC6
(201,191,198)
#DBD1D7
(219,209,215)
#EDE3E8
(237,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #392F3E; }

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

This text font color is #392F3E.


Background Color

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

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

This div background color is #392F3E.


Border color

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

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

This div border color is #392F3E.


Opacity

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

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

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

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

This text has shadow with #392F3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #392F3E on black background.


Color preview on white background

This text has color #392F3E on white background.



Black color preview on #392F3E background

This text has black color on #392F3E background.


White color preview on #392F3E background

This text has white color on #392F3E background.