COLOR #395B4E

HEX: #395B4E
RGB: (57,91,78)

Color info

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

RGB color model

#395B4E color RGB value is (57,91,78).

  • red value is 57;
  • green value is 91;
  • blue value is 78.
RGB:
(57,91,78)
(22%,36%,31%)

RGB channels and saturation

R 57 of 255 = 22%
G 91 of 255 = 36%
B 78 of 255 = 31%

57
91
78

R + G + B ~ 30%. #395B4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 91 + 78 = 226 (100%)
R 57 of 226 ~ 25.22%
G 91 of 226 ~ 40.27%
B 78 of 226 ~ 34.51%

%25.22
%40.27
%34.51

CMYK color model

#395B4E color CMYK value is (37,0,14,64).

  • cyan value is 37.36%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 64.31%
CMYK:
(37,0,14,64)
C37M0Y14K64 
(37%,0%,14%,64%)
(0.37/0.00/0.14/0.64)	

CMYK percentages

%37.36
%0
%14.29
%64.31

Codes

Color #395B4E in popluar color models

395B4E
RGB579178
HSL157°22.97%29.02%
HSB/HSV157°37.36%35.69%
CMYK37.36%0.00%14.29%
64.31%

Color #395B4E in popluar number systems.

HEX395B4E
Decimal579178
Binary11100110110111001110
Octal71133116

Shades and tints

Shades of #395B4E

#395B4E
(57,91,78)
#345347
(52,83,71)
#2F4B40
(47,75,64)
#2A4339
(42,67,57)
#253B32
(37,59,50)
#20332B
(32,51,43)
#1B2B24
(27,43,36)
#16231D
(22,35,29)
#111B16
(17,27,22)
#0C130F
(12,19,15)
#070B08
(7,11,8)
#000000
(0,0,0)

Tints of #395B4E

#395B4E
(57,91,78)
#4B695E
(75,105,94)
#5D776E
(93,119,110)
#6F857E
(111,133,126)
#81938E
(129,147,142)
#93A19E
(147,161,158)
#A5AFAE
(165,175,174)
#B7BDBE
(183,189,190)
#C9CBCE
(201,203,206)
#DBD9DE
(219,217,222)
#EDE7EE
(237,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #395B4E color. Also use rgb(57,91,78) instead hex code.

Text Font Color

.myTextColor { color: #395B4E; }

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

This text font color is #395B4E.


Background Color

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

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

This div background color is #395B4E.


Border color

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

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

This div border color is #395B4E.


Opacity

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

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

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

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

This text has shadow with #395B4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395B4E on black background.


Color preview on white background

This text has color #395B4E on white background.



Black color preview on #395B4E background

This text has black color on #395B4E background.


White color preview on #395B4E background

This text has white color on #395B4E background.