COLOR #394652

HEX: #394652
RGB: (57,70,82)

Color info

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

RGB color model

#394652 color RGB value is (57,70,82).

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

RGB channels and saturation

R 57 of 255 = 22%
G 70 of 255 = 27%
B 82 of 255 = 32%

57
70
82

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

Portions of RGB colors in percentages

R + G + B =
57 + 70 + 82 = 209 (100%)
R 57 of 209 ~ 27.27%
G 70 of 209 ~ 33.49%
B 82 of 209 ~ 39.23%

%27.27
%33.49
%39.23

CMYK color model

#394652 color CMYK value is (30,15,0,68).

  • cyan value is 30.49%
  • magenta value is 14.63%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(30,15,0,68)
C30M15Y0K68 
(30%,15%,0%,68%)
(0.30/0.15/0.00/0.68)	

CMYK percentages

%30.49
%14.63
%0
%67.84

Codes

Color #394652 in popluar color models

394652
RGB577082
HSL209°17.99%27.25%
HSB/HSV209°30.49%32.16%
CMYK30.49%14.63%0.00%
67.84%

Color #394652 in popluar number systems.

HEX394652
Decimal577082
Binary11100110001101010010
Octal71106122

Shades and tints

Shades of #394652

#394652
(57,70,82)
#34404B
(52,64,75)
#2F3A44
(47,58,68)
#2A343D
(42,52,61)
#252E36
(37,46,54)
#20282F
(32,40,47)
#1B2228
(27,34,40)
#161C21
(22,28,33)
#11161A
(17,22,26)
#0C1013
(12,16,19)
#070A0C
(7,10,12)
#000000
(0,0,0)

Tints of #394652

#394652
(57,70,82)
#4B5661
(75,86,97)
#5D6670
(93,102,112)
#6F767F
(111,118,127)
#81868E
(129,134,142)
#93969D
(147,150,157)
#A5A6AC
(165,166,172)
#B7B6BB
(183,182,187)
#C9C6CA
(201,198,202)
#DBD6D9
(219,214,217)
#EDE6E8
(237,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #394652; }

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

This text font color is #394652.


Background Color

.myBgColor { background-color: #394652; }

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

This div background color is #394652.


Border color

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

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

This div border color is #394652.


Opacity

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

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

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

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

This text has shadow with #394652 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394652 on black background.


Color preview on white background

This text has color #394652 on white background.



Black color preview on #394652 background

This text has black color on #394652 background.


White color preview on #394652 background

This text has white color on #394652 background.