COLOR #393749

HEX: #393749
RGB: (57,55,73)

Color info

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

RGB color model

#393749 color RGB value is (57,55,73).

  • red value is 57;
  • green value is 55;
  • blue value is 73.
RGB:
(57,55,73)
(22%,22%,29%)

RGB channels and saturation

R 57 of 255 = 22%
G 55 of 255 = 22%
B 73 of 255 = 29%

57
55
73

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

Portions of RGB colors in percentages

R + G + B =
57 + 55 + 73 = 185 (100%)
R 57 of 185 ~ 30.81%
G 55 of 185 ~ 29.73%
B 73 of 185 ~ 39.46%

%30.81
%29.73
%39.46

CMYK color model

#393749 color CMYK value is (22,25,0,71).

  • cyan value is 21.92%
  • magenta value is 24.66%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(22,25,0,71)
C22M25Y0K71 
(22%,25%,0%,71%)
(0.22/0.25/0.00/0.71)	

CMYK percentages

%21.92
%24.66
%0
%71.37

Codes

Color #393749 in popluar color models

393749
RGB575573
HSL247°14.06%25.10%
HSB/HSV247°24.66%28.63%
CMYK21.92%24.66%0.00%
71.37%

Color #393749 in popluar number systems.

HEX393749
Decimal575573
Binary1110011101111001001
Octal7167111

Shades and tints

Shades of #393749

#393749
(57,55,73)
#343243
(52,50,67)
#2F2D3D
(47,45,61)
#2A2837
(42,40,55)
#252331
(37,35,49)
#201E2B
(32,30,43)
#1B1925
(27,25,37)
#16141F
(22,20,31)
#110F19
(17,15,25)
#0C0A13
(12,10,19)
#07050D
(7,5,13)
#000000
(0,0,0)

Tints of #393749

#393749
(57,55,73)
#4B4959
(75,73,89)
#5D5B69
(93,91,105)
#6F6D79
(111,109,121)
#817F89
(129,127,137)
#939199
(147,145,153)
#A5A3A9
(165,163,169)
#B7B5B9
(183,181,185)
#C9C7C9
(201,199,201)
#DBD9D9
(219,217,217)
#EDEBE9
(237,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #393749 color. Also use rgb(57,55,73) instead hex code.

Text Font Color

.myTextColor { color: #393749; }

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

This text font color is #393749.


Background Color

.myBgColor { background-color: #393749; }

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

This div background color is #393749.


Border color

.myBorderColor { border: 1px solid #393749; }

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

This div border color is #393749.


Opacity

.myOpacity80 { color: #393749; opacity: 0.8; }

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

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

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

This text has shadow with #393749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393749 on black background.


Color preview on white background

This text has color #393749 on white background.



Black color preview on #393749 background

This text has black color on #393749 background.


White color preview on #393749 background

This text has white color on #393749 background.