COLOR #394256

HEX: #394256
RGB: (57,66,86)

Color info

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

RGB color model

#394256 color RGB value is (57,66,86).

  • red value is 57;
  • green value is 66;
  • blue value is 86.
RGB:
(57,66,86)
(22%,26%,34%)

RGB channels and saturation

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

57
66
86

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

Portions of RGB colors in percentages

R + G + B =
57 + 66 + 86 = 209 (100%)
R 57 of 209 ~ 27.27%
G 66 of 209 ~ 31.58%
B 86 of 209 ~ 41.15%

%27.27
%31.58
%41.15

CMYK color model

#394256 color CMYK value is (34,23,0,66).

  • cyan value is 33.72%
  • magenta value is 23.26%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(34,23,0,66)
C34M23Y0K66 
(34%,23%,0%,66%)
(0.34/0.23/0.00/0.66)	

CMYK percentages

%33.72
%23.26
%0
%66.27

Codes

Color #394256 in popluar color models

394256
RGB576686
HSL221°20.28%28.04%
HSB/HSV221°33.72%33.73%
CMYK33.72%23.26%0.00%
66.27%

Color #394256 in popluar number systems.

HEX394256
Decimal576686
Binary11100110000101010110
Octal71102126

Shades and tints

Shades of #394256

#394256
(57,66,86)
#343C4F
(52,60,79)
#2F3648
(47,54,72)
#2A3041
(42,48,65)
#252A3A
(37,42,58)
#202433
(32,36,51)
#1B1E2C
(27,30,44)
#161825
(22,24,37)
#11121E
(17,18,30)
#0C0C17
(12,12,23)
#070610
(7,6,16)
#000000
(0,0,0)

Tints of #394256

#394256
(57,66,86)
#4B5365
(75,83,101)
#5D6474
(93,100,116)
#6F7583
(111,117,131)
#818692
(129,134,146)
#9397A1
(147,151,161)
#A5A8B0
(165,168,176)
#B7B9BF
(183,185,191)
#C9CACE
(201,202,206)
#DBDBDD
(219,219,221)
#EDECEC
(237,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #394256; }

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

This text font color is #394256.


Background Color

.myBgColor { background-color: #394256; }

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

This div background color is #394256.


Border color

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

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

This div border color is #394256.


Opacity

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

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

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

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

This text has shadow with #394256 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394256 on black background.


Color preview on white background

This text has color #394256 on white background.



Black color preview on #394256 background

This text has black color on #394256 background.


White color preview on #394256 background

This text has white color on #394256 background.