COLOR #394D75

HEX: #394D75
RGB: (57,77,117)

Color info

#394D75 contains mainly green and blue colors. Web safe color of #394D75 is #333366 (or #336).

RGB color model

#394D75 color RGB value is (57,77,117).

  • red value is 57;
  • green value is 77;
  • blue value is 117.
RGB:
(57,77,117)
(22%,30%,46%)

RGB channels and saturation

R 57 of 255 = 22%
G 77 of 255 = 30%
B 117 of 255 = 46%

57
77
117

R + G + B ~ 33%. #394D75 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 77 + 117 = 251 (100%)
R 57 of 251 ~ 22.71%
G 77 of 251 ~ 30.68%
B 117 of 251 ~ 46.61%

%22.71
%30.68
%46.61

CMYK color model

#394D75 color CMYK value is (51,34,0,54).

  • cyan value is 51.28%
  • magenta value is 34.19%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(51,34,0,54)
C51M34Y0K54 
(51%,34%,0%,54%)
(0.51/0.34/0.00/0.54)	

CMYK percentages

%51.28
%34.19
%0
%54.12

Codes

Color #394D75 in popluar color models

394D75
RGB5777117
HSL220°34.48%34.12%
HSB/HSV220°51.28%45.88%
CMYK51.28%34.19%0.00%
54.12%

Color #394D75 in popluar number systems.

HEX394D75
Decimal5777117
Binary11100110011011110101
Octal71115165

Shades and tints

Shades of #394D75

#394D75
(57,77,117)
#34466B
(52,70,107)
#2F3F61
(47,63,97)
#2A3857
(42,56,87)
#25314D
(37,49,77)
#202A43
(32,42,67)
#1B2339
(27,35,57)
#161C2F
(22,28,47)
#111525
(17,21,37)
#0C0E1B
(12,14,27)
#070711
(7,7,17)
#000000
(0,0,0)

Tints of #394D75

#394D75
(57,77,117)
#4B5D81
(75,93,129)
#5D6D8D
(93,109,141)
#6F7D99
(111,125,153)
#818DA5
(129,141,165)
#939DB1
(147,157,177)
#A5ADBD
(165,173,189)
#B7BDC9
(183,189,201)
#C9CDD5
(201,205,213)
#DBDDE1
(219,221,225)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #394D75 color. Also use rgb(57,77,117) instead hex code.

Text Font Color

.myTextColor { color: #394D75; }

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

This text font color is #394D75.


Background Color

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

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

This div background color is #394D75.


Border color

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

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

This div border color is #394D75.


Opacity

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

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

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

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

This text has shadow with #394D75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394D75 on black background.


Color preview on white background

This text has color #394D75 on white background.



Black color preview on #394D75 background

This text has black color on #394D75 background.


White color preview on #394D75 background

This text has white color on #394D75 background.