COLOR #384F73

HEX: #384F73
RGB: (56,79,115)

Color info

#384F73 contains red, green and blue colors in about the same proportion. Web safe color of #384F73 is #336666 (or #366).

RGB color model

#384F73 color RGB value is (56,79,115).

  • red value is 56;
  • green value is 79;
  • blue value is 115.
RGB:
(56,79,115)
(22%,31%,45%)

RGB channels and saturation

R 56 of 255 = 22%
G 79 of 255 = 31%
B 115 of 255 = 45%

56
79
115

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

Portions of RGB colors in percentages

R + G + B =
56 + 79 + 115 = 250 (100%)
R 56 of 250 ~ 22.4%
G 79 of 250 ~ 31.6%
B 115 of 250 ~ 46%

%22.4
%31.6
%46

CMYK color model

#384F73 color CMYK value is (51,31,0,55).

  • cyan value is 51.30%
  • magenta value is 31.30%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(51,31,0,55)
C51M31Y0K55 
(51%,31%,0%,55%)
(0.51/0.31/0.00/0.55)	

CMYK percentages

%51.3
%31.3
%0
%54.9

Codes

Color #384F73 in popluar color models

384F73
RGB5679115
HSL217°34.50%33.53%
HSB/HSV217°51.30%45.10%
CMYK51.30%31.30%0.00%
54.90%

Color #384F73 in popluar number systems.

HEX384F73
Decimal5679115
Binary11100010011111110011
Octal70117163

Shades and tints

Shades of #384F73

#384F73
(56,79,115)
#334869
(51,72,105)
#2E415F
(46,65,95)
#293A55
(41,58,85)
#24334B
(36,51,75)
#1F2C41
(31,44,65)
#1A2537
(26,37,55)
#151E2D
(21,30,45)
#101723
(16,23,35)
#0B1019
(11,16,25)
#06090F
(6,9,15)
#000000
(0,0,0)

Tints of #384F73

#384F73
(56,79,115)
#4A5F7F
(74,95,127)
#5C6F8B
(92,111,139)
#6E7F97
(110,127,151)
#808FA3
(128,143,163)
#929FAF
(146,159,175)
#A4AFBB
(164,175,187)
#B6BFC7
(182,191,199)
#C8CFD3
(200,207,211)
#DADFDF
(218,223,223)
#ECEFEB
(236,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #384F73 color. Also use rgb(56,79,115) instead hex code.

Text Font Color

.myTextColor { color: #384F73; }

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

This text font color is #384F73.


Background Color

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

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

This div background color is #384F73.


Border color

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

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

This div border color is #384F73.


Opacity

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

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

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

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

This text has shadow with #384F73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384F73 on black background.


Color preview on white background

This text has color #384F73 on white background.



Black color preview on #384F73 background

This text has black color on #384F73 background.


White color preview on #384F73 background

This text has white color on #384F73 background.