COLOR #395660

HEX: #395660
RGB: (57,86,96)

Color info

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

RGB color model

#395660 color RGB value is (57,86,96).

  • red value is 57;
  • green value is 86;
  • blue value is 96.
RGB:
(57,86,96)
(22%,34%,38%)

RGB channels and saturation

R 57 of 255 = 22%
G 86 of 255 = 34%
B 96 of 255 = 38%

57
86
96

R + G + B ~ 31%. #395660 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 86 + 96 = 239 (100%)
R 57 of 239 ~ 23.85%
G 86 of 239 ~ 35.98%
B 96 of 239 ~ 40.17%

%23.85
%35.98
%40.17

CMYK color model

#395660 color CMYK value is (41,10,0,62).

  • cyan value is 40.63%
  • magenta value is 10.42%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(41,10,0,62)
C41M10Y0K62 
(41%,10%,0%,62%)
(0.41/0.10/0.00/0.62)	

CMYK percentages

%40.63
%10.42
%0
%62.35

Codes

Color #395660 in popluar color models

395660
RGB578696
HSL195°25.49%30.00%
HSB/HSV195°40.63%37.65%
CMYK40.63%10.42%0.00%
62.35%

Color #395660 in popluar number systems.

HEX395660
Decimal578696
Binary11100110101101100000
Octal71126140

Shades and tints

Shades of #395660

#395660
(57,86,96)
#344F58
(52,79,88)
#2F4850
(47,72,80)
#2A4148
(42,65,72)
#253A40
(37,58,64)
#203338
(32,51,56)
#1B2C30
(27,44,48)
#162528
(22,37,40)
#111E20
(17,30,32)
#0C1718
(12,23,24)
#071010
(7,16,16)
#000000
(0,0,0)

Tints of #395660

#395660
(57,86,96)
#4B656E
(75,101,110)
#5D747C
(93,116,124)
#6F838A
(111,131,138)
#819298
(129,146,152)
#93A1A6
(147,161,166)
#A5B0B4
(165,176,180)
#B7BFC2
(183,191,194)
#C9CED0
(201,206,208)
#DBDDDE
(219,221,222)
#EDECEC
(237,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #395660 color. Also use rgb(57,86,96) instead hex code.

Text Font Color

.myTextColor { color: #395660; }

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

This text font color is #395660.


Background Color

.myBgColor { background-color: #395660; }

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

This div background color is #395660.


Border color

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

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

This div border color is #395660.


Opacity

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

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

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

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

This text has shadow with #395660 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395660 on black background.


Color preview on white background

This text has color #395660 on white background.



Black color preview on #395660 background

This text has black color on #395660 background.


White color preview on #395660 background

This text has white color on #395660 background.