COLOR #385571

HEX: #385571
RGB: (56,85,113)

Color info

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

RGB color model

#385571 color RGB value is (56,85,113).

  • red value is 56;
  • green value is 85;
  • blue value is 113.
RGB:
(56,85,113)
(22%,33%,44%)

RGB channels and saturation

R 56 of 255 = 22%
G 85 of 255 = 33%
B 113 of 255 = 44%

56
85
113

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

Portions of RGB colors in percentages

R + G + B =
56 + 85 + 113 = 254 (100%)
R 56 of 254 ~ 22.05%
G 85 of 254 ~ 33.46%
B 113 of 254 ~ 44.49%

%22.05
%33.46
%44.49

CMYK color model

#385571 color CMYK value is (50,25,0,56).

  • cyan value is 50.44%
  • magenta value is 24.78%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(50,25,0,56)
C50M25Y0K56 
(50%,25%,0%,56%)
(0.50/0.25/0.00/0.56)	

CMYK percentages

%50.44
%24.78
%0
%55.69

Codes

Color #385571 in popluar color models

385571
RGB5685113
HSL209°33.73%33.14%
HSB/HSV209°50.44%44.31%
CMYK50.44%24.78%0.00%
55.69%

Color #385571 in popluar number systems.

HEX385571
Decimal5685113
Binary11100010101011110001
Octal70125161

Shades and tints

Shades of #385571

#385571
(56,85,113)
#334E67
(51,78,103)
#2E475D
(46,71,93)
#294053
(41,64,83)
#243949
(36,57,73)
#1F323F
(31,50,63)
#1A2B35
(26,43,53)
#15242B
(21,36,43)
#101D21
(16,29,33)
#0B1617
(11,22,23)
#060F0D
(6,15,13)
#000000
(0,0,0)

Tints of #385571

#385571
(56,85,113)
#4A647D
(74,100,125)
#5C7389
(92,115,137)
#6E8295
(110,130,149)
#8091A1
(128,145,161)
#92A0AD
(146,160,173)
#A4AFB9
(164,175,185)
#B6BEC5
(182,190,197)
#C8CDD1
(200,205,209)
#DADCDD
(218,220,221)
#ECEBE9
(236,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #385571 color. Also use rgb(56,85,113) instead hex code.

Text Font Color

.myTextColor { color: #385571; }

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

This text font color is #385571.


Background Color

.myBgColor { background-color: #385571; }

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

This div background color is #385571.


Border color

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

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

This div border color is #385571.


Opacity

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

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

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

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

This text has shadow with #385571 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385571 on black background.


Color preview on white background

This text has color #385571 on white background.



Black color preview on #385571 background

This text has black color on #385571 background.


White color preview on #385571 background

This text has white color on #385571 background.