COLOR #386C66

HEX: #386C66
RGB: (56,108,102)

Color info

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

RGB color model

#386C66 color RGB value is (56,108,102).

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

RGB channels and saturation

R 56 of 255 = 22%
G 108 of 255 = 42%
B 102 of 255 = 40%

56
108
102

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

Portions of RGB colors in percentages

R + G + B =
56 + 108 + 102 = 266 (100%)
R 56 of 266 ~ 21.05%
G 108 of 266 ~ 40.6%
B 102 of 266 ~ 38.35%

%21.05
%40.6
%38.35

CMYK color model

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

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

CMYK percentages

%48.15
%0
%5.56
%57.65

Codes

Color #386C66 in popluar color models

386C66
RGB56108102
HSL173°31.71%32.16%
HSB/HSV173°48.15%42.35%
CMYK48.15%0.00%5.56%
57.65%

Color #386C66 in popluar number systems.

HEX386C66
Decimal56108102
Binary11100011011001100110
Octal70154146

Shades and tints

Shades of #386C66

#386C66
(56,108,102)
#33635D
(51,99,93)
#2E5A54
(46,90,84)
#29514B
(41,81,75)
#244842
(36,72,66)
#1F3F39
(31,63,57)
#1A3630
(26,54,48)
#152D27
(21,45,39)
#10241E
(16,36,30)
#0B1B15
(11,27,21)
#06120C
(6,18,12)
#000000
(0,0,0)

Tints of #386C66

#386C66
(56,108,102)
#4A7973
(74,121,115)
#5C8680
(92,134,128)
#6E938D
(110,147,141)
#80A09A
(128,160,154)
#92ADA7
(146,173,167)
#A4BAB4
(164,186,180)
#B6C7C1
(182,199,193)
#C8D4CE
(200,212,206)
#DAE1DB
(218,225,219)
#ECEEE8
(236,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #386C66 color. Also use rgb(56,108,102) instead hex code.

Text Font Color

.myTextColor { color: #386C66; }

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

This text font color is #386C66.


Background Color

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

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

This div background color is #386C66.


Border color

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

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

This div border color is #386C66.


Opacity

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

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

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

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

This text has shadow with #386C66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386C66 on black background.


Color preview on white background

This text has color #386C66 on white background.



Black color preview on #386C66 background

This text has black color on #386C66 background.


White color preview on #386C66 background

This text has white color on #386C66 background.