COLOR #395C69

HEX: #395C69
RGB: (57,92,105)

Color info

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

RGB color model

#395C69 color RGB value is (57,92,105).

  • red value is 57;
  • green value is 92;
  • blue value is 105.
RGB:
(57,92,105)
(22%,36%,41%)

RGB channels and saturation

R 57 of 255 = 22%
G 92 of 255 = 36%
B 105 of 255 = 41%

57
92
105

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

Portions of RGB colors in percentages

R + G + B =
57 + 92 + 105 = 254 (100%)
R 57 of 254 ~ 22.44%
G 92 of 254 ~ 36.22%
B 105 of 254 ~ 41.34%

%22.44
%36.22
%41.34

CMYK color model

#395C69 color CMYK value is (46,12,0,59).

  • cyan value is 45.71%
  • magenta value is 12.38%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(46,12,0,59)
C46M12Y0K59 
(46%,12%,0%,59%)
(0.46/0.12/0.00/0.59)	

CMYK percentages

%45.71
%12.38
%0
%58.82

Codes

Color #395C69 in popluar color models

395C69
RGB5792105
HSL196°29.63%31.76%
HSB/HSV196°45.71%41.18%
CMYK45.71%12.38%0.00%
58.82%

Color #395C69 in popluar number systems.

HEX395C69
Decimal5792105
Binary11100110111001101001
Octal71134151

Shades and tints

Shades of #395C69

#395C69
(57,92,105)
#345460
(52,84,96)
#2F4C57
(47,76,87)
#2A444E
(42,68,78)
#253C45
(37,60,69)
#20343C
(32,52,60)
#1B2C33
(27,44,51)
#16242A
(22,36,42)
#111C21
(17,28,33)
#0C1418
(12,20,24)
#070C0F
(7,12,15)
#000000
(0,0,0)

Tints of #395C69

#395C69
(57,92,105)
#4B6A76
(75,106,118)
#5D7883
(93,120,131)
#6F8690
(111,134,144)
#81949D
(129,148,157)
#93A2AA
(147,162,170)
#A5B0B7
(165,176,183)
#B7BEC4
(183,190,196)
#C9CCD1
(201,204,209)
#DBDADE
(219,218,222)
#EDE8EB
(237,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #395C69 color. Also use rgb(57,92,105) instead hex code.

Text Font Color

.myTextColor { color: #395C69; }

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

This text font color is #395C69.


Background Color

.myBgColor { background-color: #395C69; }

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

This div background color is #395C69.


Border color

.myBorderColor { border: 1px solid #395C69; }

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

This div border color is #395C69.


Opacity

.myOpacity80 { color: #395C69; opacity: 0.8; }

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

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

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

This text has shadow with #395C69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395C69 on black background.


Color preview on white background

This text has color #395C69 on white background.



Black color preview on #395C69 background

This text has black color on #395C69 background.


White color preview on #395C69 background

This text has white color on #395C69 background.