COLOR #395F69

HEX: #395F69
RGB: (57,95,105)

Color info

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

RGB color model

#395F69 color RGB value is (57,95,105).

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

RGB channels and saturation

R 57 of 255 = 22%
G 95 of 255 = 37%
B 105 of 255 = 41%

57
95
105

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

Portions of RGB colors in percentages

R + G + B =
57 + 95 + 105 = 257 (100%)
R 57 of 257 ~ 22.18%
G 95 of 257 ~ 36.96%
B 105 of 257 ~ 40.86%

%22.18
%36.96
%40.86

CMYK color model

#395F69 color CMYK value is (46,10,0,59).

  • cyan value is 45.71%
  • magenta value is 9.52%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(46,10,0,59)
C46M10Y0K59 
(46%,10%,0%,59%)
(0.46/0.10/0.00/0.59)	

CMYK percentages

%45.71
%9.52
%0
%58.82

Codes

Color #395F69 in popluar color models

395F69
RGB5795105
HSL193°29.63%31.76%
HSB/HSV193°45.71%41.18%
CMYK45.71%9.52%0.00%
58.82%

Color #395F69 in popluar number systems.

HEX395F69
Decimal5795105
Binary11100110111111101001
Octal71137151

Shades and tints

Shades of #395F69

#395F69
(57,95,105)
#345760
(52,87,96)
#2F4F57
(47,79,87)
#2A474E
(42,71,78)
#253F45
(37,63,69)
#20373C
(32,55,60)
#1B2F33
(27,47,51)
#16272A
(22,39,42)
#111F21
(17,31,33)
#0C1718
(12,23,24)
#070F0F
(7,15,15)
#000000
(0,0,0)

Tints of #395F69

#395F69
(57,95,105)
#4B6D76
(75,109,118)
#5D7B83
(93,123,131)
#6F8990
(111,137,144)
#81979D
(129,151,157)
#93A5AA
(147,165,170)
#A5B3B7
(165,179,183)
#B7C1C4
(183,193,196)
#C9CFD1
(201,207,209)
#DBDDDE
(219,221,222)
#EDEBEB
(237,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #395F69; }

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

This text font color is #395F69.


Background Color

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

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

This div background color is #395F69.


Border color

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

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

This div border color is #395F69.


Opacity

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

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

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

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

This text has shadow with #395F69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395F69 on black background.


Color preview on white background

This text has color #395F69 on white background.



Black color preview on #395F69 background

This text has black color on #395F69 background.


White color preview on #395F69 background

This text has white color on #395F69 background.