COLOR #385966

HEX: #385966
RGB: (56,89,102)

Color info

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

RGB color model

#385966 color RGB value is (56,89,102).

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

RGB channels and saturation

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

56
89
102

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

Portions of RGB colors in percentages

R + G + B =
56 + 89 + 102 = 247 (100%)
R 56 of 247 ~ 22.67%
G 89 of 247 ~ 36.03%
B 102 of 247 ~ 41.3%

%22.67
%36.03
%41.3

CMYK color model

#385966 color CMYK value is (45,13,0,60).

  • cyan value is 45.10%
  • magenta value is 12.75%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(45,13,0,60)
C45M13Y0K60 
(45%,13%,0%,60%)
(0.45/0.13/0.00/0.60)	

CMYK percentages

%45.1
%12.75
%0
%60

Codes

Color #385966 in popluar color models

385966
RGB5689102
HSL197°29.11%30.98%
HSB/HSV197°45.10%40.00%
CMYK45.10%12.75%0.00%
60.00%

Color #385966 in popluar number systems.

HEX385966
Decimal5689102
Binary11100010110011100110
Octal70131146

Shades and tints

Shades of #385966

#385966
(56,89,102)
#33515D
(51,81,93)
#2E4954
(46,73,84)
#29414B
(41,65,75)
#243942
(36,57,66)
#1F3139
(31,49,57)
#1A2930
(26,41,48)
#152127
(21,33,39)
#10191E
(16,25,30)
#0B1115
(11,17,21)
#06090C
(6,9,12)
#000000
(0,0,0)

Tints of #385966

#385966
(56,89,102)
#4A6873
(74,104,115)
#5C7780
(92,119,128)
#6E868D
(110,134,141)
#80959A
(128,149,154)
#92A4A7
(146,164,167)
#A4B3B4
(164,179,180)
#B6C2C1
(182,194,193)
#C8D1CE
(200,209,206)
#DAE0DB
(218,224,219)
#ECEFE8
(236,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #385966; }

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

This text font color is #385966.


Background Color

.myBgColor { background-color: #385966; }

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

This div background color is #385966.


Border color

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

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

This div border color is #385966.


Opacity

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

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

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

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

This text has shadow with #385966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385966 on black background.


Color preview on white background

This text has color #385966 on white background.



Black color preview on #385966 background

This text has black color on #385966 background.


White color preview on #385966 background

This text has white color on #385966 background.