COLOR #385869

HEX: #385869
RGB: (56,88,105)

Color info

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

RGB color model

#385869 color RGB value is (56,88,105).

  • red value is 56;
  • green value is 88;
  • blue value is 105.
RGB:
(56,88,105)
(22%,35%,41%)

RGB channels and saturation

R 56 of 255 = 22%
G 88 of 255 = 35%
B 105 of 255 = 41%

56
88
105

R + G + B ~ 33%. #385869 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 88 + 105 = 249 (100%)
R 56 of 249 ~ 22.49%
G 88 of 249 ~ 35.34%
B 105 of 249 ~ 42.17%

%22.49
%35.34
%42.17

CMYK color model

#385869 color CMYK value is (47,16,0,59).

  • cyan value is 46.67%
  • magenta value is 16.19%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(47,16,0,59)
C47M16Y0K59 
(47%,16%,0%,59%)
(0.47/0.16/0.00/0.59)	

CMYK percentages

%46.67
%16.19
%0
%58.82

Codes

Color #385869 in popluar color models

385869
RGB5688105
HSL201°30.43%31.57%
HSB/HSV201°46.67%41.18%
CMYK46.67%16.19%0.00%
58.82%

Color #385869 in popluar number systems.

HEX385869
Decimal5688105
Binary11100010110001101001
Octal70130151

Shades and tints

Shades of #385869

#385869
(56,88,105)
#335060
(51,80,96)
#2E4857
(46,72,87)
#29404E
(41,64,78)
#243845
(36,56,69)
#1F303C
(31,48,60)
#1A2833
(26,40,51)
#15202A
(21,32,42)
#101821
(16,24,33)
#0B1018
(11,16,24)
#06080F
(6,8,15)
#000000
(0,0,0)

Tints of #385869

#385869
(56,88,105)
#4A6776
(74,103,118)
#5C7683
(92,118,131)
#6E8590
(110,133,144)
#80949D
(128,148,157)
#92A3AA
(146,163,170)
#A4B2B7
(164,178,183)
#B6C1C4
(182,193,196)
#C8D0D1
(200,208,209)
#DADFDE
(218,223,222)
#ECEEEB
(236,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #385869 color. Also use rgb(56,88,105) instead hex code.

Text Font Color

.myTextColor { color: #385869; }

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

This text font color is #385869.


Background Color

.myBgColor { background-color: #385869; }

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

This div background color is #385869.


Border color

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

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

This div border color is #385869.


Opacity

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

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

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

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

This text has shadow with #385869 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385869 on black background.


Color preview on white background

This text has color #385869 on white background.



Black color preview on #385869 background

This text has black color on #385869 background.


White color preview on #385869 background

This text has white color on #385869 background.