COLOR #385C5E

HEX: #385C5E RGB: (56,92,94)

Color info

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

RGB color model

#385C5E color RGB value is (56,92,94).

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

RGB channels and saturation

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

56
92
94

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

Portions of RGB colors in percentages

R + G + B = 56 + 92 + 94 = 242 (100%)
R 56 of 242 ~ 23.14%
G 92 of 242 ~ 38.02%
B 94 of 242 ~ 38.84'%

%23.14
%38.02
%38.84

CMYK color model

#385C5E color CMYK value is (40,2,0,63).

  • cyan value is 40.43%
  • magenta value is 2.13%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK: (40,2,0,63) C40M2Y0K63 (40%,2%,0%,63%) (0.40/0.02/0.00/0.63) 

CMYK percentages

%40.43
%2.13
%0
%63.14

Codes

Color #385C5E in popluar color models

38 5C 5E
RGB 56 92 94
HSL 183° 25.33% 29.41%
HSB/HSV 183° 40.43% 36.86%
CMYK 40.43% 2.13% 0.00%
63.14%

Color #385C5E in popluar number systems.

HEX 38 5C 5E
Decimal 56 92 94
Binary 111000 1011100 1011110
Octal 70 134 136

Shades and tints

Shades of #385C5E

#385C5E
(56,92,94)
#335456
(51,84,86)
#2E4C4E
(46,76,78)
#294446
(41,68,70)
#243C3E
(36,60,62)
#1F3436
(31,52,54)
#1A2C2E
(26,44,46)
#152426
(21,36,38)
#101C1E
(16,28,30)
#0B1416
(11,20,22)
#060C0E
(6,12,14)
#000000
(0,0,0)

Tints of #385C5E

#385C5E
(56,92,94)
#4A6A6C
(74,106,108)
#5C787A
(92,120,122)
#6E8688
(110,134,136)
#809496
(128,148,150)
#92A2A4
(146,162,164)
#A4B0B2
(164,176,178)
#B6BEC0
(182,190,192)
#C8CCCE
(200,204,206)
#DADADC
(218,218,220)
#ECE8EA
(236,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #385C5E; }

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

This text font color is #385C5E.

Background Color

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

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

This div background color is #385C5E.

Border color

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

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

This div border color is #385C5E.

Opacity

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

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

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

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

This text has shadow with #385C5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #385C5E.

Preview

Color preview on black background

This text has color #385C5E on black background.


Color preview on white background

This text has color #385C5E on white background.


Black color preview on #385C5E background

This text has black color on #385C5E background.


White color preview on #385C5E background

This text has white color on #385C5E background.


Related colors

Complementary color

Complementary color for #hex is #C7A3A1.


I love getcolorcode.com

Triadic colors

1 #5E385C and #5C5E38 with #385C5E are triadic colors.

2 #5E5C38 and #5C385E with #385C5E are triadic colors.