COLOR #394961

HEX: #394961
RGB: (57,73,97)

Color info

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

RGB color model

#394961 color RGB value is (57,73,97).

  • red value is 57;
  • green value is 73;
  • blue value is 97.
RGB:
(57,73,97)
(22%,29%,38%)

RGB channels and saturation

R 57 of 255 = 22%
G 73 of 255 = 29%
B 97 of 255 = 38%

57
73
97

R + G + B ~ 30%. #394961 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 73 + 97 = 227 (100%)
R 57 of 227 ~ 25.11%
G 73 of 227 ~ 32.16%
B 97 of 227 ~ 42.73%

%25.11
%32.16
%42.73

CMYK color model

#394961 color CMYK value is (41,25,0,62).

  • cyan value is 41.24%
  • magenta value is 24.74%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(41,25,0,62)
C41M25Y0K62 
(41%,25%,0%,62%)
(0.41/0.25/0.00/0.62)	

CMYK percentages

%41.24
%24.74
%0
%61.96

Codes

Color #394961 in popluar color models

394961
RGB577397
HSL216°25.97%30.20%
HSB/HSV216°41.24%38.04%
CMYK41.24%24.74%0.00%
61.96%

Color #394961 in popluar number systems.

HEX394961
Decimal577397
Binary11100110010011100001
Octal71111141

Shades and tints

Shades of #394961

#394961
(57,73,97)
#344359
(52,67,89)
#2F3D51
(47,61,81)
#2A3749
(42,55,73)
#253141
(37,49,65)
#202B39
(32,43,57)
#1B2531
(27,37,49)
#161F29
(22,31,41)
#111921
(17,25,33)
#0C1319
(12,19,25)
#070D11
(7,13,17)
#000000
(0,0,0)

Tints of #394961

#394961
(57,73,97)
#4B596F
(75,89,111)
#5D697D
(93,105,125)
#6F798B
(111,121,139)
#818999
(129,137,153)
#9399A7
(147,153,167)
#A5A9B5
(165,169,181)
#B7B9C3
(183,185,195)
#C9C9D1
(201,201,209)
#DBD9DF
(219,217,223)
#EDE9ED
(237,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #394961; }

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

This text font color is #394961.


Background Color

.myBgColor { background-color: #394961; }

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

This div background color is #394961.


Border color

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

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

This div border color is #394961.


Opacity

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

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

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

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

This text has shadow with #394961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394961 on black background.


Color preview on white background

This text has color #394961 on white background.



Black color preview on #394961 background

This text has black color on #394961 background.


White color preview on #394961 background

This text has white color on #394961 background.