COLOR #393229

HEX: #393229
RGB: (57,50,41)

Color info

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

RGB color model

#393229 color RGB value is (57,50,41).

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

RGB channels and saturation

R 57 of 255 = 22%
G 50 of 255 = 20%
B 41 of 255 = 16%

57
50
41

R + G + B ~ 19%. #393229 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 50 + 41 = 148 (100%)
R 57 of 148 ~ 38.51%
G 50 of 148 ~ 33.78%
B 41 of 148 ~ 27.7%

%38.51
%33.78
%27.7

CMYK color model

#393229 color CMYK value is (0,12,28,78).

  • cyan value is 0.00%
  • magenta value is 12.28%
  • yellow value is 28.07%
  • key color value is 77.65%
CMYK:
(0,12,28,78)
C0M12Y28K78 
(0%,12%,28%,78%)
(0.00/0.12/0.28/0.78)	

CMYK percentages

%0
%12.28
%28.07
%77.65

Codes

Color #393229 in popluar color models

393229
RGB575041
HSL34°16.33%19.22%
HSB/HSV34°28.07%22.35%
CMYK0.00%12.28%28.07%
77.65%

Color #393229 in popluar number systems.

HEX393229
Decimal575041
Binary111001110010101001
Octal716251

Shades and tints

Shades of #393229

#393229
(57,50,41)
#342E26
(52,46,38)
#2F2A23
(47,42,35)
#2A2620
(42,38,32)
#25221D
(37,34,29)
#201E1A
(32,30,26)
#1B1A17
(27,26,23)
#161614
(22,22,20)
#111211
(17,18,17)
#0C0E0E
(12,14,14)
#070A0B
(7,10,11)
#000000
(0,0,0)

Tints of #393229

#393229
(57,50,41)
#4B443C
(75,68,60)
#5D564F
(93,86,79)
#6F6862
(111,104,98)
#817A75
(129,122,117)
#938C88
(147,140,136)
#A59E9B
(165,158,155)
#B7B0AE
(183,176,174)
#C9C2C1
(201,194,193)
#DBD4D4
(219,212,212)
#EDE6E7
(237,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #393229; }

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

This text font color is #393229.


Background Color

.myBgColor { background-color: #393229; }

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

This div background color is #393229.


Border color

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

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

This div border color is #393229.


Opacity

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

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

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

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

This text has shadow with #393229 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393229 on black background.


Color preview on white background

This text has color #393229 on white background.



Black color preview on #393229 background

This text has black color on #393229 background.


White color preview on #393229 background

This text has white color on #393229 background.