COLOR #395470

HEX: #395470
RGB: (57,84,112)

Color info

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

RGB color model

#395470 color RGB value is (57,84,112).

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

RGB channels and saturation

R 57 of 255 = 22%
G 84 of 255 = 33%
B 112 of 255 = 44%

57
84
112

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

Portions of RGB colors in percentages

R + G + B =
57 + 84 + 112 = 253 (100%)
R 57 of 253 ~ 22.53%
G 84 of 253 ~ 33.2%
B 112 of 253 ~ 44.27%

%22.53
%33.2
%44.27

CMYK color model

#395470 color CMYK value is (49,25,0,56).

  • cyan value is 49.11%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(49,25,0,56)
C49M25Y0K56 
(49%,25%,0%,56%)
(0.49/0.25/0.00/0.56)	

CMYK percentages

%49.11
%25
%0
%56.08

Codes

Color #395470 in popluar color models

395470
RGB5784112
HSL211°32.54%33.14%
HSB/HSV211°49.11%43.92%
CMYK49.11%25.00%0.00%
56.08%

Color #395470 in popluar number systems.

HEX395470
Decimal5784112
Binary11100110101001110000
Octal71124160

Shades and tints

Shades of #395470

#395470
(57,84,112)
#344D66
(52,77,102)
#2F465C
(47,70,92)
#2A3F52
(42,63,82)
#253848
(37,56,72)
#20313E
(32,49,62)
#1B2A34
(27,42,52)
#16232A
(22,35,42)
#111C20
(17,28,32)
#0C1516
(12,21,22)
#070E0C
(7,14,12)
#000000
(0,0,0)

Tints of #395470

#395470
(57,84,112)
#4B637D
(75,99,125)
#5D728A
(93,114,138)
#6F8197
(111,129,151)
#8190A4
(129,144,164)
#939FB1
(147,159,177)
#A5AEBE
(165,174,190)
#B7BDCB
(183,189,203)
#C9CCD8
(201,204,216)
#DBDBE5
(219,219,229)
#EDEAF2
(237,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #395470; }

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

This text font color is #395470.


Background Color

.myBgColor { background-color: #395470; }

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

This div background color is #395470.


Border color

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

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

This div border color is #395470.


Opacity

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

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

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

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

This text has shadow with #395470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395470 on black background.


Color preview on white background

This text has color #395470 on white background.



Black color preview on #395470 background

This text has black color on #395470 background.


White color preview on #395470 background

This text has white color on #395470 background.