COLOR #394242

HEX: #394242 RGB: (57,66,66)

Color info

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

RGB color model

#394242 color RGB value is (57,66,66).

RGB: (57,66,66) (22%, 26%, 26%)

RGB channels and saturation

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

57
66
66

R + G + B ~ 25%. #394242 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 57 + 66 + 66 = 189 (100%)
R 57 of 189 ~ 30.16%
G 66 of 189 ~ 34.92%
B 66 of 189 ~ 34.92'%

%30.16
%34.92
%34.92

CMYK color model

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

  • cyan value is 13.64%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 74.12%

CMYK: (14,0,0,74)
C14M0Y0K74 (14%, 0%, 0%, 74%)
(0.14 / 0.00 / 0.00 / 0.74)

CMYK percentages

%13.64
%0
%0
%74.12

Codes

Color #394242 in popluar color models

39 42 42
RGB 57 66 66
HSL 180° 7.32% 24.12%
HSB/HSV 180° 13.64% 25.88%
CMYK 13.64% 0.00% 0.00%
74.12%

Color #394242 in popluar number systems.

HEX 39 42 42
Decimal 57 66 66
Binary 111001 1000010 1000010
Octal 71 102 102

Shades and tints

Shades of #394242

#394242
(57,66,66)
#343C3C
(52,60,60)
#2F3636
(47,54,54)
#2A3030
(42,48,48)
#252A2A
(37,42,42)
#202424
(32,36,36)
#1B1E1E
(27,30,30)
#161818
(22,24,24)
#111212
(17,18,18)
#0C0C0C
(12,12,12)
#070606
(7,6,6)
#000000
(0,0,0)

Tints of #394242

#394242
(57,66,66)
#4B5353
(75,83,83)
#5D6464
(93,100,100)
#6F7575
(111,117,117)
#818686
(129,134,134)
#939797
(147,151,151)
#A5A8A8
(165,168,168)
#B7B9B9
(183,185,185)
#C9CACA
(201,202,202)
#DBDBDB
(219,219,219)
#EDECEC
(237,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #394242; }

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

This text font color is #394242.

Background Color

.myBgColor { background-color: #394242; }

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

This div background color is #394242.

Border color

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

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

This div border color is #394242.

Opacity

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

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

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

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

This text has shadow with #394242 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #394242.

Preview

Color preview on black background

This text has color #394242 on black background.


Color preview on white background

This text has color #394242 on white background.


Black color preview on #394242 background

This text has black color on #394242 background.


White color preview on #394242 background

This text has white color on #394242 background.


Related colors

Complementary color

Complementary color for #hex is #C6BDBD.


I love getcolorcode.com