COLOR #393D36

HEX: #393D36 RGB: (57,61,54)

Color info

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

RGB color model

#393D36 color RGB value is (57,61,54).

RGB: (57,61,54) (22%, 24%, 21%)

RGB channels and saturation

R 57 of 255 = 22%
G 61 of 255 = 24%
B 54 of 255 = 21%

57
61
54

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

Portions of RGB colors in percentages

R + G + B = 57 + 61 + 54 = 172 (100%)
R 57 of 172 ~ 33.14%
G 61 of 172 ~ 35.47%
B 54 of 172 ~ 31.4'%

%33.14
%35.47
%31.4

CMYK color model

#393D36 color CMYK value is (7,0,11,76).

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

CMYK: (7,0,11,76)
C7M0Y11K76 (7%, 0%, 11%, 76%)
(0.07 / 0.00 / 0.11 / 0.76)

CMYK percentages

%6.56
%0
%11.48
%76.08

Codes

Color #393D36 in popluar color models

39 3D 36
RGB 57 61 54
HSL 94° 6.09% 22.55%
HSB/HSV 94° 11.48% 23.92%
CMYK 6.56% 0.00% 11.48%
76.08%

Color #393D36 in popluar number systems.

HEX 39 3D 36
Decimal 57 61 54
Binary 111001 111101 110110
Octal 71 75 66

Shades and tints

Shades of #393D36

#393D36
(57,61,54)
#343832
(52,56,50)
#2F332E
(47,51,46)
#2A2E2A
(42,46,42)
#252926
(37,41,38)
#202422
(32,36,34)
#1B1F1E
(27,31,30)
#161A1A
(22,26,26)
#111516
(17,21,22)
#0C1012
(12,16,18)
#070B0E
(7,11,14)
#000000
(0,0,0)

Tints of #393D36

#393D36
(57,61,54)
#4B4E48
(75,78,72)
#5D5F5A
(93,95,90)
#6F706C
(111,112,108)
#81817E
(129,129,126)
#939290
(147,146,144)
#A5A3A2
(165,163,162)
#B7B4B4
(183,180,180)
#C9C5C6
(201,197,198)
#DBD6D8
(219,214,216)
#EDE7EA
(237,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #393D36; }

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

This text font color is #393D36.

Background Color

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

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

This div background color is #393D36.

Border color

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

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

This div border color is #393D36.

Opacity

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

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

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

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

This text has shadow with #393D36 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #393D36.

Preview

Color preview on black background

This text has color #393D36 on black background.


Color preview on white background

This text has color #393D36 on white background.


Black color preview on #393D36 background

This text has black color on #393D36 background.


White color preview on #393D36 background

This text has white color on #393D36 background.


Related colors

Complementary color

Complementary color for #hex is #C6C2C9.


I love getcolorcode.com

Triadic colors

1 #36393D and #3D3639 with #393D36 are triadic colors.

2 #363D39 and #3D3936 with #393D36 are triadic colors.