COLOR #386B70

HEX: #386B70 RGB: (56,107,112)

Color info

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

RGB color model

#386B70 color RGB value is (56,107,112).

RGB: (56,107,112) (22%, 42%, 44%)

RGB channels and saturation

R 56 of 255 = 22%
G 107 of 255 = 42%
B 112 of 255 = 44%

56
107
112

R + G + B ~ 36%. #386B70 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 107 + 112 = 275 (100%)
R 56 of 275 ~ 20.36%
G 107 of 275 ~ 38.91%
B 112 of 275 ~ 40.73'%

%20.36
%38.91
%40.73

CMYK color model

#386B70 color CMYK value is (50,4,0,56).

  • cyan value is 50.00%
  • magenta value is 4.46%
  • yellow value is 0.00%
  • key color value is 56.08%

CMYK: (50,4,0,56)
C50M4Y0K56 (50%, 4%, 0%, 56%)
(0.50 / 0.04 / 0.00 / 0.56)

CMYK percentages

%50
%4.46
%0
%56.08

Codes

Color #386B70 in popluar color models

38 6B 70
RGB 56 107 112
HSL 185° 33.33% 32.94%
HSB/HSV 185° 50.00% 43.92%
CMYK 50.00% 4.46% 0.00%
56.08%

Color #386B70 in popluar number systems.

HEX 38 6B 70
Decimal 56 107 112
Binary 111000 1101011 1110000
Octal 70 153 160

Shades and tints

Shades of #386B70

#386B70
(56,107,112)
#336266
(51,98,102)
#2E595C
(46,89,92)
#295052
(41,80,82)
#244748
(36,71,72)
#1F3E3E
(31,62,62)
#1A3534
(26,53,52)
#152C2A
(21,44,42)
#102320
(16,35,32)
#0B1A16
(11,26,22)
#06110C
(6,17,12)
#000000
(0,0,0)

Tints of #386B70

#386B70
(56,107,112)
#4A787D
(74,120,125)
#5C858A
(92,133,138)
#6E9297
(110,146,151)
#809FA4
(128,159,164)
#92ACB1
(146,172,177)
#A4B9BE
(164,185,190)
#B6C6CB
(182,198,203)
#C8D3D8
(200,211,216)
#DAE0E5
(218,224,229)
#ECEDF2
(236,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #386B70; }

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

This text font color is #386B70.

Background Color

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

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

This div background color is #386B70.

Border color

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

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

This div border color is #386B70.

Opacity

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

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

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

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

This text has shadow with #386B70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #386B70.

Preview

Color preview on black background

This text has color #386B70 on black background.


Color preview on white background

This text has color #386B70 on white background.


Black color preview on #386B70 background

This text has black color on #386B70 background.


White color preview on #386B70 background

This text has white color on #386B70 background.


Related colors

Complementary color

Complementary color for #hex is #C7948F.


I love getcolorcode.com

Triadic colors

1 #70386B and #6B7038 with #386B70 are triadic colors.

2 #706B38 and #6B3870 with #386B70 are triadic colors.