COLOR #385656

HEX: #385656
RGB: (56,86,86)

Color info

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

RGB color model

#385656 color RGB value is (56,86,86).

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

RGB channels and saturation

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

56
86
86

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

Portions of RGB colors in percentages

R + G + B =
56 + 86 + 86 = 228 (100%)
R 56 of 228 ~ 24.56%
G 86 of 228 ~ 37.72%
B 86 of 228 ~ 37.72%

%24.56
%37.72
%37.72

CMYK color model

#385656 color CMYK value is (35,0,0,66).

  • cyan value is 34.88%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(35,0,0,66)
C35M0Y0K66 
(35%,0%,0%,66%)
(0.35/0.00/0.00/0.66)	

CMYK percentages

%34.88
%0
%0
%66.27

Codes

Color #385656 in popluar color models

385656
RGB568686
HSL180°21.13%27.84%
HSB/HSV180°34.88%33.73%
CMYK34.88%0.00%0.00%
66.27%

Color #385656 in popluar number systems.

HEX385656
Decimal568686
Binary11100010101101010110
Octal70126126

Shades and tints

Shades of #385656

#385656
(56,86,86)
#334F4F
(51,79,79)
#2E4848
(46,72,72)
#294141
(41,65,65)
#243A3A
(36,58,58)
#1F3333
(31,51,51)
#1A2C2C
(26,44,44)
#152525
(21,37,37)
#101E1E
(16,30,30)
#0B1717
(11,23,23)
#061010
(6,16,16)
#000000
(0,0,0)

Tints of #385656

#385656
(56,86,86)
#4A6565
(74,101,101)
#5C7474
(92,116,116)
#6E8383
(110,131,131)
#809292
(128,146,146)
#92A1A1
(146,161,161)
#A4B0B0
(164,176,176)
#B6BFBF
(182,191,191)
#C8CECE
(200,206,206)
#DADDDD
(218,221,221)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #385656; }

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

This text font color is #385656.


Background Color

.myBgColor { background-color: #385656; }

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

This div background color is #385656.


Border color

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

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

This div border color is #385656.


Opacity

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

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

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

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

This text has shadow with #385656 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385656 on black background.


Color preview on white background

This text has color #385656 on white background.



Black color preview on #385656 background

This text has black color on #385656 background.


White color preview on #385656 background

This text has white color on #385656 background.