COLOR #395D71

HEX: #395D71
RGB: (57,93,113)

Color info

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

RGB color model

#395D71 color RGB value is (57,93,113).

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

RGB channels and saturation

R 57 of 255 = 22%
G 93 of 255 = 36%
B 113 of 255 = 44%

57
93
113

R + G + B ~ 34%. #395D71 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 93 + 113 = 263 (100%)
R 57 of 263 ~ 21.67%
G 93 of 263 ~ 35.36%
B 113 of 263 ~ 42.97%

%21.67
%35.36
%42.97

CMYK color model

#395D71 color CMYK value is (50,18,0,56).

  • cyan value is 49.56%
  • magenta value is 17.70%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(50,18,0,56)
C50M18Y0K56 
(50%,18%,0%,56%)
(0.50/0.18/0.00/0.56)	

CMYK percentages

%49.56
%17.7
%0
%55.69

Codes

Color #395D71 in popluar color models

395D71
RGB5793113
HSL201°32.94%33.33%
HSB/HSV201°49.56%44.31%
CMYK49.56%17.70%0.00%
55.69%

Color #395D71 in popluar number systems.

HEX395D71
Decimal5793113
Binary11100110111011110001
Octal71135161

Shades and tints

Shades of #395D71

#395D71
(57,93,113)
#345567
(52,85,103)
#2F4D5D
(47,77,93)
#2A4553
(42,69,83)
#253D49
(37,61,73)
#20353F
(32,53,63)
#1B2D35
(27,45,53)
#16252B
(22,37,43)
#111D21
(17,29,33)
#0C1517
(12,21,23)
#070D0D
(7,13,13)
#000000
(0,0,0)

Tints of #395D71

#395D71
(57,93,113)
#4B6B7D
(75,107,125)
#5D7989
(93,121,137)
#6F8795
(111,135,149)
#8195A1
(129,149,161)
#93A3AD
(147,163,173)
#A5B1B9
(165,177,185)
#B7BFC5
(183,191,197)
#C9CDD1
(201,205,209)
#DBDBDD
(219,219,221)
#EDE9E9
(237,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #395D71; }

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

This text font color is #395D71.


Background Color

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

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

This div background color is #395D71.


Border color

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

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

This div border color is #395D71.


Opacity

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

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

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

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

This text has shadow with #395D71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395D71 on black background.


Color preview on white background

This text has color #395D71 on white background.



Black color preview on #395D71 background

This text has black color on #395D71 background.


White color preview on #395D71 background

This text has white color on #395D71 background.