COLOR #386C4D

HEX: #386C4D
RGB: (56,108,77)

Color info

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

RGB color model

#386C4D color RGB value is (56,108,77).

  • red value is 56;
  • green value is 108;
  • blue value is 77.
RGB:
(56,108,77)
(22%,42%,30%)

RGB channels and saturation

R 56 of 255 = 22%
G 108 of 255 = 42%
B 77 of 255 = 30%

56
108
77

R + G + B ~ 31%. #386C4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 108 + 77 = 241 (100%)
R 56 of 241 ~ 23.24%
G 108 of 241 ~ 44.81%
B 77 of 241 ~ 31.95%

%23.24
%44.81
%31.95

CMYK color model

#386C4D color CMYK value is (48,0,29,58).

  • cyan value is 48.15%
  • magenta value is 0.00%
  • yellow value is 28.70%
  • key color value is 57.65%
CMYK:
(48,0,29,58)
C48M0Y29K58 
(48%,0%,29%,58%)
(0.48/0.00/0.29/0.58)	

CMYK percentages

%48.15
%0
%28.7
%57.65

Codes

Color #386C4D in popluar color models

386C4D
RGB5610877
HSL144°31.71%32.16%
HSB/HSV144°48.15%42.35%
CMYK48.15%0.00%28.70%
57.65%

Color #386C4D in popluar number systems.

HEX386C4D
Decimal5610877
Binary11100011011001001101
Octal70154115

Shades and tints

Shades of #386C4D

#386C4D
(56,108,77)
#336346
(51,99,70)
#2E5A3F
(46,90,63)
#295138
(41,81,56)
#244831
(36,72,49)
#1F3F2A
(31,63,42)
#1A3623
(26,54,35)
#152D1C
(21,45,28)
#102415
(16,36,21)
#0B1B0E
(11,27,14)
#061207
(6,18,7)
#000000
(0,0,0)

Tints of #386C4D

#386C4D
(56,108,77)
#4A795D
(74,121,93)
#5C866D
(92,134,109)
#6E937D
(110,147,125)
#80A08D
(128,160,141)
#92AD9D
(146,173,157)
#A4BAAD
(164,186,173)
#B6C7BD
(182,199,189)
#C8D4CD
(200,212,205)
#DAE1DD
(218,225,221)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #386C4D color. Also use rgb(56,108,77) instead hex code.

Text Font Color

.myTextColor { color: #386C4D; }

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

This text font color is #386C4D.


Background Color

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

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

This div background color is #386C4D.


Border color

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

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

This div border color is #386C4D.


Opacity

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

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

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

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

This text has shadow with #386C4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386C4D on black background.


Color preview on white background

This text has color #386C4D on white background.



Black color preview on #386C4D background

This text has black color on #386C4D background.


White color preview on #386C4D background

This text has white color on #386C4D background.