COLOR #395150

HEX: #395150
RGB: (57,81,80)

Color info

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

RGB color model

#395150 color RGB value is (57,81,80).

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

RGB channels and saturation

R 57 of 255 = 22%
G 81 of 255 = 32%
B 80 of 255 = 31%

57
81
80

R + G + B ~ 28%. #395150 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 81 + 80 = 218 (100%)
R 57 of 218 ~ 26.15%
G 81 of 218 ~ 37.16%
B 80 of 218 ~ 36.7%

%26.15
%37.16
%36.7

CMYK color model

#395150 color CMYK value is (30,0,1,68).

  • cyan value is 29.63%
  • magenta value is 0.00%
  • yellow value is 1.23%
  • key color value is 68.24%
CMYK:
(30,0,1,68)
C30M0Y1K68 
(30%,0%,1%,68%)
(0.30/0.00/0.01/0.68)	

CMYK percentages

%29.63
%0
%1.23
%68.24

Codes

Color #395150 in popluar color models

395150
RGB578180
HSL178°17.39%27.06%
HSB/HSV178°29.63%31.76%
CMYK29.63%0.00%1.23%
68.24%

Color #395150 in popluar number systems.

HEX395150
Decimal578180
Binary11100110100011010000
Octal71121120

Shades and tints

Shades of #395150

#395150
(57,81,80)
#344A49
(52,74,73)
#2F4342
(47,67,66)
#2A3C3B
(42,60,59)
#253534
(37,53,52)
#202E2D
(32,46,45)
#1B2726
(27,39,38)
#16201F
(22,32,31)
#111918
(17,25,24)
#0C1211
(12,18,17)
#070B0A
(7,11,10)
#000000
(0,0,0)

Tints of #395150

#395150
(57,81,80)
#4B605F
(75,96,95)
#5D6F6E
(93,111,110)
#6F7E7D
(111,126,125)
#818D8C
(129,141,140)
#939C9B
(147,156,155)
#A5ABAA
(165,171,170)
#B7BAB9
(183,186,185)
#C9C9C8
(201,201,200)
#DBD8D7
(219,216,215)
#EDE7E6
(237,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #395150; }

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

This text font color is #395150.


Background Color

.myBgColor { background-color: #395150; }

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

This div background color is #395150.


Border color

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

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

This div border color is #395150.


Opacity

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

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

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

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

This text has shadow with #395150 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395150 on black background.


Color preview on white background

This text has color #395150 on white background.



Black color preview on #395150 background

This text has black color on #395150 background.


White color preview on #395150 background

This text has white color on #395150 background.