COLOR #393742

HEX: #393742
RGB: (57,55,66)

Color info

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

RGB color model

#393742 color RGB value is (57,55,66).

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

RGB channels and saturation

R 57 of 255 = 22%
G 55 of 255 = 22%
B 66 of 255 = 26%

57
55
66

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

Portions of RGB colors in percentages

R + G + B =
57 + 55 + 66 = 178 (100%)
R 57 of 178 ~ 32.02%
G 55 of 178 ~ 30.9%
B 66 of 178 ~ 37.08%

%32.02
%30.9
%37.08

CMYK color model

#393742 color CMYK value is (14,17,0,74).

  • cyan value is 13.64%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(14,17,0,74)
C14M17Y0K74 
(14%,17%,0%,74%)
(0.14/0.17/0.00/0.74)	

CMYK percentages

%13.64
%16.67
%0
%74.12

Codes

Color #393742 in popluar color models

393742
RGB575566
HSL251°9.09%23.73%
HSB/HSV251°16.67%25.88%
CMYK13.64%16.67%0.00%
74.12%

Color #393742 in popluar number systems.

HEX393742
Decimal575566
Binary1110011101111000010
Octal7167102

Shades and tints

Shades of #393742

#393742
(57,55,66)
#34323C
(52,50,60)
#2F2D36
(47,45,54)
#2A2830
(42,40,48)
#25232A
(37,35,42)
#201E24
(32,30,36)
#1B191E
(27,25,30)
#161418
(22,20,24)
#110F12
(17,15,18)
#0C0A0C
(12,10,12)
#070506
(7,5,6)
#000000
(0,0,0)

Tints of #393742

#393742
(57,55,66)
#4B4953
(75,73,83)
#5D5B64
(93,91,100)
#6F6D75
(111,109,117)
#817F86
(129,127,134)
#939197
(147,145,151)
#A5A3A8
(165,163,168)
#B7B5B9
(183,181,185)
#C9C7CA
(201,199,202)
#DBD9DB
(219,217,219)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #393742; }

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

This text font color is #393742.


Background Color

.myBgColor { background-color: #393742; }

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

This div background color is #393742.


Border color

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

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

This div border color is #393742.


Opacity

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

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

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

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

This text has shadow with #393742 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393742 on black background.


Color preview on white background

This text has color #393742 on white background.



Black color preview on #393742 background

This text has black color on #393742 background.


White color preview on #393742 background

This text has white color on #393742 background.