COLOR #385663

HEX: #385663
RGB: (56,86,99)

Color info

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

RGB color model

#385663 color RGB value is (56,86,99).

  • red value is 56;
  • green value is 86;
  • blue value is 99.
RGB:
(56,86,99)
(22%,34%,39%)

RGB channels and saturation

R 56 of 255 = 22%
G 86 of 255 = 34%
B 99 of 255 = 39%

56
86
99

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

Portions of RGB colors in percentages

R + G + B =
56 + 86 + 99 = 241 (100%)
R 56 of 241 ~ 23.24%
G 86 of 241 ~ 35.68%
B 99 of 241 ~ 41.08%

%23.24
%35.68
%41.08

CMYK color model

#385663 color CMYK value is (43,13,0,61).

  • cyan value is 43.43%
  • magenta value is 13.13%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(43,13,0,61)
C43M13Y0K61 
(43%,13%,0%,61%)
(0.43/0.13/0.00/0.61)	

CMYK percentages

%43.43
%13.13
%0
%61.18

Codes

Color #385663 in popluar color models

385663
RGB568699
HSL198°27.74%30.39%
HSB/HSV198°43.43%38.82%
CMYK43.43%13.13%0.00%
61.18%

Color #385663 in popluar number systems.

HEX385663
Decimal568699
Binary11100010101101100011
Octal70126143

Shades and tints

Shades of #385663

#385663
(56,86,99)
#334F5A
(51,79,90)
#2E4851
(46,72,81)
#294148
(41,65,72)
#243A3F
(36,58,63)
#1F3336
(31,51,54)
#1A2C2D
(26,44,45)
#152524
(21,37,36)
#101E1B
(16,30,27)
#0B1712
(11,23,18)
#061009
(6,16,9)
#000000
(0,0,0)

Tints of #385663

#385663
(56,86,99)
#4A6571
(74,101,113)
#5C747F
(92,116,127)
#6E838D
(110,131,141)
#80929B
(128,146,155)
#92A1A9
(146,161,169)
#A4B0B7
(164,176,183)
#B6BFC5
(182,191,197)
#C8CED3
(200,206,211)
#DADDE1
(218,221,225)
#ECECEF
(236,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #385663; }

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

This text font color is #385663.


Background Color

.myBgColor { background-color: #385663; }

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

This div background color is #385663.


Border color

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

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

This div border color is #385663.


Opacity

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

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

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

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

This text has shadow with #385663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385663 on black background.


Color preview on white background

This text has color #385663 on white background.



Black color preview on #385663 background

This text has black color on #385663 background.


White color preview on #385663 background

This text has white color on #385663 background.