COLOR #386E86

HEX: #386E86
RGB: (56,110,134)

Color info

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

RGB color model

#386E86 color RGB value is (56,110,134).

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

RGB channels and saturation

R 56 of 255 = 22%
G 110 of 255 = 43%
B 134 of 255 = 53%

56
110
134

R + G + B ~ 39%. #386E86 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 110 + 134 = 300 (100%)
R 56 of 300 ~ 18.67%
G 110 of 300 ~ 36.67%
B 134 of 300 ~ 44.67%

%18.67
%36.67
%44.67

CMYK color model

#386E86 color CMYK value is (58,18,0,47).

  • cyan value is 58.21%
  • magenta value is 17.91%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(58,18,0,47)
C58M18Y0K47 
(58%,18%,0%,47%)
(0.58/0.18/0.00/0.47)	

CMYK percentages

%58.21
%17.91
%0
%47.45

Codes

Color #386E86 in popluar color models

386E86
RGB56110134
HSL198°41.05%37.25%
HSB/HSV198°58.21%52.55%
CMYK58.21%17.91%0.00%
47.45%

Color #386E86 in popluar number systems.

HEX386E86
Decimal56110134
Binary111000110111010000110
Octal70156206

Shades and tints

Shades of #386E86

#386E86
(56,110,134)
#33647A
(51,100,122)
#2E5A6E
(46,90,110)
#295062
(41,80,98)
#244656
(36,70,86)
#1F3C4A
(31,60,74)
#1A323E
(26,50,62)
#152832
(21,40,50)
#101E26
(16,30,38)
#0B141A
(11,20,26)
#060A0E
(6,10,14)
#000000
(0,0,0)

Tints of #386E86

#386E86
(56,110,134)
#4A7B91
(74,123,145)
#5C889C
(92,136,156)
#6E95A7
(110,149,167)
#80A2B2
(128,162,178)
#92AFBD
(146,175,189)
#A4BCC8
(164,188,200)
#B6C9D3
(182,201,211)
#C8D6DE
(200,214,222)
#DAE3E9
(218,227,233)
#ECF0F4
(236,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #386E86; }

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

This text font color is #386E86.


Background Color

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

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

This div background color is #386E86.


Border color

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

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

This div border color is #386E86.


Opacity

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

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

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

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

This text has shadow with #386E86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386E86 on black background.


Color preview on white background

This text has color #386E86 on white background.



Black color preview on #386E86 background

This text has black color on #386E86 background.


White color preview on #386E86 background

This text has white color on #386E86 background.