COLOR #395479

HEX: #395479
RGB: (57,84,121)

Color info

#395479 contains mainly green and blue colors. Web safe color of #395479 is #336666 (or #366).

RGB color model

#395479 color RGB value is (57,84,121).

  • red value is 57;
  • green value is 84;
  • blue value is 121.
RGB:
(57,84,121)
(22%,33%,47%)

RGB channels and saturation

R 57 of 255 = 22%
G 84 of 255 = 33%
B 121 of 255 = 47%

57
84
121

R + G + B ~ 34%. #395479 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 84 + 121 = 262 (100%)
R 57 of 262 ~ 21.76%
G 84 of 262 ~ 32.06%
B 121 of 262 ~ 46.18%

%21.76
%32.06
%46.18

CMYK color model

#395479 color CMYK value is (53,31,0,53).

  • cyan value is 52.89%
  • magenta value is 30.58%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(53,31,0,53)
C53M31Y0K53 
(53%,31%,0%,53%)
(0.53/0.31/0.00/0.53)	

CMYK percentages

%52.89
%30.58
%0
%52.55

Codes

Color #395479 in popluar color models

395479
RGB5784121
HSL215°35.96%34.90%
HSB/HSV215°52.89%47.45%
CMYK52.89%30.58%0.00%
52.55%

Color #395479 in popluar number systems.

HEX395479
Decimal5784121
Binary11100110101001111001
Octal71124171

Shades and tints

Shades of #395479

#395479
(57,84,121)
#344D6E
(52,77,110)
#2F4663
(47,70,99)
#2A3F58
(42,63,88)
#25384D
(37,56,77)
#203142
(32,49,66)
#1B2A37
(27,42,55)
#16232C
(22,35,44)
#111C21
(17,28,33)
#0C1516
(12,21,22)
#070E0B
(7,14,11)
#000000
(0,0,0)

Tints of #395479

#395479
(57,84,121)
#4B6385
(75,99,133)
#5D7291
(93,114,145)
#6F819D
(111,129,157)
#8190A9
(129,144,169)
#939FB5
(147,159,181)
#A5AEC1
(165,174,193)
#B7BDCD
(183,189,205)
#C9CCD9
(201,204,217)
#DBDBE5
(219,219,229)
#EDEAF1
(237,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #395479 color. Also use rgb(57,84,121) instead hex code.

Text Font Color

.myTextColor { color: #395479; }

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

This text font color is #395479.


Background Color

.myBgColor { background-color: #395479; }

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

This div background color is #395479.


Border color

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

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

This div border color is #395479.


Opacity

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

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

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

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

This text has shadow with #395479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395479 on black background.


Color preview on white background

This text has color #395479 on white background.



Black color preview on #395479 background

This text has black color on #395479 background.


White color preview on #395479 background

This text has white color on #395479 background.