COLOR #387484

HEX: #387484
RGB: (56,116,132)

Color info

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

RGB color model

#387484 color RGB value is (56,116,132).

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

RGB channels and saturation

R 56 of 255 = 22%
G 116 of 255 = 45%
B 132 of 255 = 52%

56
116
132

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

Portions of RGB colors in percentages

R + G + B =
56 + 116 + 132 = 304 (100%)
R 56 of 304 ~ 18.42%
G 116 of 304 ~ 38.16%
B 132 of 304 ~ 43.42%

%18.42
%38.16
%43.42

CMYK color model

#387484 color CMYK value is (58,12,0,48).

  • cyan value is 57.58%
  • magenta value is 12.12%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(58,12,0,48)
C58M12Y0K48 
(58%,12%,0%,48%)
(0.58/0.12/0.00/0.48)	

CMYK percentages

%57.58
%12.12
%0
%48.24

Codes

Color #387484 in popluar color models

387484
RGB56116132
HSL193°40.43%36.86%
HSB/HSV193°57.58%51.76%
CMYK57.58%12.12%0.00%
48.24%

Color #387484 in popluar number systems.

HEX387484
Decimal56116132
Binary111000111010010000100
Octal70164204

Shades and tints

Shades of #387484

#387484
(56,116,132)
#336A78
(51,106,120)
#2E606C
(46,96,108)
#295660
(41,86,96)
#244C54
(36,76,84)
#1F4248
(31,66,72)
#1A383C
(26,56,60)
#152E30
(21,46,48)
#102424
(16,36,36)
#0B1A18
(11,26,24)
#06100C
(6,16,12)
#000000
(0,0,0)

Tints of #387484

#387484
(56,116,132)
#4A808F
(74,128,143)
#5C8C9A
(92,140,154)
#6E98A5
(110,152,165)
#80A4B0
(128,164,176)
#92B0BB
(146,176,187)
#A4BCC6
(164,188,198)
#B6C8D1
(182,200,209)
#C8D4DC
(200,212,220)
#DAE0E7
(218,224,231)
#ECECF2
(236,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #387484; }

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

This text font color is #387484.


Background Color

.myBgColor { background-color: #387484; }

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

This div background color is #387484.


Border color

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

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

This div border color is #387484.


Opacity

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

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

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

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

This text has shadow with #387484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387484 on black background.


Color preview on white background

This text has color #387484 on white background.



Black color preview on #387484 background

This text has black color on #387484 background.


White color preview on #387484 background

This text has white color on #387484 background.