COLOR #394763

HEX: #394763
RGB: (57,71,99)

Color info

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

RGB color model

#394763 color RGB value is (57,71,99).

  • red value is 57;
  • green value is 71;
  • blue value is 99.
RGB:
(57,71,99)
(22%,28%,39%)

RGB channels and saturation

R 57 of 255 = 22%
G 71 of 255 = 28%
B 99 of 255 = 39%

57
71
99

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

Portions of RGB colors in percentages

R + G + B =
57 + 71 + 99 = 227 (100%)
R 57 of 227 ~ 25.11%
G 71 of 227 ~ 31.28%
B 99 of 227 ~ 43.61%

%25.11
%31.28
%43.61

CMYK color model

#394763 color CMYK value is (42,28,0,61).

  • cyan value is 42.42%
  • magenta value is 28.28%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(42,28,0,61)
C42M28Y0K61 
(42%,28%,0%,61%)
(0.42/0.28/0.00/0.61)	

CMYK percentages

%42.42
%28.28
%0
%61.18

Codes

Color #394763 in popluar color models

394763
RGB577199
HSL220°26.92%30.59%
HSB/HSV220°42.42%38.82%
CMYK42.42%28.28%0.00%
61.18%

Color #394763 in popluar number systems.

HEX394763
Decimal577199
Binary11100110001111100011
Octal71107143

Shades and tints

Shades of #394763

#394763
(57,71,99)
#34415A
(52,65,90)
#2F3B51
(47,59,81)
#2A3548
(42,53,72)
#252F3F
(37,47,63)
#202936
(32,41,54)
#1B232D
(27,35,45)
#161D24
(22,29,36)
#11171B
(17,23,27)
#0C1112
(12,17,18)
#070B09
(7,11,9)
#000000
(0,0,0)

Tints of #394763

#394763
(57,71,99)
#4B5771
(75,87,113)
#5D677F
(93,103,127)
#6F778D
(111,119,141)
#81879B
(129,135,155)
#9397A9
(147,151,169)
#A5A7B7
(165,167,183)
#B7B7C5
(183,183,197)
#C9C7D3
(201,199,211)
#DBD7E1
(219,215,225)
#EDE7EF
(237,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #394763 color. Also use rgb(57,71,99) instead hex code.

Text Font Color

.myTextColor { color: #394763; }

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

This text font color is #394763.


Background Color

.myBgColor { background-color: #394763; }

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

This div background color is #394763.


Border color

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

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

This div border color is #394763.


Opacity

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

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

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

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

This text has shadow with #394763 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394763 on black background.


Color preview on white background

This text has color #394763 on white background.



Black color preview on #394763 background

This text has black color on #394763 background.


White color preview on #394763 background

This text has white color on #394763 background.