COLOR #385666

HEX: #385666
RGB: (56,86,102)

Color info

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

RGB color model

#385666 color RGB value is (56,86,102).

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

RGB channels and saturation

R 56 of 255 = 22%
G 86 of 255 = 34%
B 102 of 255 = 40%

56
86
102

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

Portions of RGB colors in percentages

R + G + B =
56 + 86 + 102 = 244 (100%)
R 56 of 244 ~ 22.95%
G 86 of 244 ~ 35.25%
B 102 of 244 ~ 41.8%

%22.95
%35.25
%41.8

CMYK color model

#385666 color CMYK value is (45,16,0,60).

  • cyan value is 45.10%
  • magenta value is 15.69%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(45,16,0,60)
C45M16Y0K60 
(45%,16%,0%,60%)
(0.45/0.16/0.00/0.60)	

CMYK percentages

%45.1
%15.69
%0
%60

Codes

Color #385666 in popluar color models

385666
RGB5686102
HSL201°29.11%30.98%
HSB/HSV201°45.10%40.00%
CMYK45.10%15.69%0.00%
60.00%

Color #385666 in popluar number systems.

HEX385666
Decimal5686102
Binary11100010101101100110
Octal70126146

Shades and tints

Shades of #385666

#385666
(56,86,102)
#334F5D
(51,79,93)
#2E4854
(46,72,84)
#29414B
(41,65,75)
#243A42
(36,58,66)
#1F3339
(31,51,57)
#1A2C30
(26,44,48)
#152527
(21,37,39)
#101E1E
(16,30,30)
#0B1715
(11,23,21)
#06100C
(6,16,12)
#000000
(0,0,0)

Tints of #385666

#385666
(56,86,102)
#4A6573
(74,101,115)
#5C7480
(92,116,128)
#6E838D
(110,131,141)
#80929A
(128,146,154)
#92A1A7
(146,161,167)
#A4B0B4
(164,176,180)
#B6BFC1
(182,191,193)
#C8CECE
(200,206,206)
#DADDDB
(218,221,219)
#ECECE8
(236,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #385666; }

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

This text font color is #385666.


Background Color

.myBgColor { background-color: #385666; }

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

This div background color is #385666.


Border color

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

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

This div border color is #385666.


Opacity

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

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

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

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

This text has shadow with #385666 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385666 on black background.


Color preview on white background

This text has color #385666 on white background.



Black color preview on #385666 background

This text has black color on #385666 background.


White color preview on #385666 background

This text has white color on #385666 background.