COLOR #386B76

HEX: #386B76
RGB: (56,107,118)

Color info

#386B76 contains mainly green and blue colors. Web safe color of #386B76 is #336666 (or #366).

RGB color model

#386B76 color RGB value is (56,107,118).

  • red value is 56;
  • green value is 107;
  • blue value is 118.
RGB:
(56,107,118)
(22%,42%,46%)

RGB channels and saturation

R 56 of 255 = 22%
G 107 of 255 = 42%
B 118 of 255 = 46%

56
107
118

R + G + B ~ 37%. #386B76 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 107 + 118 = 281 (100%)
R 56 of 281 ~ 19.93%
G 107 of 281 ~ 38.08%
B 118 of 281 ~ 41.99%

%19.93
%38.08
%41.99

CMYK color model

#386B76 color CMYK value is (53,9,0,54).

  • cyan value is 52.54%
  • magenta value is 9.32%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(53,9,0,54)
C53M9Y0K54 
(53%,9%,0%,54%)
(0.53/0.09/0.00/0.54)	

CMYK percentages

%52.54
%9.32
%0
%53.73

Codes

Color #386B76 in popluar color models

386B76
RGB56107118
HSL191°35.63%34.12%
HSB/HSV191°52.54%46.27%
CMYK52.54%9.32%0.00%
53.73%

Color #386B76 in popluar number systems.

HEX386B76
Decimal56107118
Binary11100011010111110110
Octal70153166

Shades and tints

Shades of #386B76

#386B76
(56,107,118)
#33626C
(51,98,108)
#2E5962
(46,89,98)
#295058
(41,80,88)
#24474E
(36,71,78)
#1F3E44
(31,62,68)
#1A353A
(26,53,58)
#152C30
(21,44,48)
#102326
(16,35,38)
#0B1A1C
(11,26,28)
#061112
(6,17,18)
#000000
(0,0,0)

Tints of #386B76

#386B76
(56,107,118)
#4A7882
(74,120,130)
#5C858E
(92,133,142)
#6E929A
(110,146,154)
#809FA6
(128,159,166)
#92ACB2
(146,172,178)
#A4B9BE
(164,185,190)
#B6C6CA
(182,198,202)
#C8D3D6
(200,211,214)
#DAE0E2
(218,224,226)
#ECEDEE
(236,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #386B76 color. Also use rgb(56,107,118) instead hex code.

Text Font Color

.myTextColor { color: #386B76; }

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

This text font color is #386B76.


Background Color

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

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

This div background color is #386B76.


Border color

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

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

This div border color is #386B76.


Opacity

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

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

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

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

This text has shadow with #386B76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386B76 on black background.


Color preview on white background

This text has color #386B76 on white background.



Black color preview on #386B76 background

This text has black color on #386B76 background.


White color preview on #386B76 background

This text has white color on #386B76 background.