COLOR #395E63

HEX: #395E63 RGB: (57,94,99)

Color info

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

RGB color model

#395E63 color RGB value is (57,94,99).

RGB: (57,94,99) (22%, 37%, 39%)

RGB channels and saturation

R 57 of 255 = 22%
G 94 of 255 = 37%
B 99 of 255 = 39%

57
94
99

R + G + B ~ 33%. #395E63 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 57 + 94 + 99 = 250 (100%)
R 57 of 250 ~ 22.8%
G 94 of 250 ~ 37.6%
B 99 of 250 ~ 39.6'%

%22.8
%37.6
%39.6

CMYK color model

#395E63 color CMYK value is (42,5,0,61).

  • cyan value is 42.42%
  • magenta value is 5.05%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (42,5,0,61)
C42M5Y0K61 (42%, 5%, 0%, 61%)
(0.42 / 0.05 / 0.00 / 0.61)

CMYK percentages

%42.42
%5.05
%0
%61.18

Codes

Color #395E63 in popluar color models

39 5E 63
RGB 57 94 99
HSL 187° 26.92% 30.59%
HSB/HSV 187° 42.42% 38.82%
CMYK 42.42% 5.05% 0.00%
61.18%

Color #395E63 in popluar number systems.

HEX 39 5E 63
Decimal 57 94 99
Binary 111001 1011110 1100011
Octal 71 136 143

Shades and tints

Shades of #395E63

#395E63
(57,94,99)
#34565A
(52,86,90)
#2F4E51
(47,78,81)
#2A4648
(42,70,72)
#253E3F
(37,62,63)
#203636
(32,54,54)
#1B2E2D
(27,46,45)
#162624
(22,38,36)
#111E1B
(17,30,27)
#0C1612
(12,22,18)
#070E09
(7,14,9)
#000000
(0,0,0)

Tints of #395E63

#395E63
(57,94,99)
#4B6C71
(75,108,113)
#5D7A7F
(93,122,127)
#6F888D
(111,136,141)
#81969B
(129,150,155)
#93A4A9
(147,164,169)
#A5B2B7
(165,178,183)
#B7C0C5
(183,192,197)
#C9CED3
(201,206,211)
#DBDCE1
(219,220,225)
#EDEAEF
(237,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #395E63 color. Also use rgb(57,94,99) instead hex code.

Text Font Color

.myTextColor { color: #395E63; }

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

This text font color is #395E63.

Background Color

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

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

This div background color is #395E63.

Border color

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

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

This div border color is #395E63.

Opacity

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

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

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

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

This text has shadow with #395E63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #395E63.

Preview

Color preview on black background

This text has color #395E63 on black background.


Color preview on white background

This text has color #395E63 on white background.


Black color preview on #395E63 background

This text has black color on #395E63 background.


White color preview on #395E63 background

This text has white color on #395E63 background.


Related colors

Complementary color

Complementary color for #hex is #C6A19C.


I love getcolorcode.com

Triadic colors

1 #63395E and #5E6339 with #395E63 are triadic colors.

2 #635E39 and #5E3963 with #395E63 are triadic colors.