COLOR #386B7B

HEX: #386B7B RGB: (56,107,123)

Color info

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

RGB color model

#386B7B color RGB value is (56,107,123).

RGB: (56,107,123) (22%, 42%, 48%)

RGB channels and saturation

R 56 of 255 = 22%
G 107 of 255 = 42%
B 123 of 255 = 48%

56
107
123

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

Portions of RGB colors in percentages

R + G + B = 56 + 107 + 123 = 286 (100%)
R 56 of 286 ~ 19.58%
G 107 of 286 ~ 37.41%
B 123 of 286 ~ 43.01'%

%19.58
%37.41
%43.01

CMYK color model

#386B7B color CMYK value is (54,13,0,52).

  • cyan value is 54.47%
  • magenta value is 13.01%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (54,13,0,52)
C54M13Y0K52 (54%, 13%, 0%, 52%)
(0.54 / 0.13 / 0.00 / 0.52)

CMYK percentages

%54.47
%13.01
%0
%51.76

Codes

Color #386B7B in popluar color models

38 6B 7B
RGB 56 107 123
HSL 194° 37.43% 35.10%
HSB/HSV 194° 54.47% 48.24%
CMYK 54.47% 13.01% 0.00%
51.76%

Color #386B7B in popluar number systems.

HEX 38 6B 7B
Decimal 56 107 123
Binary 111000 1101011 1111011
Octal 70 153 173

Shades and tints

Shades of #386B7B

#386B7B
(56,107,123)
#336270
(51,98,112)
#2E5965
(46,89,101)
#29505A
(41,80,90)
#24474F
(36,71,79)
#1F3E44
(31,62,68)
#1A3539
(26,53,57)
#152C2E
(21,44,46)
#102323
(16,35,35)
#0B1A18
(11,26,24)
#06110D
(6,17,13)
#000000
(0,0,0)

Tints of #386B7B

#386B7B
(56,107,123)
#4A7887
(74,120,135)
#5C8593
(92,133,147)
#6E929F
(110,146,159)
#809FAB
(128,159,171)
#92ACB7
(146,172,183)
#A4B9C3
(164,185,195)
#B6C6CF
(182,198,207)
#C8D3DB
(200,211,219)
#DAE0E7
(218,224,231)
#ECEDF3
(236,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #386B7B; }

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

This text font color is #386B7B.

Background Color

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

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

This div background color is #386B7B.

Border color

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

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

This div border color is #386B7B.

Opacity

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

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

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

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

This text has shadow with #386B7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #386B7B.

Preview

Color preview on black background

This text has color #386B7B on black background.


Color preview on white background

This text has color #386B7B on white background.


Black color preview on #386B7B background

This text has black color on #386B7B background.


White color preview on #386B7B background

This text has white color on #386B7B background.


Related colors

Complementary color

Complementary color for #hex is #C79484.


I love getcolorcode.com

Triadic colors

1 #7B386B and #6B7B38 with #386B7B are triadic colors.

2 #7B6B38 and #6B387B with #386B7B are triadic colors.