COLOR #395257

HEX: #395257
RGB: (57,82,87)

Color info

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

RGB color model

#395257 color RGB value is (57,82,87).

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

RGB channels and saturation

R 57 of 255 = 22%
G 82 of 255 = 32%
B 87 of 255 = 34%

57
82
87

R + G + B ~ 29%. #395257 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 82 + 87 = 226 (100%)
R 57 of 226 ~ 25.22%
G 82 of 226 ~ 36.28%
B 87 of 226 ~ 38.5%

%25.22
%36.28
%38.5

CMYK color model

#395257 color CMYK value is (34,6,0,66).

  • cyan value is 34.48%
  • magenta value is 5.75%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(34,6,0,66)
C34M6Y0K66 
(34%,6%,0%,66%)
(0.34/0.06/0.00/0.66)	

CMYK percentages

%34.48
%5.75
%0
%65.88

Codes

Color #395257 in popluar color models

395257
RGB578287
HSL190°20.83%28.24%
HSB/HSV190°34.48%34.12%
CMYK34.48%5.75%0.00%
65.88%

Color #395257 in popluar number systems.

HEX395257
Decimal578287
Binary11100110100101010111
Octal71122127

Shades and tints

Shades of #395257

#395257
(57,82,87)
#344B50
(52,75,80)
#2F4449
(47,68,73)
#2A3D42
(42,61,66)
#25363B
(37,54,59)
#202F34
(32,47,52)
#1B282D
(27,40,45)
#162126
(22,33,38)
#111A1F
(17,26,31)
#0C1318
(12,19,24)
#070C11
(7,12,17)
#000000
(0,0,0)

Tints of #395257

#395257
(57,82,87)
#4B6166
(75,97,102)
#5D7075
(93,112,117)
#6F7F84
(111,127,132)
#818E93
(129,142,147)
#939DA2
(147,157,162)
#A5ACB1
(165,172,177)
#B7BBC0
(183,187,192)
#C9CACF
(201,202,207)
#DBD9DE
(219,217,222)
#EDE8ED
(237,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #395257; }

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

This text font color is #395257.


Background Color

.myBgColor { background-color: #395257; }

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

This div background color is #395257.


Border color

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

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

This div border color is #395257.


Opacity

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

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

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

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

This text has shadow with #395257 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395257 on black background.


Color preview on white background

This text has color #395257 on white background.



Black color preview on #395257 background

This text has black color on #395257 background.


White color preview on #395257 background

This text has white color on #395257 background.