COLOR #393D38

HEX: #393D38 RGB: (57,61,56)

Color info

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

RGB color model

#393D38 color RGB value is (57,61,56).

RGB: (57,61,56) (22%, 24%, 22%)

RGB channels and saturation

R 57 of 255 = 22%
G 61 of 255 = 24%
B 56 of 255 = 22%

57
61
56

R + G + B ~ 23%. #393D38 is dark color.

Portions of RGB colors in percentages

R + G + B = 57 + 61 + 56 = 174 (100%)
R 57 of 174 ~ 32.76%
G 61 of 174 ~ 35.06%
B 56 of 174 ~ 32.18'%

%32.76
%35.06
%32.18

CMYK color model

#393D38 color CMYK value is (7,0,8,76).

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

CMYK: (7,0,8,76)
C7M0Y8K76 (7%, 0%, 8%, 76%)
(0.07 / 0.00 / 0.08 / 0.76)

CMYK percentages

%6.56
%0
%8.2
%76.08

Codes

Color #393D38 in popluar color models

39 3D 38
RGB 57 61 56
HSL 108° 4.27% 22.94%
HSB/HSV 108° 8.20% 23.92%
CMYK 6.56% 0.00% 8.20%
76.08%

Color #393D38 in popluar number systems.

HEX 39 3D 38
Decimal 57 61 56
Binary 111001 111101 111000
Octal 71 75 70

Shades and tints

Shades of #393D38

#393D38
(57,61,56)
#343833
(52,56,51)
#2F332E
(47,51,46)
#2A2E29
(42,46,41)
#252924
(37,41,36)
#20241F
(32,36,31)
#1B1F1A
(27,31,26)
#161A15
(22,26,21)
#111510
(17,21,16)
#0C100B
(12,16,11)
#070B06
(7,11,6)
#000000
(0,0,0)

Tints of #393D38

#393D38
(57,61,56)
#4B4E4A
(75,78,74)
#5D5F5C
(93,95,92)
#6F706E
(111,112,110)
#818180
(129,129,128)
#939292
(147,146,146)
#A5A3A4
(165,163,164)
#B7B4B6
(183,180,182)
#C9C5C8
(201,197,200)
#DBD6DA
(219,214,218)
#EDE7EC
(237,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #393D38; }

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

This text font color is #393D38.

Background Color

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

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

This div background color is #393D38.

Border color

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

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

This div border color is #393D38.

Opacity

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

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

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

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

This text has shadow with #393D38 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #393D38.

Preview

Color preview on black background

This text has color #393D38 on black background.


Color preview on white background

This text has color #393D38 on white background.


Black color preview on #393D38 background

This text has black color on #393D38 background.


White color preview on #393D38 background

This text has white color on #393D38 background.


Related colors

Complementary color

Complementary color for #hex is #C6C2C7.


I love getcolorcode.com

Triadic colors

1 #38393D and #3D3839 with #393D38 are triadic colors.

2 #383D39 and #3D3938 with #393D38 are triadic colors.