COLOR #394143

HEX: #394143 RGB: (57,65,67)

Color info

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

RGB color model

#394143 color RGB value is (57,65,67).

RGB: (57,65,67) (22%, 25%, 26%)

RGB channels and saturation

R 57 of 255 = 22%
G 65 of 255 = 25%
B 67 of 255 = 26%

57
65
67

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

Portions of RGB colors in percentages

R + G + B = 57 + 65 + 67 = 189 (100%)
R 57 of 189 ~ 30.16%
G 65 of 189 ~ 34.39%
B 67 of 189 ~ 35.45'%

%30.16
%34.39
%35.45

CMYK color model

#394143 color CMYK value is (15,3,0,74).

  • cyan value is 14.93%
  • magenta value is 2.99%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK: (15,3,0,74) C15M3Y0K74 (15%,3%,0%,74%) (0.15/0.03/0.00/0.74) 

CMYK percentages

%14.93
%2.99
%0
%73.73

Codes

Color #394143 in popluar color models

39 41 43
RGB 57 65 67
HSL 192° 8.06% 24.31%
HSB/HSV 192° 14.93% 26.27%
CMYK 14.93% 2.99% 0.00%
73.73%

Color #394143 in popluar number systems.

HEX 39 41 43
Decimal 57 65 67
Binary 111001 1000001 1000011
Octal 71 101 103

Shades and tints

Shades of #394143

#394143
(57,65,67)
#343C3D
(52,60,61)
#2F3737
(47,55,55)
#2A3231
(42,50,49)
#252D2B
(37,45,43)
#202825
(32,40,37)
#1B231F
(27,35,31)
#161E19
(22,30,25)
#111913
(17,25,19)
#0C140D
(12,20,13)
#070F07
(7,15,7)
#000000
(0,0,0)

Tints of #394143

#394143
(57,65,67)
#4B5254
(75,82,84)
#5D6365
(93,99,101)
#6F7476
(111,116,118)
#818587
(129,133,135)
#939698
(147,150,152)
#A5A7A9
(165,167,169)
#B7B8BA
(183,184,186)
#C9C9CB
(201,201,203)
#DBDADC
(219,218,220)
#EDEBED
(237,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #394143; }

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

This text font color is #394143.

Background Color

.myBgColor { background-color: #394143; }

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

This div background color is #394143.

Border color

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

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

This div border color is #394143.

Opacity

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

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

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

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

This text has shadow with #394143 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #394143.

Preview

Color preview on black background

This text has color #394143 on black background.


Color preview on white background

This text has color #394143 on white background.


Black color preview on #394143 background

This text has black color on #394143 background.


White color preview on #394143 background

This text has white color on #394143 background.


Related colors

Complementary color

Complementary color for #hex is #C6BEBC.


I love getcolorcode.com

Triadic colors

1 #433941 and #414339 with #394143 are triadic colors.

2 #434139 and #413943 with #394143 are triadic colors.