COLOR #395658

HEX: #395658
RGB: (57,86,88)

Color info

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

RGB color model

#395658 color RGB value is (57,86,88).

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

RGB channels and saturation

R 57 of 255 = 22%
G 86 of 255 = 34%
B 88 of 255 = 35%

57
86
88

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

Portions of RGB colors in percentages

R + G + B =
57 + 86 + 88 = 231 (100%)
R 57 of 231 ~ 24.68%
G 86 of 231 ~ 37.23%
B 88 of 231 ~ 38.1%

%24.68
%37.23
%38.1

CMYK color model

#395658 color CMYK value is (35,2,0,65).

  • cyan value is 35.23%
  • magenta value is 2.27%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(35,2,0,65)
C35M2Y0K65 
(35%,2%,0%,65%)
(0.35/0.02/0.00/0.65)	

CMYK percentages

%35.23
%2.27
%0
%65.49

Codes

Color #395658 in popluar color models

395658
RGB578688
HSL184°21.38%28.43%
HSB/HSV184°35.23%34.51%
CMYK35.23%2.27%0.00%
65.49%

Color #395658 in popluar number systems.

HEX395658
Decimal578688
Binary11100110101101011000
Octal71126130

Shades and tints

Shades of #395658

#395658
(57,86,88)
#344F50
(52,79,80)
#2F4848
(47,72,72)
#2A4140
(42,65,64)
#253A38
(37,58,56)
#203330
(32,51,48)
#1B2C28
(27,44,40)
#162520
(22,37,32)
#111E18
(17,30,24)
#0C1710
(12,23,16)
#071008
(7,16,8)
#000000
(0,0,0)

Tints of #395658

#395658
(57,86,88)
#4B6567
(75,101,103)
#5D7476
(93,116,118)
#6F8385
(111,131,133)
#819294
(129,146,148)
#93A1A3
(147,161,163)
#A5B0B2
(165,176,178)
#B7BFC1
(183,191,193)
#C9CED0
(201,206,208)
#DBDDDF
(219,221,223)
#EDECEE
(237,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #395658; }

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

This text font color is #395658.


Background Color

.myBgColor { background-color: #395658; }

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

This div background color is #395658.


Border color

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

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

This div border color is #395658.


Opacity

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

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

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

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

This text has shadow with #395658 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395658 on black background.


Color preview on white background

This text has color #395658 on white background.



Black color preview on #395658 background

This text has black color on #395658 background.


White color preview on #395658 background

This text has white color on #395658 background.