COLOR #392C29

HEX: #392C29
RGB: (57,44,41)

Color info

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

RGB color model

#392C29 color RGB value is (57,44,41).

  • red value is 57;
  • green value is 44;
  • blue value is 41.
RGB: (57,44,41) (22%,17%,16%)

RGB channels and saturation

R 57 of 255 = 22%
G 44 of 255 = 17%
B 41 of 255 = 16%

57
44
41

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

Portions of RGB colors in percentages

R + G + B =
57 + 44 + 41 = 142 (100%)
R 57 of 142 ~ 40.14%
G 44 of 142 ~ 30.99%
B 41 of 142 ~ 28.87%

%40.14
%30.99
%28.87

CMYK color model

#392C29 color CMYK value is (0,23,28,78).

  • cyan value is 0.00%
  • magenta value is 22.81%
  • yellow value is 28.07%
  • key color value is 77.65%
CMYK: (0,23,28,78) C0M23Y28K78 (0%,23%,28%,78%) (0.00/0.23/0.28/0.78)

CMYK percentages

%0
%22.81
%28.07
%77.65

Codes

Color #392C29 in popluar color models

392C29
RGB574441
HSL11°16.33%19.22%
HSB/HSV11°28.07%22.35%
CMYK0.00%22.81%28.07%
77.65%

Color #392C29 in popluar number systems.

HEX392C29
Decimal574441
Binary111001101100101001
Octal715451

Shades and tints

Shades of #392C29

#392C29
(57,44,41)
#342826
(52,40,38)
#2F2423
(47,36,35)
#2A2020
(42,32,32)
#251C1D
(37,28,29)
#20181A
(32,24,26)
#1B1417
(27,20,23)
#161014
(22,16,20)
#110C11
(17,12,17)
#0C080E
(12,8,14)
#07040B
(7,4,11)
#000000
(0,0,0)

Tints of #392C29

#392C29
(57,44,41)
#4B3F3C
(75,63,60)
#5D524F
(93,82,79)
#6F6562
(111,101,98)
#817875
(129,120,117)
#938B88
(147,139,136)
#A59E9B
(165,158,155)
#B7B1AE
(183,177,174)
#C9C4C1
(201,196,193)
#DBD7D4
(219,215,212)
#EDEAE7
(237,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #392C29 color. Also use rgb(57,44,41) instead hex code.

Text Font Color

.myTextColor { color: #392C29; }

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

This text font color is #392C29.


Background Color

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

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

This div background color is #392C29.


Border color

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

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

This div border color is #392C29.


Opacity

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

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

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

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

This text has shadow with #392C29 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #392C29 on black background.


Color preview on white background

This text has color #392C29 on white background.



Black color preview on #392C29 background

This text has black color on #392C29 background.


White color preview on #392C29 background

This text has white color on #392C29 background.