COLOR #385468

HEX: #385468
RGB: (56,84,104)

Color info

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

RGB color model

#385468 color RGB value is (56,84,104).

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

RGB channels and saturation

R 56 of 255 = 22%
G 84 of 255 = 33%
B 104 of 255 = 41%

56
84
104

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

Portions of RGB colors in percentages

R + G + B =
56 + 84 + 104 = 244 (100%)
R 56 of 244 ~ 22.95%
G 84 of 244 ~ 34.43%
B 104 of 244 ~ 42.62%

%22.95
%34.43
%42.62

CMYK color model

#385468 color CMYK value is (46,19,0,59).

  • cyan value is 46.15%
  • magenta value is 19.23%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(46,19,0,59)
C46M19Y0K59 
(46%,19%,0%,59%)
(0.46/0.19/0.00/0.59)	

CMYK percentages

%46.15
%19.23
%0
%59.22

Codes

Color #385468 in popluar color models

385468
RGB5684104
HSL205°30.00%31.37%
HSB/HSV205°46.15%40.78%
CMYK46.15%19.23%0.00%
59.22%

Color #385468 in popluar number systems.

HEX385468
Decimal5684104
Binary11100010101001101000
Octal70124150

Shades and tints

Shades of #385468

#385468
(56,84,104)
#334D5F
(51,77,95)
#2E4656
(46,70,86)
#293F4D
(41,63,77)
#243844
(36,56,68)
#1F313B
(31,49,59)
#1A2A32
(26,42,50)
#152329
(21,35,41)
#101C20
(16,28,32)
#0B1517
(11,21,23)
#060E0E
(6,14,14)
#000000
(0,0,0)

Tints of #385468

#385468
(56,84,104)
#4A6375
(74,99,117)
#5C7282
(92,114,130)
#6E818F
(110,129,143)
#80909C
(128,144,156)
#929FA9
(146,159,169)
#A4AEB6
(164,174,182)
#B6BDC3
(182,189,195)
#C8CCD0
(200,204,208)
#DADBDD
(218,219,221)
#ECEAEA
(236,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #385468; }

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

This text font color is #385468.


Background Color

.myBgColor { background-color: #385468; }

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

This div background color is #385468.


Border color

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

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

This div border color is #385468.


Opacity

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

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

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

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

This text has shadow with #385468 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385468 on black background.


Color preview on white background

This text has color #385468 on white background.



Black color preview on #385468 background

This text has black color on #385468 background.


White color preview on #385468 background

This text has white color on #385468 background.