COLOR #394F6E

HEX: #394F6E
RGB: (57,79,110)

Color info

#394F6E contains red, green and blue colors in about the same proportion. Web safe color of #394F6E is #336666 (or #366).

RGB color model

#394F6E color RGB value is (57,79,110).

  • red value is 57;
  • green value is 79;
  • blue value is 110.
RGB:
(57,79,110)
(22%,31%,43%)

RGB channels and saturation

R 57 of 255 = 22%
G 79 of 255 = 31%
B 110 of 255 = 43%

57
79
110

R + G + B ~ 32%. #394F6E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 79 + 110 = 246 (100%)
R 57 of 246 ~ 23.17%
G 79 of 246 ~ 32.11%
B 110 of 246 ~ 44.72%

%23.17
%32.11
%44.72

CMYK color model

#394F6E color CMYK value is (48,28,0,57).

  • cyan value is 48.18%
  • magenta value is 28.18%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(48,28,0,57)
C48M28Y0K57 
(48%,28%,0%,57%)
(0.48/0.28/0.00/0.57)	

CMYK percentages

%48.18
%28.18
%0
%56.86

Codes

Color #394F6E in popluar color models

394F6E
RGB5779110
HSL215°31.74%32.75%
HSB/HSV215°48.18%43.14%
CMYK48.18%28.18%0.00%
56.86%

Color #394F6E in popluar number systems.

HEX394F6E
Decimal5779110
Binary11100110011111101110
Octal71117156

Shades and tints

Shades of #394F6E

#394F6E
(57,79,110)
#344864
(52,72,100)
#2F415A
(47,65,90)
#2A3A50
(42,58,80)
#253346
(37,51,70)
#202C3C
(32,44,60)
#1B2532
(27,37,50)
#161E28
(22,30,40)
#11171E
(17,23,30)
#0C1014
(12,16,20)
#07090A
(7,9,10)
#000000
(0,0,0)

Tints of #394F6E

#394F6E
(57,79,110)
#4B5F7B
(75,95,123)
#5D6F88
(93,111,136)
#6F7F95
(111,127,149)
#818FA2
(129,143,162)
#939FAF
(147,159,175)
#A5AFBC
(165,175,188)
#B7BFC9
(183,191,201)
#C9CFD6
(201,207,214)
#DBDFE3
(219,223,227)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #394F6E color. Also use rgb(57,79,110) instead hex code.

Text Font Color

.myTextColor { color: #394F6E; }

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

This text font color is #394F6E.


Background Color

.myBgColor { background-color: #394F6E; }

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

This div background color is #394F6E.


Border color

.myBorderColor { border: 1px solid #394F6E; }

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

This div border color is #394F6E.


Opacity

.myOpacity80 { color: #394F6E; opacity: 0.8; }

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

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

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

This text has shadow with #394F6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394F6E on black background.


Color preview on white background

This text has color #394F6E on white background.



Black color preview on #394F6E background

This text has black color on #394F6E background.


White color preview on #394F6E background

This text has white color on #394F6E background.