COLOR #386B37

HEX: #386B37
RGB: (56,107,55)

Color info

#386B37 contains red, green and blue colors in about the same proportion. Web safe color of #386B37 is #336633 (or #363).

RGB color model

#386B37 color RGB value is (56,107,55).

  • red value is 56;
  • green value is 107;
  • blue value is 55.
RGB:
(56,107,55)
(22%,42%,22%)

RGB channels and saturation

R 56 of 255 = 22%
G 107 of 255 = 42%
B 55 of 255 = 22%

56
107
55

R + G + B ~ 29%. #386B37 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 107 + 55 = 218 (100%)
R 56 of 218 ~ 25.69%
G 107 of 218 ~ 49.08%
B 55 of 218 ~ 25.23%

%25.69
%49.08
%25.23

CMYK color model

#386B37 color CMYK value is (48,0,49,58).

  • cyan value is 47.66%
  • magenta value is 0.00%
  • yellow value is 48.60%
  • key color value is 58.04%
CMYK:
(48,0,49,58)
C48M0Y49K58 
(48%,0%,49%,58%)
(0.48/0.00/0.49/0.58)	

CMYK percentages

%47.66
%0
%48.6
%58.04

Codes

Color #386B37 in popluar color models

386B37
RGB5610755
HSL119°32.10%31.76%
HSB/HSV119°48.60%41.96%
CMYK47.66%0.00%48.60%
58.04%

Color #386B37 in popluar number systems.

HEX386B37
Decimal5610755
Binary1110001101011110111
Octal7015367

Shades and tints

Shades of #386B37

#386B37
(56,107,55)
#336232
(51,98,50)
#2E592D
(46,89,45)
#295028
(41,80,40)
#244723
(36,71,35)
#1F3E1E
(31,62,30)
#1A3519
(26,53,25)
#152C14
(21,44,20)
#10230F
(16,35,15)
#0B1A0A
(11,26,10)
#061105
(6,17,5)
#000000
(0,0,0)

Tints of #386B37

#386B37
(56,107,55)
#4A7849
(74,120,73)
#5C855B
(92,133,91)
#6E926D
(110,146,109)
#809F7F
(128,159,127)
#92AC91
(146,172,145)
#A4B9A3
(164,185,163)
#B6C6B5
(182,198,181)
#C8D3C7
(200,211,199)
#DAE0D9
(218,224,217)
#ECEDEB
(236,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #386B37; }

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

This text font color is #386B37.


Background Color

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

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

This div background color is #386B37.


Border color

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

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

This div border color is #386B37.


Opacity

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

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

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

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

This text has shadow with #386B37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386B37 on black background.


Color preview on white background

This text has color #386B37 on white background.



Black color preview on #386B37 background

This text has black color on #386B37 background.


White color preview on #386B37 background

This text has white color on #386B37 background.