COLOR #384E68

HEX: #384E68
RGB: (56,78,104)

Color info

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

RGB color model

#384E68 color RGB value is (56,78,104).

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

RGB channels and saturation

R 56 of 255 = 22%
G 78 of 255 = 31%
B 104 of 255 = 41%

56
78
104

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

Portions of RGB colors in percentages

R + G + B =
56 + 78 + 104 = 238 (100%)
R 56 of 238 ~ 23.53%
G 78 of 238 ~ 32.77%
B 104 of 238 ~ 43.7%

%23.53
%32.77
%43.7

CMYK color model

#384E68 color CMYK value is (46,25,0,59).

  • cyan value is 46.15%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(46,25,0,59)
C46M25Y0K59 
(46%,25%,0%,59%)
(0.46/0.25/0.00/0.59)	

CMYK percentages

%46.15
%25
%0
%59.22

Codes

Color #384E68 in popluar color models

384E68
RGB5678104
HSL213°30.00%31.37%
HSB/HSV213°46.15%40.78%
CMYK46.15%25.00%0.00%
59.22%

Color #384E68 in popluar number systems.

HEX384E68
Decimal5678104
Binary11100010011101101000
Octal70116150

Shades and tints

Shades of #384E68

#384E68
(56,78,104)
#33475F
(51,71,95)
#2E4056
(46,64,86)
#29394D
(41,57,77)
#243244
(36,50,68)
#1F2B3B
(31,43,59)
#1A2432
(26,36,50)
#151D29
(21,29,41)
#101620
(16,22,32)
#0B0F17
(11,15,23)
#06080E
(6,8,14)
#000000
(0,0,0)

Tints of #384E68

#384E68
(56,78,104)
#4A5E75
(74,94,117)
#5C6E82
(92,110,130)
#6E7E8F
(110,126,143)
#808E9C
(128,142,156)
#929EA9
(146,158,169)
#A4AEB6
(164,174,182)
#B6BEC3
(182,190,195)
#C8CED0
(200,206,208)
#DADEDD
(218,222,221)
#ECEEEA
(236,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384E68; }

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

This text font color is #384E68.


Background Color

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

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

This div background color is #384E68.


Border color

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

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

This div border color is #384E68.


Opacity

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

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

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

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

This text has shadow with #384E68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384E68 on black background.


Color preview on white background

This text has color #384E68 on white background.



Black color preview on #384E68 background

This text has black color on #384E68 background.


White color preview on #384E68 background

This text has white color on #384E68 background.