COLOR #387D8B

HEX: #387D8B
RGB: (56,125,139)

Color info

#387D8B contains mainly green and blue colors. Web safe color of #387D8B is #336699 (or #369).

RGB color model

#387D8B color RGB value is (56,125,139).

  • red value is 56;
  • green value is 125;
  • blue value is 139.
RGB:
(56,125,139)
(22%,49%,55%)

RGB channels and saturation

R 56 of 255 = 22%
G 125 of 255 = 49%
B 139 of 255 = 55%

56
125
139

R + G + B ~ 42%. #387D8B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
56 + 125 + 139 = 320 (100%)
R 56 of 320 ~ 17.5%
G 125 of 320 ~ 39.06%
B 139 of 320 ~ 43.44%

%17.5
%39.06
%43.44

CMYK color model

#387D8B color CMYK value is (60,10,0,45).

  • cyan value is 59.71%
  • magenta value is 10.07%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(60,10,0,45)
C60M10Y0K45 
(60%,10%,0%,45%)
(0.60/0.10/0.00/0.45)	

CMYK percentages

%59.71
%10.07
%0
%45.49

Codes

Color #387D8B in popluar color models

387D8B
RGB56125139
HSL190°42.56%38.24%
HSB/HSV190°59.71%54.51%
CMYK59.71%10.07%0.00%
45.49%

Color #387D8B in popluar number systems.

HEX387D8B
Decimal56125139
Binary111000111110110001011
Octal70175213

Shades and tints

Shades of #387D8B

#387D8B
(56,125,139)
#33727F
(51,114,127)
#2E6773
(46,103,115)
#295C67
(41,92,103)
#24515B
(36,81,91)
#1F464F
(31,70,79)
#1A3B43
(26,59,67)
#153037
(21,48,55)
#10252B
(16,37,43)
#0B1A1F
(11,26,31)
#060F13
(6,15,19)
#000000
(0,0,0)

Tints of #387D8B

#387D8B
(56,125,139)
#4A8895
(74,136,149)
#5C939F
(92,147,159)
#6E9EA9
(110,158,169)
#80A9B3
(128,169,179)
#92B4BD
(146,180,189)
#A4BFC7
(164,191,199)
#B6CAD1
(182,202,209)
#C8D5DB
(200,213,219)
#DAE0E5
(218,224,229)
#ECEBEF
(236,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #387D8B color. Also use rgb(56,125,139) instead hex code.

Text Font Color

.myTextColor { color: #387D8B; }

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

This text font color is #387D8B.


Background Color

.myBgColor { background-color: #387D8B; }

<div style="background-color:#387D8B">Inner text</div>

This div background color is #387D8B.


Border color

.myBorderColor { border: 1px solid #387D8B; }

<div style="border:3px solid #387D8B">Div</div>

This div border color is #387D8B.


Opacity

.myOpacity80 { color: #387D8B; opacity: 0.8; }

<p style="color:#387D8B;opacity:0.8;">80%</p>

Text with #387D8B 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 #387D8B;}

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

This text has shadow with #387D8B color.

.textShadow {text-shadow: 3px 3px 1px #387D8B, 3px 3px 1px red;}

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

This text has shadow with #387D8B primary color and red secondary color.


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

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

This text has shadow with #387D8B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387D8B on black background.


Color preview on white background

This text has color #387D8B on white background.



Black color preview on #387D8B background

This text has black color on #387D8B background.


White color preview on #387D8B background

This text has white color on #387D8B background.