COLOR #393D45

HEX: #393D45
RGB: (57,61,69)

Color info

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

RGB color model

#393D45 color RGB value is (57,61,69).

  • red value is 57;
  • green value is 61;
  • blue value is 69.
RGB:
(57,61,69)
(22%,24%,27%)

RGB channels and saturation

R 57 of 255 = 22%
G 61 of 255 = 24%
B 69 of 255 = 27%

57
61
69

R + G + B ~ 24%. #393D45 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 61 + 69 = 187 (100%)
R 57 of 187 ~ 30.48%
G 61 of 187 ~ 32.62%
B 69 of 187 ~ 36.9%

%30.48
%32.62
%36.9

CMYK color model

#393D45 color CMYK value is (17,12,0,73).

  • cyan value is 17.39%
  • magenta value is 11.59%
  • yellow value is 0.00%
  • key color value is 72.94%
CMYK:
(17,12,0,73)
C17M12Y0K73 
(17%,12%,0%,73%)
(0.17/0.12/0.00/0.73)	

CMYK percentages

%17.39
%11.59
%0
%72.94

Codes

Color #393D45 in popluar color models

393D45
RGB576169
HSL220°9.52%24.71%
HSB/HSV220°17.39%27.06%
CMYK17.39%11.59%0.00%
72.94%

Color #393D45 in popluar number systems.

HEX393D45
Decimal576169
Binary1110011111011000101
Octal7175105

Shades and tints

Shades of #393D45

#393D45
(57,61,69)
#34383F
(52,56,63)
#2F3339
(47,51,57)
#2A2E33
(42,46,51)
#25292D
(37,41,45)
#202427
(32,36,39)
#1B1F21
(27,31,33)
#161A1B
(22,26,27)
#111515
(17,21,21)
#0C100F
(12,16,15)
#070B09
(7,11,9)
#000000
(0,0,0)

Tints of #393D45

#393D45
(57,61,69)
#4B4E55
(75,78,85)
#5D5F65
(93,95,101)
#6F7075
(111,112,117)
#818185
(129,129,133)
#939295
(147,146,149)
#A5A3A5
(165,163,165)
#B7B4B5
(183,180,181)
#C9C5C5
(201,197,197)
#DBD6D5
(219,214,213)
#EDE7E5
(237,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #393D45; }

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

This text font color is #393D45.


Background Color

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

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

This div background color is #393D45.


Border color

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

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

This div border color is #393D45.


Opacity

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

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

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

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

This text has shadow with #393D45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393D45 on black background.


Color preview on white background

This text has color #393D45 on white background.



Black color preview on #393D45 background

This text has black color on #393D45 background.


White color preview on #393D45 background

This text has white color on #393D45 background.