COLOR #385C61

HEX: #385C61
RGB: (56,92,97)

Color info

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

RGB color model

#385C61 color RGB value is (56,92,97).

  • red value is 56;
  • green value is 92;
  • blue value is 97.
RGB:
(56,92,97)
(22%,36%,38%)

RGB channels and saturation

R 56 of 255 = 22%
G 92 of 255 = 36%
B 97 of 255 = 38%

56
92
97

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

Portions of RGB colors in percentages

R + G + B =
56 + 92 + 97 = 245 (100%)
R 56 of 245 ~ 22.86%
G 92 of 245 ~ 37.55%
B 97 of 245 ~ 39.59%

%22.86
%37.55
%39.59

CMYK color model

#385C61 color CMYK value is (42,5,0,62).

  • cyan value is 42.27%
  • magenta value is 5.15%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(42,5,0,62)
C42M5Y0K62 
(42%,5%,0%,62%)
(0.42/0.05/0.00/0.62)	

CMYK percentages

%42.27
%5.15
%0
%61.96

Codes

Color #385C61 in popluar color models

385C61
RGB569297
HSL187°26.80%30.00%
HSB/HSV187°42.27%38.04%
CMYK42.27%5.15%0.00%
61.96%

Color #385C61 in popluar number systems.

HEX385C61
Decimal569297
Binary11100010111001100001
Octal70134141

Shades and tints

Shades of #385C61

#385C61
(56,92,97)
#335459
(51,84,89)
#2E4C51
(46,76,81)
#294449
(41,68,73)
#243C41
(36,60,65)
#1F3439
(31,52,57)
#1A2C31
(26,44,49)
#152429
(21,36,41)
#101C21
(16,28,33)
#0B1419
(11,20,25)
#060C11
(6,12,17)
#000000
(0,0,0)

Tints of #385C61

#385C61
(56,92,97)
#4A6A6F
(74,106,111)
#5C787D
(92,120,125)
#6E868B
(110,134,139)
#809499
(128,148,153)
#92A2A7
(146,162,167)
#A4B0B5
(164,176,181)
#B6BEC3
(182,190,195)
#C8CCD1
(200,204,209)
#DADADF
(218,218,223)
#ECE8ED
(236,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #385C61; }

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

This text font color is #385C61.


Background Color

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

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

This div background color is #385C61.


Border color

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

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

This div border color is #385C61.


Opacity

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

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

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

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

This text has shadow with #385C61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385C61 on black background.


Color preview on white background

This text has color #385C61 on white background.



Black color preview on #385C61 background

This text has black color on #385C61 background.


White color preview on #385C61 background

This text has white color on #385C61 background.