COLOR #384D70

HEX: #384D70
RGB: (56,77,112)

Color info

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

RGB color model

#384D70 color RGB value is (56,77,112).

  • red value is 56;
  • green value is 77;
  • blue value is 112.
RGB:
(56,77,112)
(22%,30%,44%)

RGB channels and saturation

R 56 of 255 = 22%
G 77 of 255 = 30%
B 112 of 255 = 44%

56
77
112

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

Portions of RGB colors in percentages

R + G + B =
56 + 77 + 112 = 245 (100%)
R 56 of 245 ~ 22.86%
G 77 of 245 ~ 31.43%
B 112 of 245 ~ 45.71%

%22.86
%31.43
%45.71

CMYK color model

#384D70 color CMYK value is (50,31,0,56).

  • cyan value is 50.00%
  • magenta value is 31.25%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(50,31,0,56)
C50M31Y0K56 
(50%,31%,0%,56%)
(0.50/0.31/0.00/0.56)	

CMYK percentages

%50
%31.25
%0
%56.08

Codes

Color #384D70 in popluar color models

384D70
RGB5677112
HSL218°33.33%32.94%
HSB/HSV218°50.00%43.92%
CMYK50.00%31.25%0.00%
56.08%

Color #384D70 in popluar number systems.

HEX384D70
Decimal5677112
Binary11100010011011110000
Octal70115160

Shades and tints

Shades of #384D70

#384D70
(56,77,112)
#334666
(51,70,102)
#2E3F5C
(46,63,92)
#293852
(41,56,82)
#243148
(36,49,72)
#1F2A3E
(31,42,62)
#1A2334
(26,35,52)
#151C2A
(21,28,42)
#101520
(16,21,32)
#0B0E16
(11,14,22)
#06070C
(6,7,12)
#000000
(0,0,0)

Tints of #384D70

#384D70
(56,77,112)
#4A5D7D
(74,93,125)
#5C6D8A
(92,109,138)
#6E7D97
(110,125,151)
#808DA4
(128,141,164)
#929DB1
(146,157,177)
#A4ADBE
(164,173,190)
#B6BDCB
(182,189,203)
#C8CDD8
(200,205,216)
#DADDE5
(218,221,229)
#ECEDF2
(236,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #384D70 color. Also use rgb(56,77,112) instead hex code.

Text Font Color

.myTextColor { color: #384D70; }

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

This text font color is #384D70.


Background Color

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

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

This div background color is #384D70.


Border color

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

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

This div border color is #384D70.


Opacity

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

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

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

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

This text has shadow with #384D70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384D70 on black background.


Color preview on white background

This text has color #384D70 on white background.



Black color preview on #384D70 background

This text has black color on #384D70 background.


White color preview on #384D70 background

This text has white color on #384D70 background.