COLOR #394877

HEX: #394877
RGB: (57,72,119)

Color info

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

RGB color model

#394877 color RGB value is (57,72,119).

  • red value is 57;
  • green value is 72;
  • blue value is 119.
RGB:
(57,72,119)
(22%,28%,47%)

RGB channels and saturation

R 57 of 255 = 22%
G 72 of 255 = 28%
B 119 of 255 = 47%

57
72
119

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

Portions of RGB colors in percentages

R + G + B =
57 + 72 + 119 = 248 (100%)
R 57 of 248 ~ 22.98%
G 72 of 248 ~ 29.03%
B 119 of 248 ~ 47.98%

%22.98
%29.03
%47.98

CMYK color model

#394877 color CMYK value is (52,39,0,53).

  • cyan value is 52.10%
  • magenta value is 39.50%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(52,39,0,53)
C52M39Y0K53 
(52%,39%,0%,53%)
(0.52/0.39/0.00/0.53)	

CMYK percentages

%52.1
%39.5
%0
%53.33

Codes

Color #394877 in popluar color models

394877
RGB5772119
HSL225°35.23%34.51%
HSB/HSV225°52.10%46.67%
CMYK52.10%39.50%0.00%
53.33%

Color #394877 in popluar number systems.

HEX394877
Decimal5772119
Binary11100110010001110111
Octal71110167

Shades and tints

Shades of #394877

#394877
(57,72,119)
#34426D
(52,66,109)
#2F3C63
(47,60,99)
#2A3659
(42,54,89)
#25304F
(37,48,79)
#202A45
(32,42,69)
#1B243B
(27,36,59)
#161E31
(22,30,49)
#111827
(17,24,39)
#0C121D
(12,18,29)
#070C13
(7,12,19)
#000000
(0,0,0)

Tints of #394877

#394877
(57,72,119)
#4B5883
(75,88,131)
#5D688F
(93,104,143)
#6F789B
(111,120,155)
#8188A7
(129,136,167)
#9398B3
(147,152,179)
#A5A8BF
(165,168,191)
#B7B8CB
(183,184,203)
#C9C8D7
(201,200,215)
#DBD8E3
(219,216,227)
#EDE8EF
(237,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #394877 color. Also use rgb(57,72,119) instead hex code.

Text Font Color

.myTextColor { color: #394877; }

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

This text font color is #394877.


Background Color

.myBgColor { background-color: #394877; }

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

This div background color is #394877.


Border color

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

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

This div border color is #394877.


Opacity

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

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

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

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

This text has shadow with #394877 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394877 on black background.


Color preview on white background

This text has color #394877 on white background.



Black color preview on #394877 background

This text has black color on #394877 background.


White color preview on #394877 background

This text has white color on #394877 background.