COLOR #384973

HEX: #384973
RGB: (56,73,115)

Color info

#384973 contains red, green and blue colors in about the same proportion. Web safe color of #384973 is #333366 (or #336).

RGB color model

#384973 color RGB value is (56,73,115).

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

RGB channels and saturation

R 56 of 255 = 22%
G 73 of 255 = 29%
B 115 of 255 = 45%

56
73
115

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

Portions of RGB colors in percentages

R + G + B =
56 + 73 + 115 = 244 (100%)
R 56 of 244 ~ 22.95%
G 73 of 244 ~ 29.92%
B 115 of 244 ~ 47.13%

%22.95
%29.92
%47.13

CMYK color model

#384973 color CMYK value is (51,37,0,55).

  • cyan value is 51.30%
  • magenta value is 36.52%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(51,37,0,55)
C51M37Y0K55 
(51%,37%,0%,55%)
(0.51/0.37/0.00/0.55)	

CMYK percentages

%51.3
%36.52
%0
%54.9

Codes

Color #384973 in popluar color models

384973
RGB5673115
HSL223°34.50%33.53%
HSB/HSV223°51.30%45.10%
CMYK51.30%36.52%0.00%
54.90%

Color #384973 in popluar number systems.

HEX384973
Decimal5673115
Binary11100010010011110011
Octal70111163

Shades and tints

Shades of #384973

#384973
(56,73,115)
#334369
(51,67,105)
#2E3D5F
(46,61,95)
#293755
(41,55,85)
#24314B
(36,49,75)
#1F2B41
(31,43,65)
#1A2537
(26,37,55)
#151F2D
(21,31,45)
#101923
(16,25,35)
#0B1319
(11,19,25)
#060D0F
(6,13,15)
#000000
(0,0,0)

Tints of #384973

#384973
(56,73,115)
#4A597F
(74,89,127)
#5C698B
(92,105,139)
#6E7997
(110,121,151)
#8089A3
(128,137,163)
#9299AF
(146,153,175)
#A4A9BB
(164,169,187)
#B6B9C7
(182,185,199)
#C8C9D3
(200,201,211)
#DAD9DF
(218,217,223)
#ECE9EB
(236,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384973; }

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

This text font color is #384973.


Background Color

.myBgColor { background-color: #384973; }

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

This div background color is #384973.


Border color

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

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

This div border color is #384973.


Opacity

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

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

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

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

This text has shadow with #384973 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384973 on black background.


Color preview on white background

This text has color #384973 on white background.



Black color preview on #384973 background

This text has black color on #384973 background.


White color preview on #384973 background

This text has white color on #384973 background.