COLOR #386E93

HEX: #386E93
RGB: (56,110,147)

Color info

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

RGB color model

#386E93 color RGB value is (56,110,147).

  • red value is 56;
  • green value is 110;
  • blue value is 147.
RGB:
(56,110,147)
(22%,43%,58%)

RGB channels and saturation

R 56 of 255 = 22%
G 110 of 255 = 43%
B 147 of 255 = 58%

56
110
147

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

Portions of RGB colors in percentages

R + G + B =
56 + 110 + 147 = 313 (100%)
R 56 of 313 ~ 17.89%
G 110 of 313 ~ 35.14%
B 147 of 313 ~ 46.96%

%17.89
%35.14
%46.96

CMYK color model

#386E93 color CMYK value is (62,25,0,42).

  • cyan value is 61.90%
  • magenta value is 25.17%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(62,25,0,42)
C62M25Y0K42 
(62%,25%,0%,42%)
(0.62/0.25/0.00/0.42)	

CMYK percentages

%61.9
%25.17
%0
%42.35

Codes

Color #386E93 in popluar color models

386E93
RGB56110147
HSL204°44.83%39.80%
HSB/HSV204°61.90%57.65%
CMYK61.90%25.17%0.00%
42.35%

Color #386E93 in popluar number systems.

HEX386E93
Decimal56110147
Binary111000110111010010011
Octal70156223

Shades and tints

Shades of #386E93

#386E93
(56,110,147)
#336486
(51,100,134)
#2E5A79
(46,90,121)
#29506C
(41,80,108)
#24465F
(36,70,95)
#1F3C52
(31,60,82)
#1A3245
(26,50,69)
#152838
(21,40,56)
#101E2B
(16,30,43)
#0B141E
(11,20,30)
#060A11
(6,10,17)
#000000
(0,0,0)

Tints of #386E93

#386E93
(56,110,147)
#4A7B9C
(74,123,156)
#5C88A5
(92,136,165)
#6E95AE
(110,149,174)
#80A2B7
(128,162,183)
#92AFC0
(146,175,192)
#A4BCC9
(164,188,201)
#B6C9D2
(182,201,210)
#C8D6DB
(200,214,219)
#DAE3E4
(218,227,228)
#ECF0ED
(236,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #386E93 color. Also use rgb(56,110,147) instead hex code.

Text Font Color

.myTextColor { color: #386E93; }

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

This text font color is #386E93.


Background Color

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

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

This div background color is #386E93.


Border color

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

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

This div border color is #386E93.


Opacity

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

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

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

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

This text has shadow with #386E93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386E93 on black background.


Color preview on white background

This text has color #386E93 on white background.



Black color preview on #386E93 background

This text has black color on #386E93 background.


White color preview on #386E93 background

This text has white color on #386E93 background.