COLOR #385658

HEX: #385658
RGB: (56,86,88)

Color info

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

RGB color model

#385658 color RGB value is (56,86,88).

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

RGB channels and saturation

R 56 of 255 = 22%
G 86 of 255 = 34%
B 88 of 255 = 35%

56
86
88

R + G + B ~ 30%. #385658 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 86 + 88 = 230 (100%)
R 56 of 230 ~ 24.35%
G 86 of 230 ~ 37.39%
B 88 of 230 ~ 38.26%

%24.35
%37.39
%38.26

CMYK color model

#385658 color CMYK value is (36,2,0,65).

  • cyan value is 36.36%
  • magenta value is 2.27%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(36,2,0,65)
C36M2Y0K65 
(36%,2%,0%,65%)
(0.36/0.02/0.00/0.65)	

CMYK percentages

%36.36
%2.27
%0
%65.49

Codes

Color #385658 in popluar color models

385658
RGB568688
HSL184°22.22%28.24%
HSB/HSV184°36.36%34.51%
CMYK36.36%2.27%0.00%
65.49%

Color #385658 in popluar number systems.

HEX385658
Decimal568688
Binary11100010101101011000
Octal70126130

Shades and tints

Shades of #385658

#385658
(56,86,88)
#334F50
(51,79,80)
#2E4848
(46,72,72)
#294140
(41,65,64)
#243A38
(36,58,56)
#1F3330
(31,51,48)
#1A2C28
(26,44,40)
#152520
(21,37,32)
#101E18
(16,30,24)
#0B1710
(11,23,16)
#061008
(6,16,8)
#000000
(0,0,0)

Tints of #385658

#385658
(56,86,88)
#4A6567
(74,101,103)
#5C7476
(92,116,118)
#6E8385
(110,131,133)
#809294
(128,146,148)
#92A1A3
(146,161,163)
#A4B0B2
(164,176,178)
#B6BFC1
(182,191,193)
#C8CED0
(200,206,208)
#DADDDF
(218,221,223)
#ECECEE
(236,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #385658; }

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

This text font color is #385658.


Background Color

.myBgColor { background-color: #385658; }

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

This div background color is #385658.


Border color

.myBorderColor { border: 1px solid #385658; }

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

This div border color is #385658.


Opacity

.myOpacity80 { color: #385658; opacity: 0.8; }

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

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

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

This text has shadow with #385658 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385658 on black background.


Color preview on white background

This text has color #385658 on white background.



Black color preview on #385658 background

This text has black color on #385658 background.


White color preview on #385658 background

This text has white color on #385658 background.