COLOR #395A6E

HEX: #395A6E
RGB: (57,90,110)

Color info

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

RGB color model

#395A6E color RGB value is (57,90,110).

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

RGB channels and saturation

R 57 of 255 = 22%
G 90 of 255 = 35%
B 110 of 255 = 43%

57
90
110

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

Portions of RGB colors in percentages

R + G + B =
57 + 90 + 110 = 257 (100%)
R 57 of 257 ~ 22.18%
G 90 of 257 ~ 35.02%
B 110 of 257 ~ 42.8%

%22.18
%35.02
%42.8

CMYK color model

#395A6E color CMYK value is (48,18,0,57).

  • cyan value is 48.18%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(48,18,0,57)
C48M18Y0K57 
(48%,18%,0%,57%)
(0.48/0.18/0.00/0.57)	

CMYK percentages

%48.18
%18.18
%0
%56.86

Codes

Color #395A6E in popluar color models

395A6E
RGB5790110
HSL203°31.74%32.75%
HSB/HSV203°48.18%43.14%
CMYK48.18%18.18%0.00%
56.86%

Color #395A6E in popluar number systems.

HEX395A6E
Decimal5790110
Binary11100110110101101110
Octal71132156

Shades and tints

Shades of #395A6E

#395A6E
(57,90,110)
#345264
(52,82,100)
#2F4A5A
(47,74,90)
#2A4250
(42,66,80)
#253A46
(37,58,70)
#20323C
(32,50,60)
#1B2A32
(27,42,50)
#162228
(22,34,40)
#111A1E
(17,26,30)
#0C1214
(12,18,20)
#070A0A
(7,10,10)
#000000
(0,0,0)

Tints of #395A6E

#395A6E
(57,90,110)
#4B697B
(75,105,123)
#5D7888
(93,120,136)
#6F8795
(111,135,149)
#8196A2
(129,150,162)
#93A5AF
(147,165,175)
#A5B4BC
(165,180,188)
#B7C3C9
(183,195,201)
#C9D2D6
(201,210,214)
#DBE1E3
(219,225,227)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #395A6E; }

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

This text font color is #395A6E.


Background Color

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

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

This div background color is #395A6E.


Border color

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

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

This div border color is #395A6E.


Opacity

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

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

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

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

This text has shadow with #395A6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395A6E on black background.


Color preview on white background

This text has color #395A6E on white background.



Black color preview on #395A6E background

This text has black color on #395A6E background.


White color preview on #395A6E background

This text has white color on #395A6E background.