COLOR #385567

HEX: #385567
RGB: (56,85,103)

Color info

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

RGB color model

#385567 color RGB value is (56,85,103).

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

RGB channels and saturation

R 56 of 255 = 22%
G 85 of 255 = 33%
B 103 of 255 = 40%

56
85
103

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

Portions of RGB colors in percentages

R + G + B =
56 + 85 + 103 = 244 (100%)
R 56 of 244 ~ 22.95%
G 85 of 244 ~ 34.84%
B 103 of 244 ~ 42.21%

%22.95
%34.84
%42.21

CMYK color model

#385567 color CMYK value is (46,17,0,60).

  • cyan value is 45.63%
  • magenta value is 17.48%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(46,17,0,60)
C46M17Y0K60 
(46%,17%,0%,60%)
(0.46/0.17/0.00/0.60)	

CMYK percentages

%45.63
%17.48
%0
%59.61

Codes

Color #385567 in popluar color models

385567
RGB5685103
HSL203°29.56%31.18%
HSB/HSV203°45.63%40.39%
CMYK45.63%17.48%0.00%
59.61%

Color #385567 in popluar number systems.

HEX385567
Decimal5685103
Binary11100010101011100111
Octal70125147

Shades and tints

Shades of #385567

#385567
(56,85,103)
#334E5E
(51,78,94)
#2E4755
(46,71,85)
#29404C
(41,64,76)
#243943
(36,57,67)
#1F323A
(31,50,58)
#1A2B31
(26,43,49)
#152428
(21,36,40)
#101D1F
(16,29,31)
#0B1616
(11,22,22)
#060F0D
(6,15,13)
#000000
(0,0,0)

Tints of #385567

#385567
(56,85,103)
#4A6474
(74,100,116)
#5C7381
(92,115,129)
#6E828E
(110,130,142)
#80919B
(128,145,155)
#92A0A8
(146,160,168)
#A4AFB5
(164,175,181)
#B6BEC2
(182,190,194)
#C8CDCF
(200,205,207)
#DADCDC
(218,220,220)
#ECEBE9
(236,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #385567; }

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

This text font color is #385567.


Background Color

.myBgColor { background-color: #385567; }

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

This div background color is #385567.


Border color

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

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

This div border color is #385567.


Opacity

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

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

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

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

This text has shadow with #385567 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385567 on black background.


Color preview on white background

This text has color #385567 on white background.



Black color preview on #385567 background

This text has black color on #385567 background.


White color preview on #385567 background

This text has white color on #385567 background.