COLOR #385585

HEX: #385585
RGB: (56,85,133)

Color info

#385585 contains mainly green and blue colors. Web safe color of #385585 is #336699 (or #369).

RGB color model

#385585 color RGB value is (56,85,133).

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

RGB channels and saturation

R 56 of 255 = 22%
G 85 of 255 = 33%
B 133 of 255 = 52%

56
85
133

R + G + B ~ 36%. #385585 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 85 + 133 = 274 (100%)
R 56 of 274 ~ 20.44%
G 85 of 274 ~ 31.02%
B 133 of 274 ~ 48.54%

%20.44
%31.02
%48.54

CMYK color model

#385585 color CMYK value is (58,36,0,48).

  • cyan value is 57.89%
  • magenta value is 36.09%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(58,36,0,48)
C58M36Y0K48 
(58%,36%,0%,48%)
(0.58/0.36/0.00/0.48)	

CMYK percentages

%57.89
%36.09
%0
%47.84

Codes

Color #385585 in popluar color models

385585
RGB5685133
HSL217°40.74%37.06%
HSB/HSV217°57.89%52.16%
CMYK57.89%36.09%0.00%
47.84%

Color #385585 in popluar number systems.

HEX385585
Decimal5685133
Binary111000101010110000101
Octal70125205

Shades and tints

Shades of #385585

#385585
(56,85,133)
#334E79
(51,78,121)
#2E476D
(46,71,109)
#294061
(41,64,97)
#243955
(36,57,85)
#1F3249
(31,50,73)
#1A2B3D
(26,43,61)
#152431
(21,36,49)
#101D25
(16,29,37)
#0B1619
(11,22,25)
#060F0D
(6,15,13)
#000000
(0,0,0)

Tints of #385585

#385585
(56,85,133)
#4A6490
(74,100,144)
#5C739B
(92,115,155)
#6E82A6
(110,130,166)
#8091B1
(128,145,177)
#92A0BC
(146,160,188)
#A4AFC7
(164,175,199)
#B6BED2
(182,190,210)
#C8CDDD
(200,205,221)
#DADCE8
(218,220,232)
#ECEBF3
(236,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #385585; }

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

This text font color is #385585.


Background Color

.myBgColor { background-color: #385585; }

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

This div background color is #385585.


Border color

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

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

This div border color is #385585.


Opacity

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

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

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

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

This text has shadow with #385585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385585 on black background.


Color preview on white background

This text has color #385585 on white background.



Black color preview on #385585 background

This text has black color on #385585 background.


White color preview on #385585 background

This text has white color on #385585 background.