COLOR #395165

HEX: #395165
RGB: (57,81,101)

Color info

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

RGB color model

#395165 color RGB value is (57,81,101).

  • red value is 57;
  • green value is 81;
  • blue value is 101.
RGB:
(57,81,101)
(22%,32%,40%)

RGB channels and saturation

R 57 of 255 = 22%
G 81 of 255 = 32%
B 101 of 255 = 40%

57
81
101

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

Portions of RGB colors in percentages

R + G + B =
57 + 81 + 101 = 239 (100%)
R 57 of 239 ~ 23.85%
G 81 of 239 ~ 33.89%
B 101 of 239 ~ 42.26%

%23.85
%33.89
%42.26

CMYK color model

#395165 color CMYK value is (44,20,0,60).

  • cyan value is 43.56%
  • magenta value is 19.80%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(44,20,0,60)
C44M20Y0K60 
(44%,20%,0%,60%)
(0.44/0.20/0.00/0.60)	

CMYK percentages

%43.56
%19.8
%0
%60.39

Codes

Color #395165 in popluar color models

395165
RGB5781101
HSL207°27.85%30.98%
HSB/HSV207°43.56%39.61%
CMYK43.56%19.80%0.00%
60.39%

Color #395165 in popluar number systems.

HEX395165
Decimal5781101
Binary11100110100011100101
Octal71121145

Shades and tints

Shades of #395165

#395165
(57,81,101)
#344A5C
(52,74,92)
#2F4353
(47,67,83)
#2A3C4A
(42,60,74)
#253541
(37,53,65)
#202E38
(32,46,56)
#1B272F
(27,39,47)
#162026
(22,32,38)
#11191D
(17,25,29)
#0C1214
(12,18,20)
#070B0B
(7,11,11)
#000000
(0,0,0)

Tints of #395165

#395165
(57,81,101)
#4B6073
(75,96,115)
#5D6F81
(93,111,129)
#6F7E8F
(111,126,143)
#818D9D
(129,141,157)
#939CAB
(147,156,171)
#A5ABB9
(165,171,185)
#B7BAC7
(183,186,199)
#C9C9D5
(201,201,213)
#DBD8E3
(219,216,227)
#EDE7F1
(237,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #395165 color. Also use rgb(57,81,101) instead hex code.

Text Font Color

.myTextColor { color: #395165; }

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

This text font color is #395165.


Background Color

.myBgColor { background-color: #395165; }

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

This div background color is #395165.


Border color

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

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

This div border color is #395165.


Opacity

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

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

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

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

This text has shadow with #395165 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395165 on black background.


Color preview on white background

This text has color #395165 on white background.



Black color preview on #395165 background

This text has black color on #395165 background.


White color preview on #395165 background

This text has white color on #395165 background.