COLOR #394A49

HEX: #394A49 RGB: (57,74,73)

Color info

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

RGB color model

#394A49 color RGB value is (57,74,73).

RGB: (57,74,73) (22%, 29%, 29%)

RGB channels and saturation

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

57
74
73

R + G + B ~ 27%. #394A49 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 57 + 74 + 73 = 204 (100%)
R 57 of 204 ~ 27.94%
G 74 of 204 ~ 36.27%
B 73 of 204 ~ 35.78'%

%27.94
%36.27
%35.78

CMYK color model

#394A49 color CMYK value is (23,0,1,71).

  • cyan value is 22.97%
  • magenta value is 0.00%
  • yellow value is 1.35%
  • key color value is 70.98%

CMYK: (23,0,1,71)
C23M0Y1K71 (23%, 0%, 1%, 71%)
(0.23 / 0.00 / 0.01 / 0.71)

CMYK percentages

%22.97
%0
%1.35
%70.98

Codes

Color #394A49 in popluar color models

39 4A 49
RGB 57 74 73
HSL 176° 12.98% 25.69%
HSB/HSV 176° 22.97% 29.02%
CMYK 22.97% 0.00% 1.35%
70.98%

Color #394A49 in popluar number systems.

HEX 39 4A 49
Decimal 57 74 73
Binary 111001 1001010 1001001
Octal 71 112 111

Shades and tints

Shades of #394A49

#394A49
(57,74,73)
#344443
(52,68,67)
#2F3E3D
(47,62,61)
#2A3837
(42,56,55)
#253231
(37,50,49)
#202C2B
(32,44,43)
#1B2625
(27,38,37)
#16201F
(22,32,31)
#111A19
(17,26,25)
#0C1413
(12,20,19)
#070E0D
(7,14,13)
#000000
(0,0,0)

Tints of #394A49

#394A49
(57,74,73)
#4B5A59
(75,90,89)
#5D6A69
(93,106,105)
#6F7A79
(111,122,121)
#818A89
(129,138,137)
#939A99
(147,154,153)
#A5AAA9
(165,170,169)
#B7BAB9
(183,186,185)
#C9CAC9
(201,202,201)
#DBDAD9
(219,218,217)
#EDEAE9
(237,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #394A49; }

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

This text font color is #394A49.

Background Color

.myBgColor { background-color: #394A49; }

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

This div background color is #394A49.

Border color

.myBorderColor { border: 1px solid #394A49; }

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

This div border color is #394A49.

Opacity

.myOpacity80 { color: #394A49; opacity: 0.8; }

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

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

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

This text has shadow with #394A49 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #394A49.

Preview

Color preview on black background

This text has color #394A49 on black background.


Color preview on white background

This text has color #394A49 on white background.


Black color preview on #394A49 background

This text has black color on #394A49 background.


White color preview on #394A49 background

This text has white color on #394A49 background.


Related colors

Complementary color

Complementary color for #hex is #C6B5B6.


I love getcolorcode.com

Triadic colors

1 #49394A and #4A4939 with #394A49 are triadic colors.

2 #494A39 and #4A3949 with #394A49 are triadic colors.