COLOR #386A57

HEX: #386A57
RGB: (56,106,87)

Color info

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

RGB color model

#386A57 color RGB value is (56,106,87).

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

RGB channels and saturation

R 56 of 255 = 22%
G 106 of 255 = 42%
B 87 of 255 = 34%

56
106
87

R + G + B ~ 33%. #386A57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 106 + 87 = 249 (100%)
R 56 of 249 ~ 22.49%
G 106 of 249 ~ 42.57%
B 87 of 249 ~ 34.94%

%22.49
%42.57
%34.94

CMYK color model

#386A57 color CMYK value is (47,0,18,58).

  • cyan value is 47.17%
  • magenta value is 0.00%
  • yellow value is 17.92%
  • key color value is 58.43%
CMYK:
(47,0,18,58)
C47M0Y18K58 
(47%,0%,18%,58%)
(0.47/0.00/0.18/0.58)	

CMYK percentages

%47.17
%0
%17.92
%58.43

Codes

Color #386A57 in popluar color models

386A57
RGB5610687
HSL157°30.86%31.76%
HSB/HSV157°47.17%41.57%
CMYK47.17%0.00%17.92%
58.43%

Color #386A57 in popluar number systems.

HEX386A57
Decimal5610687
Binary11100011010101010111
Octal70152127

Shades and tints

Shades of #386A57

#386A57
(56,106,87)
#336150
(51,97,80)
#2E5849
(46,88,73)
#294F42
(41,79,66)
#24463B
(36,70,59)
#1F3D34
(31,61,52)
#1A342D
(26,52,45)
#152B26
(21,43,38)
#10221F
(16,34,31)
#0B1918
(11,25,24)
#061011
(6,16,17)
#000000
(0,0,0)

Tints of #386A57

#386A57
(56,106,87)
#4A7766
(74,119,102)
#5C8475
(92,132,117)
#6E9184
(110,145,132)
#809E93
(128,158,147)
#92ABA2
(146,171,162)
#A4B8B1
(164,184,177)
#B6C5C0
(182,197,192)
#C8D2CF
(200,210,207)
#DADFDE
(218,223,222)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #386A57 color. Also use rgb(56,106,87) instead hex code.

Text Font Color

.myTextColor { color: #386A57; }

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

This text font color is #386A57.


Background Color

.myBgColor { background-color: #386A57; }

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

This div background color is #386A57.


Border color

.myBorderColor { border: 1px solid #386A57; }

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

This div border color is #386A57.


Opacity

.myOpacity80 { color: #386A57; opacity: 0.8; }

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

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

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

This text has shadow with #386A57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386A57 on black background.


Color preview on white background

This text has color #386A57 on white background.



Black color preview on #386A57 background

This text has black color on #386A57 background.


White color preview on #386A57 background

This text has white color on #386A57 background.