COLOR #385C5F

HEX: #385C5F RGB: (56,92,95)

Color info

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

RGB color model

#385C5F color RGB value is (56,92,95).

RGB: (56,92,95) (22%, 36%, 37%)

RGB channels and saturation

R 56 of 255 = 22%
G 92 of 255 = 36%
B 95 of 255 = 37%

56
92
95

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

Portions of RGB colors in percentages

R + G + B = 56 + 92 + 95 = 243 (100%)
R 56 of 243 ~ 23.05%
G 92 of 243 ~ 37.86%
B 95 of 243 ~ 39.09'%

%23.05
%37.86
%39.09

CMYK color model

#385C5F color CMYK value is (41,3,0,63).

  • cyan value is 41.05%
  • magenta value is 3.16%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (41,3,0,63)
C41M3Y0K63 (41%, 3%, 0%, 63%)
(0.41 / 0.03 / 0.00 / 0.63)

CMYK percentages

%41.05
%3.16
%0
%62.75

Codes

Color #385C5F in popluar color models

38 5C 5F
RGB 56 92 95
HSL 185° 25.83% 29.61%
HSB/HSV 185° 41.05% 37.25%
CMYK 41.05% 3.16% 0.00%
62.75%

Color #385C5F in popluar number systems.

HEX 38 5C 5F
Decimal 56 92 95
Binary 111000 1011100 1011111
Octal 70 134 137

Shades and tints

Shades of #385C5F

#385C5F
(56,92,95)
#335457
(51,84,87)
#2E4C4F
(46,76,79)
#294447
(41,68,71)
#243C3F
(36,60,63)
#1F3437
(31,52,55)
#1A2C2F
(26,44,47)
#152427
(21,36,39)
#101C1F
(16,28,31)
#0B1417
(11,20,23)
#060C0F
(6,12,15)
#000000
(0,0,0)

Tints of #385C5F

#385C5F
(56,92,95)
#4A6A6D
(74,106,109)
#5C787B
(92,120,123)
#6E8689
(110,134,137)
#809497
(128,148,151)
#92A2A5
(146,162,165)
#A4B0B3
(164,176,179)
#B6BEC1
(182,190,193)
#C8CCCF
(200,204,207)
#DADADD
(218,218,221)
#ECE8EB
(236,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #385C5F color. Also use rgb(56,92,95) instead hex code.

Text Font Color

.myTextColor { color: #385C5F; }

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

This text font color is #385C5F.

Background Color

.myBgColor { background-color: #385C5F; }

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

This div background color is #385C5F.

Border color

.myBorderColor { border: 1px solid #385C5F; }

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

This div border color is #385C5F.

Opacity

.myOpacity80 { color: #385C5F; opacity: 0.8; }

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

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

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

This text has shadow with #385C5F color.


.textShadow {text-shadow: 3px 3px 1px #385C5F', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #385C5F; -webkit-box-shadow: 1px 1px 3px 2px #385C5F; box-shadow:1px 1px 3px 2px #385C5F;">
Div content here
</div>

This div box has shadow with color #385C5F.

Preview

Color preview on black background

This text has color #385C5F on black background.


Color preview on white background

This text has color #385C5F on white background.


Black color preview on #385C5F background

This text has black color on #385C5F background.


White color preview on #385C5F background

This text has white color on #385C5F background.


Related colors

Complementary color

Complementary color for #hex is #C7A3A0.


I love getcolorcode.com

Triadic colors

1 #5F385C and #5C5F38 with #385C5F are triadic colors.

2 #5F5C38 and #5C385F with #385C5F are triadic colors.