COLOR #386B65

HEX: #386B65
RGB: (56,107,101)

Color info

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

RGB color model

#386B65 color RGB value is (56,107,101).

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

RGB channels and saturation

R 56 of 255 = 22%
G 107 of 255 = 42%
B 101 of 255 = 40%

56
107
101

R + G + B ~ 35%. #386B65 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 107 + 101 = 264 (100%)
R 56 of 264 ~ 21.21%
G 107 of 264 ~ 40.53%
B 101 of 264 ~ 38.26%

%21.21
%40.53
%38.26

CMYK color model

#386B65 color CMYK value is (48,0,6,58).

  • cyan value is 47.66%
  • magenta value is 0.00%
  • yellow value is 5.61%
  • key color value is 58.04%
CMYK:
(48,0,6,58)
C48M0Y6K58 
(48%,0%,6%,58%)
(0.48/0.00/0.06/0.58)	

CMYK percentages

%47.66
%0
%5.61
%58.04

Codes

Color #386B65 in popluar color models

386B65
RGB56107101
HSL173°31.29%31.96%
HSB/HSV173°47.66%41.96%
CMYK47.66%0.00%5.61%
58.04%

Color #386B65 in popluar number systems.

HEX386B65
Decimal56107101
Binary11100011010111100101
Octal70153145

Shades and tints

Shades of #386B65

#386B65
(56,107,101)
#33625C
(51,98,92)
#2E5953
(46,89,83)
#29504A
(41,80,74)
#244741
(36,71,65)
#1F3E38
(31,62,56)
#1A352F
(26,53,47)
#152C26
(21,44,38)
#10231D
(16,35,29)
#0B1A14
(11,26,20)
#06110B
(6,17,11)
#000000
(0,0,0)

Tints of #386B65

#386B65
(56,107,101)
#4A7873
(74,120,115)
#5C8581
(92,133,129)
#6E928F
(110,146,143)
#809F9D
(128,159,157)
#92ACAB
(146,172,171)
#A4B9B9
(164,185,185)
#B6C6C7
(182,198,199)
#C8D3D5
(200,211,213)
#DAE0E3
(218,224,227)
#ECEDF1
(236,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #386B65; }

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

This text font color is #386B65.


Background Color

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

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

This div background color is #386B65.


Border color

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

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

This div border color is #386B65.


Opacity

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

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

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

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

This text has shadow with #386B65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386B65 on black background.


Color preview on white background

This text has color #386B65 on white background.



Black color preview on #386B65 background

This text has black color on #386B65 background.


White color preview on #386B65 background

This text has white color on #386B65 background.