COLOR #384C7F

HEX: #384C7F
RGB: (56,76,127)

Color info

#384C7F contains mainly green and blue colors. Web safe color of #384C7F is #333366 (or #336).

RGB color model

#384C7F color RGB value is (56,76,127).

  • red value is 56;
  • green value is 76;
  • blue value is 127.
RGB:
(56,76,127)
(22%,30%,50%)

RGB channels and saturation

R 56 of 255 = 22%
G 76 of 255 = 30%
B 127 of 255 = 50%

56
76
127

R + G + B ~ 34%. #384C7F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 76 + 127 = 259 (100%)
R 56 of 259 ~ 21.62%
G 76 of 259 ~ 29.34%
B 127 of 259 ~ 49.03%

%21.62
%29.34
%49.03

CMYK color model

#384C7F color CMYK value is (56,40,0,50).

  • cyan value is 55.91%
  • magenta value is 40.16%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(56,40,0,50)
C56M40Y0K50 
(56%,40%,0%,50%)
(0.56/0.40/0.00/0.50)	

CMYK percentages

%55.91
%40.16
%0
%50.2

Codes

Color #384C7F in popluar color models

384C7F
RGB5676127
HSL223°38.80%35.88%
HSB/HSV223°55.91%49.80%
CMYK55.91%40.16%0.00%
50.20%

Color #384C7F in popluar number systems.

HEX384C7F
Decimal5676127
Binary11100010011001111111
Octal70114177

Shades and tints

Shades of #384C7F

#384C7F
(56,76,127)
#334674
(51,70,116)
#2E4069
(46,64,105)
#293A5E
(41,58,94)
#243453
(36,52,83)
#1F2E48
(31,46,72)
#1A283D
(26,40,61)
#152232
(21,34,50)
#101C27
(16,28,39)
#0B161C
(11,22,28)
#061011
(6,16,17)
#000000
(0,0,0)

Tints of #384C7F

#384C7F
(56,76,127)
#4A5C8A
(74,92,138)
#5C6C95
(92,108,149)
#6E7CA0
(110,124,160)
#808CAB
(128,140,171)
#929CB6
(146,156,182)
#A4ACC1
(164,172,193)
#B6BCCC
(182,188,204)
#C8CCD7
(200,204,215)
#DADCE2
(218,220,226)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #384C7F color. Also use rgb(56,76,127) instead hex code.

Text Font Color

.myTextColor { color: #384C7F; }

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

This text font color is #384C7F.


Background Color

.myBgColor { background-color: #384C7F; }

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

This div background color is #384C7F.


Border color

.myBorderColor { border: 1px solid #384C7F; }

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

This div border color is #384C7F.


Opacity

.myOpacity80 { color: #384C7F; opacity: 0.8; }

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

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

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

This text has shadow with #384C7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384C7F on black background.


Color preview on white background

This text has color #384C7F on white background.



Black color preview on #384C7F background

This text has black color on #384C7F background.


White color preview on #384C7F background

This text has white color on #384C7F background.