COLOR #384C76

HEX: #384C76
RGB: (56,76,118)

Color info

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

RGB color model

#384C76 color RGB value is (56,76,118).

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

RGB channels and saturation

R 56 of 255 = 22%
G 76 of 255 = 30%
B 118 of 255 = 46%

56
76
118

R + G + B ~ 33%. #384C76 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 76 + 118 = 250 (100%)
R 56 of 250 ~ 22.4%
G 76 of 250 ~ 30.4%
B 118 of 250 ~ 47.2%

%22.4
%30.4
%47.2

CMYK color model

#384C76 color CMYK value is (53,36,0,54).

  • cyan value is 52.54%
  • magenta value is 35.59%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(53,36,0,54)
C53M36Y0K54 
(53%,36%,0%,54%)
(0.53/0.36/0.00/0.54)	

CMYK percentages

%52.54
%35.59
%0
%53.73

Codes

Color #384C76 in popluar color models

384C76
RGB5676118
HSL221°35.63%34.12%
HSB/HSV221°52.54%46.27%
CMYK52.54%35.59%0.00%
53.73%

Color #384C76 in popluar number systems.

HEX384C76
Decimal5676118
Binary11100010011001110110
Octal70114166

Shades and tints

Shades of #384C76

#384C76
(56,76,118)
#33466C
(51,70,108)
#2E4062
(46,64,98)
#293A58
(41,58,88)
#24344E
(36,52,78)
#1F2E44
(31,46,68)
#1A283A
(26,40,58)
#152230
(21,34,48)
#101C26
(16,28,38)
#0B161C
(11,22,28)
#061012
(6,16,18)
#000000
(0,0,0)

Tints of #384C76

#384C76
(56,76,118)
#4A5C82
(74,92,130)
#5C6C8E
(92,108,142)
#6E7C9A
(110,124,154)
#808CA6
(128,140,166)
#929CB2
(146,156,178)
#A4ACBE
(164,172,190)
#B6BCCA
(182,188,202)
#C8CCD6
(200,204,214)
#DADCE2
(218,220,226)
#ECECEE
(236,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384C76; }

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

This text font color is #384C76.


Background Color

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

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

This div background color is #384C76.


Border color

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

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

This div border color is #384C76.


Opacity

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

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

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

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

This text has shadow with #384C76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384C76 on black background.


Color preview on white background

This text has color #384C76 on white background.



Black color preview on #384C76 background

This text has black color on #384C76 background.


White color preview on #384C76 background

This text has white color on #384C76 background.