COLOR #387884

HEX: #387884
RGB: (56,120,132)

Color info

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

RGB color model

#387884 color RGB value is (56,120,132).

  • red value is 56;
  • green value is 120;
  • blue value is 132.
RGB:
(56,120,132)
(22%,47%,52%)

RGB channels and saturation

R 56 of 255 = 22%
G 120 of 255 = 47%
B 132 of 255 = 52%

56
120
132

R + G + B ~ 40%. #387884 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
56 + 120 + 132 = 308 (100%)
R 56 of 308 ~ 18.18%
G 120 of 308 ~ 38.96%
B 132 of 308 ~ 42.86%

%18.18
%38.96
%42.86

CMYK color model

#387884 color CMYK value is (58,9,0,48).

  • cyan value is 57.58%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(58,9,0,48)
C58M9Y0K48 
(58%,9%,0%,48%)
(0.58/0.09/0.00/0.48)	

CMYK percentages

%57.58
%9.09
%0
%48.24

Codes

Color #387884 in popluar color models

387884
RGB56120132
HSL189°40.43%36.86%
HSB/HSV189°57.58%51.76%
CMYK57.58%9.09%0.00%
48.24%

Color #387884 in popluar number systems.

HEX387884
Decimal56120132
Binary111000111100010000100
Octal70170204

Shades and tints

Shades of #387884

#387884
(56,120,132)
#336E78
(51,110,120)
#2E646C
(46,100,108)
#295A60
(41,90,96)
#245054
(36,80,84)
#1F4648
(31,70,72)
#1A3C3C
(26,60,60)
#153230
(21,50,48)
#102824
(16,40,36)
#0B1E18
(11,30,24)
#06140C
(6,20,12)
#000000
(0,0,0)

Tints of #387884

#387884
(56,120,132)
#4A848F
(74,132,143)
#5C909A
(92,144,154)
#6E9CA5
(110,156,165)
#80A8B0
(128,168,176)
#92B4BB
(146,180,187)
#A4C0C6
(164,192,198)
#B6CCD1
(182,204,209)
#C8D8DC
(200,216,220)
#DAE4E7
(218,228,231)
#ECF0F2
(236,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #387884 color. Also use rgb(56,120,132) instead hex code.

Text Font Color

.myTextColor { color: #387884; }

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

This text font color is #387884.


Background Color

.myBgColor { background-color: #387884; }

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

This div background color is #387884.


Border color

.myBorderColor { border: 1px solid #387884; }

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

This div border color is #387884.


Opacity

.myOpacity80 { color: #387884; opacity: 0.8; }

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

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

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

This text has shadow with #387884 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387884 on black background.


Color preview on white background

This text has color #387884 on white background.



Black color preview on #387884 background

This text has black color on #387884 background.


White color preview on #387884 background

This text has white color on #387884 background.