COLOR #384A76

HEX: #384A76
RGB: (56,74,118)

Color info

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

RGB color model

#384A76 color RGB value is (56,74,118).

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

RGB channels and saturation

R 56 of 255 = 22%
G 74 of 255 = 29%
B 118 of 255 = 46%

56
74
118

R + G + B ~ 32%. #384A76 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 74 + 118 = 248 (100%)
R 56 of 248 ~ 22.58%
G 74 of 248 ~ 29.84%
B 118 of 248 ~ 47.58%

%22.58
%29.84
%47.58

CMYK color model

#384A76 color CMYK value is (53,37,0,54).

  • cyan value is 52.54%
  • magenta value is 37.29%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(53,37,0,54)
C53M37Y0K54 
(53%,37%,0%,54%)
(0.53/0.37/0.00/0.54)	

CMYK percentages

%52.54
%37.29
%0
%53.73

Codes

Color #384A76 in popluar color models

384A76
RGB5674118
HSL223°35.63%34.12%
HSB/HSV223°52.54%46.27%
CMYK52.54%37.29%0.00%
53.73%

Color #384A76 in popluar number systems.

HEX384A76
Decimal5674118
Binary11100010010101110110
Octal70112166

Shades and tints

Shades of #384A76

#384A76
(56,74,118)
#33446C
(51,68,108)
#2E3E62
(46,62,98)
#293858
(41,56,88)
#24324E
(36,50,78)
#1F2C44
(31,44,68)
#1A263A
(26,38,58)
#152030
(21,32,48)
#101A26
(16,26,38)
#0B141C
(11,20,28)
#060E12
(6,14,18)
#000000
(0,0,0)

Tints of #384A76

#384A76
(56,74,118)
#4A5A82
(74,90,130)
#5C6A8E
(92,106,142)
#6E7A9A
(110,122,154)
#808AA6
(128,138,166)
#929AB2
(146,154,178)
#A4AABE
(164,170,190)
#B6BACA
(182,186,202)
#C8CAD6
(200,202,214)
#DADAE2
(218,218,226)
#ECEAEE
(236,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384A76; }

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

This text font color is #384A76.


Background Color

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

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

This div background color is #384A76.


Border color

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

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

This div border color is #384A76.


Opacity

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

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

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

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

This text has shadow with #384A76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384A76 on black background.


Color preview on white background

This text has color #384A76 on white background.



Black color preview on #384A76 background

This text has black color on #384A76 background.


White color preview on #384A76 background

This text has white color on #384A76 background.