COLOR #386B55

HEX: #386B55 RGB: (56,107,85)

Color info

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

RGB color model

#386B55 color RGB value is (56,107,85).

RGB: (56,107,85) (22%, 42%, 33%)

RGB channels and saturation

R 56 of 255 = 22%
G 107 of 255 = 42%
B 85 of 255 = 33%

56
107
85

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

Portions of RGB colors in percentages

R + G + B = 56 + 107 + 85 = 248 (100%)
R 56 of 248 ~ 22.58%
G 107 of 248 ~ 43.15%
B 85 of 248 ~ 34.27'%

%22.58
%43.15
%34.27

CMYK color model

#386B55 color CMYK value is (48,0,21,58).

  • cyan value is 47.66%
  • magenta value is 0.00%
  • yellow value is 20.56%
  • key color value is 58.04%

CMYK: (48,0,21,58)
C48M0Y21K58 (48%, 0%, 21%, 58%)
(0.48 / 0.00 / 0.21 / 0.58)

CMYK percentages

%47.66
%0
%20.56
%58.04

Codes

Color #386B55 in popluar color models

38 6B 55
RGB 56 107 85
HSL 154° 31.29% 31.96%
HSB/HSV 154° 47.66% 41.96%
CMYK 47.66% 0.00% 20.56%
58.04%

Color #386B55 in popluar number systems.

HEX 38 6B 55
Decimal 56 107 85
Binary 111000 1101011 1010101
Octal 70 153 125

Shades and tints

Shades of #386B55

#386B55
(56,107,85)
#33624E
(51,98,78)
#2E5947
(46,89,71)
#295040
(41,80,64)
#244739
(36,71,57)
#1F3E32
(31,62,50)
#1A352B
(26,53,43)
#152C24
(21,44,36)
#10231D
(16,35,29)
#0B1A16
(11,26,22)
#06110F
(6,17,15)
#000000
(0,0,0)

Tints of #386B55

#386B55
(56,107,85)
#4A7864
(74,120,100)
#5C8573
(92,133,115)
#6E9282
(110,146,130)
#809F91
(128,159,145)
#92ACA0
(146,172,160)
#A4B9AF
(164,185,175)
#B6C6BE
(182,198,190)
#C8D3CD
(200,211,205)
#DAE0DC
(218,224,220)
#ECEDEB
(236,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #386B55 color. Also use rgb(56,107,85) instead hex code.

Text Font Color

.myTextColor { color: #386B55; }

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

This text font color is #386B55.

Background Color

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

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

This div background color is #386B55.

Border color

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

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

This div border color is #386B55.

Opacity

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

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

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

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

This text has shadow with #386B55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #386B55.

Preview

Color preview on black background

This text has color #386B55 on black background.


Color preview on white background

This text has color #386B55 on white background.


Black color preview on #386B55 background

This text has black color on #386B55 background.


White color preview on #386B55 background

This text has white color on #386B55 background.


Related colors

Complementary color

Complementary color for #hex is #C794AA.


I love getcolorcode.com

Triadic colors

1 #55386B and #6B5538 with #386B55 are triadic colors.

2 #556B38 and #6B3855 with #386B55 are triadic colors.