COLOR #395A62

HEX: #395A62
RGB: (57,90,98)

Color info

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

RGB color model

#395A62 color RGB value is (57,90,98).

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

RGB channels and saturation

R 57 of 255 = 22%
G 90 of 255 = 35%
B 98 of 255 = 38%

57
90
98

R + G + B ~ 32%. #395A62 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 90 + 98 = 245 (100%)
R 57 of 245 ~ 23.27%
G 90 of 245 ~ 36.73%
B 98 of 245 ~ 40%

%23.27
%36.73
%40

CMYK color model

#395A62 color CMYK value is (42,8,0,62).

  • cyan value is 41.84%
  • magenta value is 8.16%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(42,8,0,62)
C42M8Y0K62 
(42%,8%,0%,62%)
(0.42/0.08/0.00/0.62)	

CMYK percentages

%41.84
%8.16
%0
%61.57

Codes

Color #395A62 in popluar color models

395A62
RGB579098
HSL192°26.45%30.39%
HSB/HSV192°41.84%38.43%
CMYK41.84%8.16%0.00%
61.57%

Color #395A62 in popluar number systems.

HEX395A62
Decimal579098
Binary11100110110101100010
Octal71132142

Shades and tints

Shades of #395A62

#395A62
(57,90,98)
#34525A
(52,82,90)
#2F4A52
(47,74,82)
#2A424A
(42,66,74)
#253A42
(37,58,66)
#20323A
(32,50,58)
#1B2A32
(27,42,50)
#16222A
(22,34,42)
#111A22
(17,26,34)
#0C121A
(12,18,26)
#070A12
(7,10,18)
#000000
(0,0,0)

Tints of #395A62

#395A62
(57,90,98)
#4B6970
(75,105,112)
#5D787E
(93,120,126)
#6F878C
(111,135,140)
#81969A
(129,150,154)
#93A5A8
(147,165,168)
#A5B4B6
(165,180,182)
#B7C3C4
(183,195,196)
#C9D2D2
(201,210,210)
#DBE1E0
(219,225,224)
#EDF0EE
(237,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #395A62; }

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

This text font color is #395A62.


Background Color

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

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

This div background color is #395A62.


Border color

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

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

This div border color is #395A62.


Opacity

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

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

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

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

This text has shadow with #395A62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395A62 on black background.


Color preview on white background

This text has color #395A62 on white background.



Black color preview on #395A62 background

This text has black color on #395A62 background.


White color preview on #395A62 background

This text has white color on #395A62 background.