COLOR #385C6F

HEX: #385C6F RGB: (56,92,111)

Color info

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

RGB color model

#385C6F color RGB value is (56,92,111).

RGB: (56,92,111) (22%, 36%, 44%)

RGB channels and saturation

R 56 of 255 = 22%
G 92 of 255 = 36%
B 111 of 255 = 44%

56
92
111

R + G + B ~ 34%. #385C6F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 92 + 111 = 259 (100%)
R 56 of 259 ~ 21.62%
G 92 of 259 ~ 35.52%
B 111 of 259 ~ 42.86'%

%21.62
%35.52
%42.86

CMYK color model

#385C6F color CMYK value is (50,17,0,56).

  • cyan value is 49.55%
  • magenta value is 17.12%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK: (50,17,0,56) C50M17Y0K56 (50%,17%,0%,56%) (0.50/0.17/0.00/0.56) 

CMYK percentages

%49.55
%17.12
%0
%56.47

Codes

Color #385C6F in popluar color models

38 5C 6F
RGB 56 92 111
HSL 201° 32.93% 32.75%
HSB/HSV 201° 49.55% 43.53%
CMYK 49.55% 17.12% 0.00%
56.47%

Color #385C6F in popluar number systems.

HEX 38 5C 6F
Decimal 56 92 111
Binary 111000 1011100 1101111
Octal 70 134 157

Shades and tints

Shades of #385C6F

#385C6F
(56,92,111)
#335465
(51,84,101)
#2E4C5B
(46,76,91)
#294451
(41,68,81)
#243C47
(36,60,71)
#1F343D
(31,52,61)
#1A2C33
(26,44,51)
#152429
(21,36,41)
#101C1F
(16,28,31)
#0B1415
(11,20,21)
#060C0B
(6,12,11)
#000000
(0,0,0)

Tints of #385C6F

#385C6F
(56,92,111)
#4A6A7C
(74,106,124)
#5C7889
(92,120,137)
#6E8696
(110,134,150)
#8094A3
(128,148,163)
#92A2B0
(146,162,176)
#A4B0BD
(164,176,189)
#B6BECA
(182,190,202)
#C8CCD7
(200,204,215)
#DADAE4
(218,218,228)
#ECE8F1
(236,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #385C6F; }

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

This text font color is #385C6F.

Background Color

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

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

This div background color is #385C6F.

Border color

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

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

This div border color is #385C6F.

Opacity

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

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

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

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

This text has shadow with #385C6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #385C6F.

Preview

Color preview on black background

This text has color #385C6F on black background.


Color preview on white background

This text has color #385C6F on white background.


Black color preview on #385C6F background

This text has black color on #385C6F background.


White color preview on #385C6F background

This text has white color on #385C6F background.


Related colors

Complementary color

Complementary color for #hex is #C7A390.


I love getcolorcode.com

Triadic colors

1 #6F385C and #5C6F38 with #385C6F are triadic colors.

2 #6F5C38 and #5C386F with #385C6F are triadic colors.