COLOR #386756

HEX: #386756
RGB: (56,103,86)

Color info

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

RGB color model

#386756 color RGB value is (56,103,86).

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

RGB channels and saturation

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

56
103
86

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

Portions of RGB colors in percentages

R + G + B =
56 + 103 + 86 = 245 (100%)
R 56 of 245 ~ 22.86%
G 103 of 245 ~ 42.04%
B 86 of 245 ~ 35.1%

%22.86
%42.04
%35.1

CMYK color model

#386756 color CMYK value is (46,0,17,60).

  • cyan value is 45.63%
  • magenta value is 0.00%
  • yellow value is 16.50%
  • key color value is 59.61%
CMYK:
(46,0,17,60)
C46M0Y17K60 
(46%,0%,17%,60%)
(0.46/0.00/0.17/0.60)	

CMYK percentages

%45.63
%0
%16.5
%59.61

Codes

Color #386756 in popluar color models

386756
RGB5610386
HSL158°29.56%31.18%
HSB/HSV158°45.63%40.39%
CMYK45.63%0.00%16.50%
59.61%

Color #386756 in popluar number systems.

HEX386756
Decimal5610386
Binary11100011001111010110
Octal70147126

Shades and tints

Shades of #386756

#386756
(56,103,86)
#335E4F
(51,94,79)
#2E5548
(46,85,72)
#294C41
(41,76,65)
#24433A
(36,67,58)
#1F3A33
(31,58,51)
#1A312C
(26,49,44)
#152825
(21,40,37)
#101F1E
(16,31,30)
#0B1617
(11,22,23)
#060D10
(6,13,16)
#000000
(0,0,0)

Tints of #386756

#386756
(56,103,86)
#4A7465
(74,116,101)
#5C8174
(92,129,116)
#6E8E83
(110,142,131)
#809B92
(128,155,146)
#92A8A1
(146,168,161)
#A4B5B0
(164,181,176)
#B6C2BF
(182,194,191)
#C8CFCE
(200,207,206)
#DADCDD
(218,220,221)
#ECE9EC
(236,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #386756; }

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

This text font color is #386756.


Background Color

.myBgColor { background-color: #386756; }

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

This div background color is #386756.


Border color

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

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

This div border color is #386756.


Opacity

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

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

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

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

This text has shadow with #386756 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386756 on black background.


Color preview on white background

This text has color #386756 on white background.



Black color preview on #386756 background

This text has black color on #386756 background.


White color preview on #386756 background

This text has white color on #386756 background.