COLOR #395662

HEX: #395662
RGB: (57,86,98)

Color info

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

RGB color model

#395662 color RGB value is (57,86,98).

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

RGB channels and saturation

R 57 of 255 = 22%
G 86 of 255 = 34%
B 98 of 255 = 38%

57
86
98

R + G + B ~ 31%. #395662 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 86 + 98 = 241 (100%)
R 57 of 241 ~ 23.65%
G 86 of 241 ~ 35.68%
B 98 of 241 ~ 40.66%

%23.65
%35.68
%40.66

CMYK color model

#395662 color CMYK value is (42,12,0,62).

  • cyan value is 41.84%
  • magenta value is 12.24%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(42,12,0,62)
C42M12Y0K62 
(42%,12%,0%,62%)
(0.42/0.12/0.00/0.62)	

CMYK percentages

%41.84
%12.24
%0
%61.57

Codes

Color #395662 in popluar color models

395662
RGB578698
HSL198°26.45%30.39%
HSB/HSV198°41.84%38.43%
CMYK41.84%12.24%0.00%
61.57%

Color #395662 in popluar number systems.

HEX395662
Decimal578698
Binary11100110101101100010
Octal71126142

Shades and tints

Shades of #395662

#395662
(57,86,98)
#344F5A
(52,79,90)
#2F4852
(47,72,82)
#2A414A
(42,65,74)
#253A42
(37,58,66)
#20333A
(32,51,58)
#1B2C32
(27,44,50)
#16252A
(22,37,42)
#111E22
(17,30,34)
#0C171A
(12,23,26)
#071012
(7,16,18)
#000000
(0,0,0)

Tints of #395662

#395662
(57,86,98)
#4B6570
(75,101,112)
#5D747E
(93,116,126)
#6F838C
(111,131,140)
#81929A
(129,146,154)
#93A1A8
(147,161,168)
#A5B0B6
(165,176,182)
#B7BFC4
(183,191,196)
#C9CED2
(201,206,210)
#DBDDE0
(219,221,224)
#EDECEE
(237,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #395662; }

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

This text font color is #395662.


Background Color

.myBgColor { background-color: #395662; }

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

This div background color is #395662.


Border color

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

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

This div border color is #395662.


Opacity

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

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

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

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

This text has shadow with #395662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395662 on black background.


Color preview on white background

This text has color #395662 on white background.



Black color preview on #395662 background

This text has black color on #395662 background.


White color preview on #395662 background

This text has white color on #395662 background.