COLOR #393322

HEX: #393322 RGB: (57,51,34)

Color info

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

RGB color model

#393322 color RGB value is (57,51,34).

RGB: (57,51,34) (22%, 20%, 13%)

RGB channels and saturation

R 57 of 255 = 22%
G 51 of 255 = 20%
B 34 of 255 = 13%

57
51
34

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

Portions of RGB colors in percentages

R + G + B = 57 + 51 + 34 = 142 (100%)
R 57 of 142 ~ 40.14%
G 51 of 142 ~ 35.92%
B 34 of 142 ~ 23.94'%

%40.14
%35.92
%23.94

CMYK color model

#393322 color CMYK value is (0,11,40,78).

  • cyan value is 0.00%
  • magenta value is 10.53%
  • yellow value is 40.35%
  • key color value is 77.65%
CMYK: (0,11,40,78) C0M11Y40K78 (0%,11%,40%,78%) (0.00/0.11/0.40/0.78) 

CMYK percentages

%0
%10.53
%40.35
%77.65

Codes

Color #393322 in popluar color models

39 33 22
RGB 57 51 34
HSL 44° 25.27% 17.84%
HSB/HSV 44° 40.35% 22.35%
CMYK 0.00% 10.53% 40.35%
77.65%

Color #393322 in popluar number systems.

HEX 39 33 22
Decimal 57 51 34
Binary 111001 110011 100010
Octal 71 63 42

Shades and tints

Shades of #393322

#393322
(57,51,34)
#342F1F
(52,47,31)
#2F2B1C
(47,43,28)
#2A2719
(42,39,25)
#252316
(37,35,22)
#201F13
(32,31,19)
#1B1B10
(27,27,16)
#16170D
(22,23,13)
#11130A
(17,19,10)
#0C0F07
(12,15,7)
#070B04
(7,11,4)
#000000
(0,0,0)

Tints of #393322

#393322
(57,51,34)
#4B4536
(75,69,54)
#5D574A
(93,87,74)
#6F695E
(111,105,94)
#817B72
(129,123,114)
#938D86
(147,141,134)
#A59F9A
(165,159,154)
#B7B1AE
(183,177,174)
#C9C3C2
(201,195,194)
#DBD5D6
(219,213,214)
#EDE7EA
(237,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #393322 color. Also use rgb(57,51,34) instead hex code.

Text Font Color

.myTextColor { color: #393322; }

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

This text font color is #393322.

Background Color

.myBgColor { background-color: #393322; }

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

This div background color is #393322.

Border color

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

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

This div border color is #393322.

Opacity

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

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

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

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

This text has shadow with #393322 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #393322.

Preview

Color preview on black background

This text has color #393322 on black background.


Color preview on white background

This text has color #393322 on white background.


Black color preview on #393322 background

This text has black color on #393322 background.


White color preview on #393322 background

This text has white color on #393322 background.


Related colors

Complementary color

Complementary color for #hex is #C6CCDD.


I love getcolorcode.com

Triadic colors

1 #223933 and #332239 with #393322 are triadic colors.

2 #223339 and #333922 with #393322 are triadic colors.