COLOR #395757

HEX: #395757
RGB: (57,87,87)

Color info

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

RGB color model

#395757 color RGB value is (57,87,87).

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

RGB channels and saturation

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

57
87
87

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

Portions of RGB colors in percentages

R + G + B =
57 + 87 + 87 = 231 (100%)
R 57 of 231 ~ 24.68%
G 87 of 231 ~ 37.66%
B 87 of 231 ~ 37.66%

%24.68
%37.66
%37.66

CMYK color model

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

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

CMYK percentages

%34.48
%0
%0
%65.88

Codes

Color #395757 in popluar color models

395757
RGB578787
HSL180°20.83%28.24%
HSB/HSV180°34.48%34.12%
CMYK34.48%0.00%0.00%
65.88%

Color #395757 in popluar number systems.

HEX395757
Decimal578787
Binary11100110101111010111
Octal71127127

Shades and tints

Shades of #395757

#395757
(57,87,87)
#345050
(52,80,80)
#2F4949
(47,73,73)
#2A4242
(42,66,66)
#253B3B
(37,59,59)
#203434
(32,52,52)
#1B2D2D
(27,45,45)
#162626
(22,38,38)
#111F1F
(17,31,31)
#0C1818
(12,24,24)
#071111
(7,17,17)
#000000
(0,0,0)

Tints of #395757

#395757
(57,87,87)
#4B6666
(75,102,102)
#5D7575
(93,117,117)
#6F8484
(111,132,132)
#819393
(129,147,147)
#93A2A2
(147,162,162)
#A5B1B1
(165,177,177)
#B7C0C0
(183,192,192)
#C9CFCF
(201,207,207)
#DBDEDE
(219,222,222)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #395757; }

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

This text font color is #395757.


Background Color

.myBgColor { background-color: #395757; }

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

This div background color is #395757.


Border color

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

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

This div border color is #395757.


Opacity

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

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

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

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

This text has shadow with #395757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395757 on black background.


Color preview on white background

This text has color #395757 on white background.



Black color preview on #395757 background

This text has black color on #395757 background.


White color preview on #395757 background

This text has white color on #395757 background.