COLOR #395D60

HEX: #395D60
RGB: (57,93,96)

Color info

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

RGB color model

#395D60 color RGB value is (57,93,96).

  • red value is 57;
  • green value is 93;
  • blue value is 96.
RGB:
(57,93,96)
(22%,36%,38%)

RGB channels and saturation

R 57 of 255 = 22%
G 93 of 255 = 36%
B 96 of 255 = 38%

57
93
96

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

Portions of RGB colors in percentages

R + G + B =
57 + 93 + 96 = 246 (100%)
R 57 of 246 ~ 23.17%
G 93 of 246 ~ 37.8%
B 96 of 246 ~ 39.02%

%23.17
%37.8
%39.02

CMYK color model

#395D60 color CMYK value is (41,3,0,62).

  • cyan value is 40.63%
  • magenta value is 3.12%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(41,3,0,62)
C41M3Y0K62 
(41%,3%,0%,62%)
(0.41/0.03/0.00/0.62)	

CMYK percentages

%40.63
%3.12
%0
%62.35

Codes

Color #395D60 in popluar color models

395D60
RGB579396
HSL185°25.49%30.00%
HSB/HSV185°40.63%37.65%
CMYK40.63%3.12%0.00%
62.35%

Color #395D60 in popluar number systems.

HEX395D60
Decimal579396
Binary11100110111011100000
Octal71135140

Shades and tints

Shades of #395D60

#395D60
(57,93,96)
#345558
(52,85,88)
#2F4D50
(47,77,80)
#2A4548
(42,69,72)
#253D40
(37,61,64)
#203538
(32,53,56)
#1B2D30
(27,45,48)
#162528
(22,37,40)
#111D20
(17,29,32)
#0C1518
(12,21,24)
#070D10
(7,13,16)
#000000
(0,0,0)

Tints of #395D60

#395D60
(57,93,96)
#4B6B6E
(75,107,110)
#5D797C
(93,121,124)
#6F878A
(111,135,138)
#819598
(129,149,152)
#93A3A6
(147,163,166)
#A5B1B4
(165,177,180)
#B7BFC2
(183,191,194)
#C9CDD0
(201,205,208)
#DBDBDE
(219,219,222)
#EDE9EC
(237,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #395D60 color. Also use rgb(57,93,96) instead hex code.

Text Font Color

.myTextColor { color: #395D60; }

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

This text font color is #395D60.


Background Color

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

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

This div background color is #395D60.


Border color

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

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

This div border color is #395D60.


Opacity

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

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

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

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

This text has shadow with #395D60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395D60 on black background.


Color preview on white background

This text has color #395D60 on white background.



Black color preview on #395D60 background

This text has black color on #395D60 background.


White color preview on #395D60 background

This text has white color on #395D60 background.