COLOR #394854

HEX: #394854 RGB: (57,72,84)

Color info

#394854 contains red, green and blue colors in about the same proportion. Web safe color of #394854 is #333366 (or #336).

RGB color model

#394854 color RGB value is (57,72,84).

RGB: (57,72,84) (22%, 28%, 33%)

RGB channels and saturation

R 57 of 255 = 22%
G 72 of 255 = 28%
B 84 of 255 = 33%

57
72
84

R + G + B ~ 28%. #394854 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 57 + 72 + 84 = 213 (100%)
R 57 of 213 ~ 26.76%
G 72 of 213 ~ 33.8%
B 84 of 213 ~ 39.44'%

%26.76
%33.8
%39.44

CMYK color model

#394854 color CMYK value is (32,14,0,67).

  • cyan value is 32.14%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 67.06%

CMYK: (32,14,0,67)
C32M14Y0K67 (32%, 14%, 0%, 67%)
(0.32 / 0.14 / 0.00 / 0.67)

CMYK percentages

%32.14
%14.29
%0
%67.06

Codes

Color #394854 in popluar color models

39 48 54
RGB 57 72 84
HSL 207° 19.15% 27.65%
HSB/HSV 207° 32.14% 32.94%
CMYK 32.14% 14.29% 0.00%
67.06%

Color #394854 in popluar number systems.

HEX 39 48 54
Decimal 57 72 84
Binary 111001 1001000 1010100
Octal 71 110 124

Shades and tints

Shades of #394854

#394854
(57,72,84)
#34424D
(52,66,77)
#2F3C46
(47,60,70)
#2A363F
(42,54,63)
#253038
(37,48,56)
#202A31
(32,42,49)
#1B242A
(27,36,42)
#161E23
(22,30,35)
#11181C
(17,24,28)
#0C1215
(12,18,21)
#070C0E
(7,12,14)
#000000
(0,0,0)

Tints of #394854

#394854
(57,72,84)
#4B5863
(75,88,99)
#5D6872
(93,104,114)
#6F7881
(111,120,129)
#818890
(129,136,144)
#93989F
(147,152,159)
#A5A8AE
(165,168,174)
#B7B8BD
(183,184,189)
#C9C8CC
(201,200,204)
#DBD8DB
(219,216,219)
#EDE8EA
(237,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #394854; }

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

This text font color is #394854.

Background Color

.myBgColor { background-color: #394854; }

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

This div background color is #394854.

Border color

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

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

This div border color is #394854.

Opacity

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

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

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

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

This text has shadow with #394854 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #394854.

Preview

Color preview on black background

This text has color #394854 on black background.


Color preview on white background

This text has color #394854 on white background.


Black color preview on #394854 background

This text has black color on #394854 background.


White color preview on #394854 background

This text has white color on #394854 background.


Related colors

Complementary color

Complementary color for #hex is #C6B7AB.


I love getcolorcode.com

Triadic colors

1 #543948 and #485439 with #394854 are triadic colors.

2 #544839 and #483954 with #394854 are triadic colors.