COLOR #393C38

HEX: #393C38
RGB: (57,60,56)

Color info

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

RGB color model

#393C38 color RGB value is (57,60,56).

  • red value is 57;
  • green value is 60;
  • blue value is 56.
RGB:
(57,60,56)
(22%,24%,22%)

RGB channels and saturation

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

57
60
56

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

Portions of RGB colors in percentages

R + G + B =
57 + 60 + 56 = 173 (100%)
R 57 of 173 ~ 32.95%
G 60 of 173 ~ 34.68%
B 56 of 173 ~ 32.37%

%32.95
%34.68
%32.37

CMYK color model

#393C38 color CMYK value is (5,0,7,76).

  • cyan value is 5.00%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 76.47%
CMYK:
(5,0,7,76)
C5M0Y7K76 
(5%,0%,7%,76%)
(0.05/0.00/0.07/0.76)	

CMYK percentages

%5
%0
%6.67
%76.47

Codes

Color #393C38 in popluar color models

393C38
RGB576056
HSL105°3.45%22.75%
HSB/HSV105°6.67%23.53%
CMYK5.00%0.00%6.67%
76.47%

Color #393C38 in popluar number systems.

HEX393C38
Decimal576056
Binary111001111100111000
Octal717470

Shades and tints

Shades of #393C38

#393C38
(57,60,56)
#343733
(52,55,51)
#2F322E
(47,50,46)
#2A2D29
(42,45,41)
#252824
(37,40,36)
#20231F
(32,35,31)
#1B1E1A
(27,30,26)
#161915
(22,25,21)
#111410
(17,20,16)
#0C0F0B
(12,15,11)
#070A06
(7,10,6)
#000000
(0,0,0)

Tints of #393C38

#393C38
(57,60,56)
#4B4D4A
(75,77,74)
#5D5E5C
(93,94,92)
#6F6F6E
(111,111,110)
#818080
(129,128,128)
#939192
(147,145,146)
#A5A2A4
(165,162,164)
#B7B3B6
(183,179,182)
#C9C4C8
(201,196,200)
#DBD5DA
(219,213,218)
#EDE6EC
(237,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #393C38; }

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

This text font color is #393C38.


Background Color

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

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

This div background color is #393C38.


Border color

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

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

This div border color is #393C38.


Opacity

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

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

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

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

This text has shadow with #393C38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393C38 on black background.


Color preview on white background

This text has color #393C38 on white background.



Black color preview on #393C38 background

This text has black color on #393C38 background.


White color preview on #393C38 background

This text has white color on #393C38 background.