COLOR #394342

HEX: #394342 RGB: (57,67,66)

Color info

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

RGB color model

#394342 color RGB value is (57,67,66).

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

RGB channels and saturation

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

57
67
66

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

Portions of RGB colors in percentages

R + G + B = 57 + 67 + 66 = 190 (100%)
R 57 of 190 ~ 30%
G 67 of 190 ~ 35.26%
B 66 of 190 ~ 34.74'%

%30
%35.26
%34.74

CMYK color model

#394342 color CMYK value is (15,0,1,74).

  • cyan value is 14.93%
  • magenta value is 0.00%
  • yellow value is 1.49%
  • key color value is 73.73%

CMYK: (15,0,1,74)
C15M0Y1K74 (15%, 0%, 1%, 74%)
(0.15 / 0.00 / 0.01 / 0.74)

CMYK percentages

%14.93
%0
%1.49
%73.73

Codes

Color #394342 in popluar color models

39 43 42
RGB 57 67 66
HSL 174° 8.06% 24.31%
HSB/HSV 174° 14.93% 26.27%
CMYK 14.93% 0.00% 1.49%
73.73%

Color #394342 in popluar number systems.

HEX 39 43 42
Decimal 57 67 66
Binary 111001 1000011 1000010
Octal 71 103 102

Shades and tints

Shades of #394342

#394342
(57,67,66)
#343D3C
(52,61,60)
#2F3736
(47,55,54)
#2A3130
(42,49,48)
#252B2A
(37,43,42)
#202524
(32,37,36)
#1B1F1E
(27,31,30)
#161918
(22,25,24)
#111312
(17,19,18)
#0C0D0C
(12,13,12)
#070706
(7,7,6)
#000000
(0,0,0)

Tints of #394342

#394342
(57,67,66)
#4B5453
(75,84,83)
#5D6564
(93,101,100)
#6F7675
(111,118,117)
#818786
(129,135,134)
#939897
(147,152,151)
#A5A9A8
(165,169,168)
#B7BAB9
(183,186,185)
#C9CBCA
(201,203,202)
#DBDCDB
(219,220,219)
#EDEDEC
(237,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #394342; }

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

This text font color is #394342.

Background Color

.myBgColor { background-color: #394342; }

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

This div background color is #394342.

Border color

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

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

This div border color is #394342.

Opacity

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

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

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

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

This text has shadow with #394342 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #394342.

Preview

Color preview on black background

This text has color #394342 on black background.


Color preview on white background

This text has color #394342 on white background.


Black color preview on #394342 background

This text has black color on #394342 background.


White color preview on #394342 background

This text has white color on #394342 background.


Related colors

Complementary color

Complementary color for #hex is #C6BCBD.


I love getcolorcode.com

Triadic colors

1 #423943 and #434239 with #394342 are triadic colors.

2 #424339 and #433942 with #394342 are triadic colors.