COLOR #386D96

HEX: #386D96
RGB: (56,109,150)

Color info

#386D96 contains mainly green and blue colors. Web safe color of #386D96 is #336699 (or #369).

RGB color model

#386D96 color RGB value is (56,109,150).

  • red value is 56;
  • green value is 109;
  • blue value is 150.
RGB:
(56,109,150)
(22%,43%,59%)

RGB channels and saturation

R 56 of 255 = 22%
G 109 of 255 = 43%
B 150 of 255 = 59%

56
109
150

R + G + B ~ 41%. #386D96 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
56 + 109 + 150 = 315 (100%)
R 56 of 315 ~ 17.78%
G 109 of 315 ~ 34.6%
B 150 of 315 ~ 47.62%

%17.78
%34.6
%47.62

CMYK color model

#386D96 color CMYK value is (63,27,0,41).

  • cyan value is 62.67%
  • magenta value is 27.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(63,27,0,41)
C63M27Y0K41 
(63%,27%,0%,41%)
(0.63/0.27/0.00/0.41)	

CMYK percentages

%62.67
%27.33
%0
%41.18

Codes

Color #386D96 in popluar color models

386D96
RGB56109150
HSL206°45.63%40.39%
HSB/HSV206°62.67%58.82%
CMYK62.67%27.33%0.00%
41.18%

Color #386D96 in popluar number systems.

HEX386D96
Decimal56109150
Binary111000110110110010110
Octal70155226

Shades and tints

Shades of #386D96

#386D96
(56,109,150)
#336489
(51,100,137)
#2E5B7C
(46,91,124)
#29526F
(41,82,111)
#244962
(36,73,98)
#1F4055
(31,64,85)
#1A3748
(26,55,72)
#152E3B
(21,46,59)
#10252E
(16,37,46)
#0B1C21
(11,28,33)
#061314
(6,19,20)
#000000
(0,0,0)

Tints of #386D96

#386D96
(56,109,150)
#4A7A9F
(74,122,159)
#5C87A8
(92,135,168)
#6E94B1
(110,148,177)
#80A1BA
(128,161,186)
#92AEC3
(146,174,195)
#A4BBCC
(164,187,204)
#B6C8D5
(182,200,213)
#C8D5DE
(200,213,222)
#DAE2E7
(218,226,231)
#ECEFF0
(236,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #386D96 color. Also use rgb(56,109,150) instead hex code.

Text Font Color

.myTextColor { color: #386D96; }

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

This text font color is #386D96.


Background Color

.myBgColor { background-color: #386D96; }

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

This div background color is #386D96.


Border color

.myBorderColor { border: 1px solid #386D96; }

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

This div border color is #386D96.


Opacity

.myOpacity80 { color: #386D96; opacity: 0.8; }

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

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

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

This text has shadow with #386D96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386D96 on black background.


Color preview on white background

This text has color #386D96 on white background.



Black color preview on #386D96 background

This text has black color on #386D96 background.


White color preview on #386D96 background

This text has white color on #386D96 background.