COLOR #396363

HEX: #396363 RGB: (57,99,99)

Color info

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

RGB color model

#396363 color RGB value is (57,99,99).

RGB: (57,99,99) (22%, 39%, 39%)

RGB channels and saturation

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

57
99
99

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

Portions of RGB colors in percentages

R + G + B = 57 + 99 + 99 = 255 (100%)
R 57 of 255 ~ 22.35%
G 99 of 255 ~ 38.82%
B 99 of 255 ~ 38.82'%

%22.35
%38.82
%38.82

CMYK color model

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

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

CMYK percentages

%42.42
%0
%0
%61.18

Codes

Color #396363 in popluar color models

39 63 63
RGB 57 99 99
HSL 180° 26.92% 30.59%
HSB/HSV 180° 42.42% 38.82%
CMYK 42.42% 0.00% 0.00%
61.18%

Color #396363 in popluar number systems.

HEX 39 63 63
Decimal 57 99 99
Binary 111001 1100011 1100011
Octal 71 143 143

Shades and tints

Shades of #396363

#396363
(57,99,99)
#345A5A
(52,90,90)
#2F5151
(47,81,81)
#2A4848
(42,72,72)
#253F3F
(37,63,63)
#203636
(32,54,54)
#1B2D2D
(27,45,45)
#162424
(22,36,36)
#111B1B
(17,27,27)
#0C1212
(12,18,18)
#070909
(7,9,9)
#000000
(0,0,0)

Tints of #396363

#396363
(57,99,99)
#4B7171
(75,113,113)
#5D7F7F
(93,127,127)
#6F8D8D
(111,141,141)
#819B9B
(129,155,155)
#93A9A9
(147,169,169)
#A5B7B7
(165,183,183)
#B7C5C5
(183,197,197)
#C9D3D3
(201,211,211)
#DBE1E1
(219,225,225)
#EDEFEF
(237,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #396363; }

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

This text font color is #396363.

Background Color

.myBgColor { background-color: #396363; }

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

This div background color is #396363.

Border color

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

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

This div border color is #396363.

Opacity

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

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

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

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

This text has shadow with #396363 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #396363.

Preview

Color preview on black background

This text has color #396363 on black background.


Color preview on white background

This text has color #396363 on white background.


Black color preview on #396363 background

This text has black color on #396363 background.


White color preview on #396363 background

This text has white color on #396363 background.


Related colors

Complementary color

Complementary color for #hex is #C69C9C.


I love getcolorcode.com