COLOR #394F6C

HEX: #394F6C RGB: (57,79,108)

Color info

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

RGB color model

#394F6C color RGB value is (57,79,108).

RGB: (57,79,108) (22%, 31%, 42%)

RGB channels and saturation

R 57 of 255 = 22%
G 79 of 255 = 31%
B 108 of 255 = 42%

57
79
108

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

Portions of RGB colors in percentages

R + G + B = 57 + 79 + 108 = 244 (100%)
R 57 of 244 ~ 23.36%
G 79 of 244 ~ 32.38%
B 108 of 244 ~ 44.26'%

%23.36
%32.38
%44.26

CMYK color model

#394F6C color CMYK value is (47,27,0,58).

  • cyan value is 47.22%
  • magenta value is 26.85%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (47,27,0,58)
C47M27Y0K58 (47%, 27%, 0%, 58%)
(0.47 / 0.27 / 0.00 / 0.58)

CMYK percentages

%47.22
%26.85
%0
%57.65

Codes

Color #394F6C in popluar color models

39 4F 6C
RGB 57 79 108
HSL 214° 30.91% 32.35%
HSB/HSV 214° 47.22% 42.35%
CMYK 47.22% 26.85% 0.00%
57.65%

Color #394F6C in popluar number systems.

HEX 39 4F 6C
Decimal 57 79 108
Binary 111001 1001111 1101100
Octal 71 117 154

Shades and tints

Shades of #394F6C

#394F6C
(57,79,108)
#344863
(52,72,99)
#2F415A
(47,65,90)
#2A3A51
(42,58,81)
#253348
(37,51,72)
#202C3F
(32,44,63)
#1B2536
(27,37,54)
#161E2D
(22,30,45)
#111724
(17,23,36)
#0C101B
(12,16,27)
#070912
(7,9,18)
#000000
(0,0,0)

Tints of #394F6C

#394F6C
(57,79,108)
#4B5F79
(75,95,121)
#5D6F86
(93,111,134)
#6F7F93
(111,127,147)
#818FA0
(129,143,160)
#939FAD
(147,159,173)
#A5AFBA
(165,175,186)
#B7BFC7
(183,191,199)
#C9CFD4
(201,207,212)
#DBDFE1
(219,223,225)
#EDEFEE
(237,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #394F6C; }

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

This text font color is #394F6C.

Background Color

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

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

This div background color is #394F6C.

Border color

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

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

This div border color is #394F6C.

Opacity

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

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

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

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

This text has shadow with #394F6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #394F6C.

Preview

Color preview on black background

This text has color #394F6C on black background.


Color preview on white background

This text has color #394F6C on white background.


Black color preview on #394F6C background

This text has black color on #394F6C background.


White color preview on #394F6C background

This text has white color on #394F6C background.


Related colors

Complementary color

Complementary color for #hex is #C6B093.


I love getcolorcode.com

Triadic colors

1 #6C394F and #4F6C39 with #394F6C are triadic colors.

2 #6C4F39 and #4F396C with #394F6C are triadic colors.