COLOR #385C58

HEX: #385C58
RGB: (56,92,88)

Color info

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

RGB color model

#385C58 color RGB value is (56,92,88).

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

RGB channels and saturation

R 56 of 255 = 22%
G 92 of 255 = 36%
B 88 of 255 = 35%

56
92
88

R + G + B ~ 31%. #385C58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 92 + 88 = 236 (100%)
R 56 of 236 ~ 23.73%
G 92 of 236 ~ 38.98%
B 88 of 236 ~ 37.29%

%23.73
%38.98
%37.29

CMYK color model

#385C58 color CMYK value is (39,0,4,64).

  • cyan value is 39.13%
  • magenta value is 0.00%
  • yellow value is 4.35%
  • key color value is 63.92%
CMYK:
(39,0,4,64)
C39M0Y4K64 
(39%,0%,4%,64%)
(0.39/0.00/0.04/0.64)	

CMYK percentages

%39.13
%0
%4.35
%63.92

Codes

Color #385C58 in popluar color models

385C58
RGB569288
HSL173°24.32%29.02%
HSB/HSV173°39.13%36.08%
CMYK39.13%0.00%4.35%
63.92%

Color #385C58 in popluar number systems.

HEX385C58
Decimal569288
Binary11100010111001011000
Octal70134130

Shades and tints

Shades of #385C58

#385C58
(56,92,88)
#335450
(51,84,80)
#2E4C48
(46,76,72)
#294440
(41,68,64)
#243C38
(36,60,56)
#1F3430
(31,52,48)
#1A2C28
(26,44,40)
#152420
(21,36,32)
#101C18
(16,28,24)
#0B1410
(11,20,16)
#060C08
(6,12,8)
#000000
(0,0,0)

Tints of #385C58

#385C58
(56,92,88)
#4A6A67
(74,106,103)
#5C7876
(92,120,118)
#6E8685
(110,134,133)
#809494
(128,148,148)
#92A2A3
(146,162,163)
#A4B0B2
(164,176,178)
#B6BEC1
(182,190,193)
#C8CCD0
(200,204,208)
#DADADF
(218,218,223)
#ECE8EE
(236,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #385C58; }

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

This text font color is #385C58.


Background Color

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

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

This div background color is #385C58.


Border color

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

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

This div border color is #385C58.


Opacity

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

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

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

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

This text has shadow with #385C58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385C58 on black background.


Color preview on white background

This text has color #385C58 on white background.



Black color preview on #385C58 background

This text has black color on #385C58 background.


White color preview on #385C58 background

This text has white color on #385C58 background.