COLOR #393D32

HEX: #393D32 RGB: (57,61,50)

Color info

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

RGB color model

#393D32 color RGB value is (57,61,50).

RGB: (57,61,50) (22%, 24%, 20%)

RGB channels and saturation

R 57 of 255 = 22%
G 61 of 255 = 24%
B 50 of 255 = 20%

57
61
50

R + G + B ~ 22%. #393D32 is dark color.

Portions of RGB colors in percentages

R + G + B = 57 + 61 + 50 = 168 (100%)
R 57 of 168 ~ 33.93%
G 61 of 168 ~ 36.31%
B 50 of 168 ~ 29.76'%

%33.93
%36.31
%29.76

CMYK color model

#393D32 color CMYK value is (7,0,18,76).

  • cyan value is 6.56%
  • magenta value is 0.00%
  • yellow value is 18.03%
  • key color value is 76.08%

CMYK: (7,0,18,76)
C7M0Y18K76 (7%, 0%, 18%, 76%)
(0.07 / 0.00 / 0.18 / 0.76)

CMYK percentages

%6.56
%0
%18.03
%76.08

Codes

Color #393D32 in popluar color models

39 3D 32
RGB 57 61 50
HSL 82° 9.91% 21.76%
HSB/HSV 82° 18.03% 23.92%
CMYK 6.56% 0.00% 18.03%
76.08%

Color #393D32 in popluar number systems.

HEX 39 3D 32
Decimal 57 61 50
Binary 111001 111101 110010
Octal 71 75 62

Shades and tints

Shades of #393D32

#393D32
(57,61,50)
#34382E
(52,56,46)
#2F332A
(47,51,42)
#2A2E26
(42,46,38)
#252922
(37,41,34)
#20241E
(32,36,30)
#1B1F1A
(27,31,26)
#161A16
(22,26,22)
#111512
(17,21,18)
#0C100E
(12,16,14)
#070B0A
(7,11,10)
#000000
(0,0,0)

Tints of #393D32

#393D32
(57,61,50)
#4B4E44
(75,78,68)
#5D5F56
(93,95,86)
#6F7068
(111,112,104)
#81817A
(129,129,122)
#93928C
(147,146,140)
#A5A39E
(165,163,158)
#B7B4B0
(183,180,176)
#C9C5C2
(201,197,194)
#DBD6D4
(219,214,212)
#EDE7E6
(237,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #393D32; }

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

This text font color is #393D32.

Background Color

.myBgColor { background-color: #393D32; }

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

This div background color is #393D32.

Border color

.myBorderColor { border: 1px solid #393D32; }

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

This div border color is #393D32.

Opacity

.myOpacity80 { color: #393D32; opacity: 0.8; }

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

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

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

This text has shadow with #393D32 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #393D32.

Preview

Color preview on black background

This text has color #393D32 on black background.


Color preview on white background

This text has color #393D32 on white background.


Black color preview on #393D32 background

This text has black color on #393D32 background.


White color preview on #393D32 background

This text has white color on #393D32 background.


Related colors

Complementary color

Complementary color for #hex is #C6C2CD.


I love getcolorcode.com

Triadic colors

1 #32393D and #3D3239 with #393D32 are triadic colors.

2 #323D39 and #3D3932 with #393D32 are triadic colors.