COLOR #394650

HEX: #394650
RGB: (57,70,80)

Color info

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

RGB color model

#394650 color RGB value is (57,70,80).

  • red value is 57;
  • green value is 70;
  • blue value is 80.
RGB:
(57,70,80)
(22%,27%,31%)

RGB channels and saturation

R 57 of 255 = 22%
G 70 of 255 = 27%
B 80 of 255 = 31%

57
70
80

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

Portions of RGB colors in percentages

R + G + B =
57 + 70 + 80 = 207 (100%)
R 57 of 207 ~ 27.54%
G 70 of 207 ~ 33.82%
B 80 of 207 ~ 38.65%

%27.54
%33.82
%38.65

CMYK color model

#394650 color CMYK value is (29,13,0,69).

  • cyan value is 28.75%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(29,13,0,69)
C29M13Y0K69 
(29%,13%,0%,69%)
(0.29/0.13/0.00/0.69)	

CMYK percentages

%28.75
%12.5
%0
%68.63

Codes

Color #394650 in popluar color models

394650
RGB577080
HSL206°16.79%26.86%
HSB/HSV206°28.75%31.37%
CMYK28.75%12.50%0.00%
68.63%

Color #394650 in popluar number systems.

HEX394650
Decimal577080
Binary11100110001101010000
Octal71106120

Shades and tints

Shades of #394650

#394650
(57,70,80)
#344049
(52,64,73)
#2F3A42
(47,58,66)
#2A343B
(42,52,59)
#252E34
(37,46,52)
#20282D
(32,40,45)
#1B2226
(27,34,38)
#161C1F
(22,28,31)
#111618
(17,22,24)
#0C1011
(12,16,17)
#070A0A
(7,10,10)
#000000
(0,0,0)

Tints of #394650

#394650
(57,70,80)
#4B565F
(75,86,95)
#5D666E
(93,102,110)
#6F767D
(111,118,125)
#81868C
(129,134,140)
#93969B
(147,150,155)
#A5A6AA
(165,166,170)
#B7B6B9
(183,182,185)
#C9C6C8
(201,198,200)
#DBD6D7
(219,214,215)
#EDE6E6
(237,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #394650 color. Also use rgb(57,70,80) instead hex code.

Text Font Color

.myTextColor { color: #394650; }

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

This text font color is #394650.


Background Color

.myBgColor { background-color: #394650; }

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

This div background color is #394650.


Border color

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

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

This div border color is #394650.


Opacity

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

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

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

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

This text has shadow with #394650 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394650 on black background.


Color preview on white background

This text has color #394650 on white background.



Black color preview on #394650 background

This text has black color on #394650 background.


White color preview on #394650 background

This text has white color on #394650 background.