COLOR #392E1D

HEX: #392E1D
RGB: (57,46,29)

Color info

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

RGB color model

#392E1D color RGB value is (57,46,29).

  • red value is 57;
  • green value is 46;
  • blue value is 29.
RGB:
(57,46,29)
(22%,18%,11%)

RGB channels and saturation

R 57 of 255 = 22%
G 46 of 255 = 18%
B 29 of 255 = 11%

57
46
29

R + G + B ~ 17%. #392E1D is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 46 + 29 = 132 (100%)
R 57 of 132 ~ 43.18%
G 46 of 132 ~ 34.85%
B 29 of 132 ~ 21.97%

%43.18
%34.85
%21.97

CMYK color model

#392E1D color CMYK value is (0,19,49,78).

  • cyan value is 0.00%
  • magenta value is 19.30%
  • yellow value is 49.12%
  • key color value is 77.65%
CMYK:
(0,19,49,78)
C0M19Y49K78 
(0%,19%,49%,78%)
(0.00/0.19/0.49/0.78)	

CMYK percentages

%0
%19.3
%49.12
%77.65

Codes

Color #392E1D in popluar color models

392E1D
RGB574629
HSL36°32.56%16.86%
HSB/HSV36°49.12%22.35%
CMYK0.00%19.30%49.12%
77.65%

Color #392E1D in popluar number systems.

HEX392E1D
Decimal574629
Binary11100110111011101
Octal715635

Shades and tints

Shades of #392E1D

#392E1D
(57,46,29)
#342A1B
(52,42,27)
#2F2619
(47,38,25)
#2A2217
(42,34,23)
#251E15
(37,30,21)
#201A13
(32,26,19)
#1B1611
(27,22,17)
#16120F
(22,18,15)
#110E0D
(17,14,13)
#0C0A0B
(12,10,11)
#070609
(7,6,9)
#000000
(0,0,0)

Tints of #392E1D

#392E1D
(57,46,29)
#4B4131
(75,65,49)
#5D5445
(93,84,69)
#6F6759
(111,103,89)
#817A6D
(129,122,109)
#938D81
(147,141,129)
#A5A095
(165,160,149)
#B7B3A9
(183,179,169)
#C9C6BD
(201,198,189)
#DBD9D1
(219,217,209)
#EDECE5
(237,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #392E1D color. Also use rgb(57,46,29) instead hex code.

Text Font Color

.myTextColor { color: #392E1D; }

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

This text font color is #392E1D.


Background Color

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

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

This div background color is #392E1D.


Border color

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

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

This div border color is #392E1D.


Opacity

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

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

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

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

This text has shadow with #392E1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #392E1D on black background.


Color preview on white background

This text has color #392E1D on white background.



Black color preview on #392E1D background

This text has black color on #392E1D background.


White color preview on #392E1D background

This text has white color on #392E1D background.