COLOR #385770

HEX: #385770
RGB: (56,87,112)

Color info

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

RGB color model

#385770 color RGB value is (56,87,112).

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

RGB channels and saturation

R 56 of 255 = 22%
G 87 of 255 = 34%
B 112 of 255 = 44%

56
87
112

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

Portions of RGB colors in percentages

R + G + B =
56 + 87 + 112 = 255 (100%)
R 56 of 255 ~ 21.96%
G 87 of 255 ~ 34.12%
B 112 of 255 ~ 43.92%

%21.96
%34.12
%43.92

CMYK color model

#385770 color CMYK value is (50,22,0,56).

  • cyan value is 50.00%
  • magenta value is 22.32%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(50,22,0,56)
C50M22Y0K56 
(50%,22%,0%,56%)
(0.50/0.22/0.00/0.56)	

CMYK percentages

%50
%22.32
%0
%56.08

Codes

Color #385770 in popluar color models

385770
RGB5687112
HSL207°33.33%32.94%
HSB/HSV207°50.00%43.92%
CMYK50.00%22.32%0.00%
56.08%

Color #385770 in popluar number systems.

HEX385770
Decimal5687112
Binary11100010101111110000
Octal70127160

Shades and tints

Shades of #385770

#385770
(56,87,112)
#335066
(51,80,102)
#2E495C
(46,73,92)
#294252
(41,66,82)
#243B48
(36,59,72)
#1F343E
(31,52,62)
#1A2D34
(26,45,52)
#15262A
(21,38,42)
#101F20
(16,31,32)
#0B1816
(11,24,22)
#06110C
(6,17,12)
#000000
(0,0,0)

Tints of #385770

#385770
(56,87,112)
#4A667D
(74,102,125)
#5C758A
(92,117,138)
#6E8497
(110,132,151)
#8093A4
(128,147,164)
#92A2B1
(146,162,177)
#A4B1BE
(164,177,190)
#B6C0CB
(182,192,203)
#C8CFD8
(200,207,216)
#DADEE5
(218,222,229)
#ECEDF2
(236,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #385770; }

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

This text font color is #385770.


Background Color

.myBgColor { background-color: #385770; }

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

This div background color is #385770.


Border color

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

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

This div border color is #385770.


Opacity

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

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

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

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

This text has shadow with #385770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385770 on black background.


Color preview on white background

This text has color #385770 on white background.



Black color preview on #385770 background

This text has black color on #385770 background.


White color preview on #385770 background

This text has white color on #385770 background.