COLOR #393228

HEX: #393228
RGB: (57,50,40)

Color info

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

RGB color model

#393228 color RGB value is (57,50,40).

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

RGB channels and saturation

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

57
50
40

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

Portions of RGB colors in percentages

R + G + B =
57 + 50 + 40 = 147 (100%)
R 57 of 147 ~ 38.78%
G 50 of 147 ~ 34.01%
B 40 of 147 ~ 27.21%

%38.78
%34.01
%27.21

CMYK color model

#393228 color CMYK value is (0,12,30,78).

  • cyan value is 0.00%
  • magenta value is 12.28%
  • yellow value is 29.82%
  • key color value is 77.65%
CMYK:
(0,12,30,78)
C0M12Y30K78 
(0%,12%,30%,78%)
(0.00/0.12/0.30/0.78)	

CMYK percentages

%0
%12.28
%29.82
%77.65

Codes

Color #393228 in popluar color models

393228
RGB575040
HSL35°17.53%19.02%
HSB/HSV35°29.82%22.35%
CMYK0.00%12.28%29.82%
77.65%

Color #393228 in popluar number systems.

HEX393228
Decimal575040
Binary111001110010101000
Octal716250

Shades and tints

Shades of #393228

#393228
(57,50,40)
#342E25
(52,46,37)
#2F2A22
(47,42,34)
#2A261F
(42,38,31)
#25221C
(37,34,28)
#201E19
(32,30,25)
#1B1A16
(27,26,22)
#161613
(22,22,19)
#111210
(17,18,16)
#0C0E0D
(12,14,13)
#070A0A
(7,10,10)
#000000
(0,0,0)

Tints of #393228

#393228
(57,50,40)
#4B443B
(75,68,59)
#5D564E
(93,86,78)
#6F6861
(111,104,97)
#817A74
(129,122,116)
#938C87
(147,140,135)
#A59E9A
(165,158,154)
#B7B0AD
(183,176,173)
#C9C2C0
(201,194,192)
#DBD4D3
(219,212,211)
#EDE6E6
(237,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #393228; }

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

This text font color is #393228.


Background Color

.myBgColor { background-color: #393228; }

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

This div background color is #393228.


Border color

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

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

This div border color is #393228.


Opacity

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

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

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

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

This text has shadow with #393228 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393228 on black background.


Color preview on white background

This text has color #393228 on white background.



Black color preview on #393228 background

This text has black color on #393228 background.


White color preview on #393228 background

This text has white color on #393228 background.