COLOR #384D68

HEX: #384D68
RGB: (56,77,104)

Color info

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

RGB color model

#384D68 color RGB value is (56,77,104).

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

RGB channels and saturation

R 56 of 255 = 22%
G 77 of 255 = 30%
B 104 of 255 = 41%

56
77
104

R + G + B ~ 31%. #384D68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 77 + 104 = 237 (100%)
R 56 of 237 ~ 23.63%
G 77 of 237 ~ 32.49%
B 104 of 237 ~ 43.88%

%23.63
%32.49
%43.88

CMYK color model

#384D68 color CMYK value is (46,26,0,59).

  • cyan value is 46.15%
  • magenta value is 25.96%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(46,26,0,59)
C46M26Y0K59 
(46%,26%,0%,59%)
(0.46/0.26/0.00/0.59)	

CMYK percentages

%46.15
%25.96
%0
%59.22

Codes

Color #384D68 in popluar color models

384D68
RGB5677104
HSL214°30.00%31.37%
HSB/HSV214°46.15%40.78%
CMYK46.15%25.96%0.00%
59.22%

Color #384D68 in popluar number systems.

HEX384D68
Decimal5677104
Binary11100010011011101000
Octal70115150

Shades and tints

Shades of #384D68

#384D68
(56,77,104)
#33465F
(51,70,95)
#2E3F56
(46,63,86)
#29384D
(41,56,77)
#243144
(36,49,68)
#1F2A3B
(31,42,59)
#1A2332
(26,35,50)
#151C29
(21,28,41)
#101520
(16,21,32)
#0B0E17
(11,14,23)
#06070E
(6,7,14)
#000000
(0,0,0)

Tints of #384D68

#384D68
(56,77,104)
#4A5D75
(74,93,117)
#5C6D82
(92,109,130)
#6E7D8F
(110,125,143)
#808D9C
(128,141,156)
#929DA9
(146,157,169)
#A4ADB6
(164,173,182)
#B6BDC3
(182,189,195)
#C8CDD0
(200,205,208)
#DADDDD
(218,221,221)
#ECEDEA
(236,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384D68; }

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

This text font color is #384D68.


Background Color

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

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

This div background color is #384D68.


Border color

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

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

This div border color is #384D68.


Opacity

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

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

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

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

This text has shadow with #384D68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384D68 on black background.


Color preview on white background

This text has color #384D68 on white background.



Black color preview on #384D68 background

This text has black color on #384D68 background.


White color preview on #384D68 background

This text has white color on #384D68 background.