COLOR #395363

HEX: #395363
RGB: (57,83,99)

Color info

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

RGB color model

#395363 color RGB value is (57,83,99).

  • red value is 57;
  • green value is 83;
  • blue value is 99.
RGB:
(57,83,99)
(22%,33%,39%)

RGB channels and saturation

R 57 of 255 = 22%
G 83 of 255 = 33%
B 99 of 255 = 39%

57
83
99

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

Portions of RGB colors in percentages

R + G + B =
57 + 83 + 99 = 239 (100%)
R 57 of 239 ~ 23.85%
G 83 of 239 ~ 34.73%
B 99 of 239 ~ 41.42%

%23.85
%34.73
%41.42

CMYK color model

#395363 color CMYK value is (42,16,0,61).

  • cyan value is 42.42%
  • magenta value is 16.16%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(42,16,0,61)
C42M16Y0K61 
(42%,16%,0%,61%)
(0.42/0.16/0.00/0.61)	

CMYK percentages

%42.42
%16.16
%0
%61.18

Codes

Color #395363 in popluar color models

395363
RGB578399
HSL203°26.92%30.59%
HSB/HSV203°42.42%38.82%
CMYK42.42%16.16%0.00%
61.18%

Color #395363 in popluar number systems.

HEX395363
Decimal578399
Binary11100110100111100011
Octal71123143

Shades and tints

Shades of #395363

#395363
(57,83,99)
#344C5A
(52,76,90)
#2F4551
(47,69,81)
#2A3E48
(42,62,72)
#25373F
(37,55,63)
#203036
(32,48,54)
#1B292D
(27,41,45)
#162224
(22,34,36)
#111B1B
(17,27,27)
#0C1412
(12,20,18)
#070D09
(7,13,9)
#000000
(0,0,0)

Tints of #395363

#395363
(57,83,99)
#4B6271
(75,98,113)
#5D717F
(93,113,127)
#6F808D
(111,128,141)
#818F9B
(129,143,155)
#939EA9
(147,158,169)
#A5ADB7
(165,173,183)
#B7BCC5
(183,188,197)
#C9CBD3
(201,203,211)
#DBDAE1
(219,218,225)
#EDE9EF
(237,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #395363; }

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

This text font color is #395363.


Background Color

.myBgColor { background-color: #395363; }

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

This div background color is #395363.


Border color

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

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

This div border color is #395363.


Opacity

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

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

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

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

This text has shadow with #395363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395363 on black background.


Color preview on white background

This text has color #395363 on white background.



Black color preview on #395363 background

This text has black color on #395363 background.


White color preview on #395363 background

This text has white color on #395363 background.