COLOR #393C3A

HEX: #393C3A
RGB: (57,60,58)

Color info

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

RGB color model

#393C3A color RGB value is (57,60,58).

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

RGB channels and saturation

R 57 of 255 = 22%
G 60 of 255 = 24%
B 58 of 255 = 23%

57
60
58

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

Portions of RGB colors in percentages

R + G + B =
57 + 60 + 58 = 175 (100%)
R 57 of 175 ~ 32.57%
G 60 of 175 ~ 34.29%
B 58 of 175 ~ 33.14%

%32.57
%34.29
%33.14

CMYK color model

#393C3A color CMYK value is (5,0,3,76).

  • cyan value is 5.00%
  • magenta value is 0.00%
  • yellow value is 3.33%
  • key color value is 76.47%
CMYK:
(5,0,3,76)
C5M0Y3K76 
(5%,0%,3%,76%)
(0.05/0.00/0.03/0.76)	

CMYK percentages

%5
%0
%3.33
%76.47

Codes

Color #393C3A in popluar color models

393C3A
RGB576058
HSL140°2.56%22.94%
HSB/HSV140°5.00%23.53%
CMYK5.00%0.00%3.33%
76.47%

Color #393C3A in popluar number systems.

HEX393C3A
Decimal576058
Binary111001111100111010
Octal717472

Shades and tints

Shades of #393C3A

#393C3A
(57,60,58)
#343735
(52,55,53)
#2F3230
(47,50,48)
#2A2D2B
(42,45,43)
#252826
(37,40,38)
#202321
(32,35,33)
#1B1E1C
(27,30,28)
#161917
(22,25,23)
#111412
(17,20,18)
#0C0F0D
(12,15,13)
#070A08
(7,10,8)
#000000
(0,0,0)

Tints of #393C3A

#393C3A
(57,60,58)
#4B4D4B
(75,77,75)
#5D5E5C
(93,94,92)
#6F6F6D
(111,111,109)
#81807E
(129,128,126)
#93918F
(147,145,143)
#A5A2A0
(165,162,160)
#B7B3B1
(183,179,177)
#C9C4C2
(201,196,194)
#DBD5D3
(219,213,211)
#EDE6E4
(237,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #393C3A; }

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

This text font color is #393C3A.


Background Color

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

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

This div background color is #393C3A.


Border color

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

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

This div border color is #393C3A.


Opacity

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

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

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

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

This text has shadow with #393C3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393C3A on black background.


Color preview on white background

This text has color #393C3A on white background.



Black color preview on #393C3A background

This text has black color on #393C3A background.


White color preview on #393C3A background

This text has white color on #393C3A background.