COLOR #395769

HEX: #395769
RGB: (57,87,105)

Color info

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

RGB color model

#395769 color RGB value is (57,87,105).

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

RGB channels and saturation

R 57 of 255 = 22%
G 87 of 255 = 34%
B 105 of 255 = 41%

57
87
105

R + G + B ~ 32%. #395769 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 87 + 105 = 249 (100%)
R 57 of 249 ~ 22.89%
G 87 of 249 ~ 34.94%
B 105 of 249 ~ 42.17%

%22.89
%34.94
%42.17

CMYK color model

#395769 color CMYK value is (46,17,0,59).

  • cyan value is 45.71%
  • magenta value is 17.14%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(46,17,0,59)
C46M17Y0K59 
(46%,17%,0%,59%)
(0.46/0.17/0.00/0.59)	

CMYK percentages

%45.71
%17.14
%0
%58.82

Codes

Color #395769 in popluar color models

395769
RGB5787105
HSL203°29.63%31.76%
HSB/HSV203°45.71%41.18%
CMYK45.71%17.14%0.00%
58.82%

Color #395769 in popluar number systems.

HEX395769
Decimal5787105
Binary11100110101111101001
Octal71127151

Shades and tints

Shades of #395769

#395769
(57,87,105)
#345060
(52,80,96)
#2F4957
(47,73,87)
#2A424E
(42,66,78)
#253B45
(37,59,69)
#20343C
(32,52,60)
#1B2D33
(27,45,51)
#16262A
(22,38,42)
#111F21
(17,31,33)
#0C1818
(12,24,24)
#07110F
(7,17,15)
#000000
(0,0,0)

Tints of #395769

#395769
(57,87,105)
#4B6676
(75,102,118)
#5D7583
(93,117,131)
#6F8490
(111,132,144)
#81939D
(129,147,157)
#93A2AA
(147,162,170)
#A5B1B7
(165,177,183)
#B7C0C4
(183,192,196)
#C9CFD1
(201,207,209)
#DBDEDE
(219,222,222)
#EDEDEB
(237,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #395769; }

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

This text font color is #395769.


Background Color

.myBgColor { background-color: #395769; }

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

This div background color is #395769.


Border color

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

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

This div border color is #395769.


Opacity

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

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

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

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

This text has shadow with #395769 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395769 on black background.


Color preview on white background

This text has color #395769 on white background.



Black color preview on #395769 background

This text has black color on #395769 background.


White color preview on #395769 background

This text has white color on #395769 background.