COLOR #385866

HEX: #385866
RGB: (56,88,102)

Color info

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

RGB color model

#385866 color RGB value is (56,88,102).

  • red value is 56;
  • green value is 88;
  • blue value is 102.
RGB:
(56,88,102)
(22%,35%,40%)

RGB channels and saturation

R 56 of 255 = 22%
G 88 of 255 = 35%
B 102 of 255 = 40%

56
88
102

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

Portions of RGB colors in percentages

R + G + B =
56 + 88 + 102 = 246 (100%)
R 56 of 246 ~ 22.76%
G 88 of 246 ~ 35.77%
B 102 of 246 ~ 41.46%

%22.76
%35.77
%41.46

CMYK color model

#385866 color CMYK value is (45,14,0,60).

  • cyan value is 45.10%
  • magenta value is 13.73%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(45,14,0,60)
C45M14Y0K60 
(45%,14%,0%,60%)
(0.45/0.14/0.00/0.60)	

CMYK percentages

%45.1
%13.73
%0
%60

Codes

Color #385866 in popluar color models

385866
RGB5688102
HSL198°29.11%30.98%
HSB/HSV198°45.10%40.00%
CMYK45.10%13.73%0.00%
60.00%

Color #385866 in popluar number systems.

HEX385866
Decimal5688102
Binary11100010110001100110
Octal70130146

Shades and tints

Shades of #385866

#385866
(56,88,102)
#33505D
(51,80,93)
#2E4854
(46,72,84)
#29404B
(41,64,75)
#243842
(36,56,66)
#1F3039
(31,48,57)
#1A2830
(26,40,48)
#152027
(21,32,39)
#10181E
(16,24,30)
#0B1015
(11,16,21)
#06080C
(6,8,12)
#000000
(0,0,0)

Tints of #385866

#385866
(56,88,102)
#4A6773
(74,103,115)
#5C7680
(92,118,128)
#6E858D
(110,133,141)
#80949A
(128,148,154)
#92A3A7
(146,163,167)
#A4B2B4
(164,178,180)
#B6C1C1
(182,193,193)
#C8D0CE
(200,208,206)
#DADFDB
(218,223,219)
#ECEEE8
(236,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #385866 color. Also use rgb(56,88,102) instead hex code.

Text Font Color

.myTextColor { color: #385866; }

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

This text font color is #385866.


Background Color

.myBgColor { background-color: #385866; }

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

This div background color is #385866.


Border color

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

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

This div border color is #385866.


Opacity

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

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

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

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

This text has shadow with #385866 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385866 on black background.


Color preview on white background

This text has color #385866 on white background.



Black color preview on #385866 background

This text has black color on #385866 background.


White color preview on #385866 background

This text has white color on #385866 background.