COLOR #395657

HEX: #395657
RGB: (57,86,87)

Color info

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

RGB color model

#395657 color RGB value is (57,86,87).

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

RGB channels and saturation

R 57 of 255 = 22%
G 86 of 255 = 34%
B 87 of 255 = 34%

57
86
87

R + G + B ~ 30%. #395657 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 86 + 87 = 230 (100%)
R 57 of 230 ~ 24.78%
G 86 of 230 ~ 37.39%
B 87 of 230 ~ 37.83%

%24.78
%37.39
%37.83

CMYK color model

#395657 color CMYK value is (34,1,0,66).

  • cyan value is 34.48%
  • magenta value is 1.15%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(34,1,0,66)
C34M1Y0K66 
(34%,1%,0%,66%)
(0.34/0.01/0.00/0.66)	

CMYK percentages

%34.48
%1.15
%0
%65.88

Codes

Color #395657 in popluar color models

395657
RGB578687
HSL182°20.83%28.24%
HSB/HSV182°34.48%34.12%
CMYK34.48%1.15%0.00%
65.88%

Color #395657 in popluar number systems.

HEX395657
Decimal578687
Binary11100110101101010111
Octal71126127

Shades and tints

Shades of #395657

#395657
(57,86,87)
#344F50
(52,79,80)
#2F4849
(47,72,73)
#2A4142
(42,65,66)
#253A3B
(37,58,59)
#203334
(32,51,52)
#1B2C2D
(27,44,45)
#162526
(22,37,38)
#111E1F
(17,30,31)
#0C1718
(12,23,24)
#071011
(7,16,17)
#000000
(0,0,0)

Tints of #395657

#395657
(57,86,87)
#4B6566
(75,101,102)
#5D7475
(93,116,117)
#6F8384
(111,131,132)
#819293
(129,146,147)
#93A1A2
(147,161,162)
#A5B0B1
(165,176,177)
#B7BFC0
(183,191,192)
#C9CECF
(201,206,207)
#DBDDDE
(219,221,222)
#EDECED
(237,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #395657; }

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

This text font color is #395657.


Background Color

.myBgColor { background-color: #395657; }

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

This div background color is #395657.


Border color

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

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

This div border color is #395657.


Opacity

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

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

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

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

This text has shadow with #395657 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395657 on black background.


Color preview on white background

This text has color #395657 on white background.



Black color preview on #395657 background

This text has black color on #395657 background.


White color preview on #395657 background

This text has white color on #395657 background.