COLOR #386C3F

HEX: #386C3F RGB: (56,108,63)

Color info

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

RGB color model

#386C3F color RGB value is (56,108,63).

RGB: (56,108,63) (22%, 42%, 25%)

RGB channels and saturation

R 56 of 255 = 22%
G 108 of 255 = 42%
B 63 of 255 = 25%

56
108
63

R + G + B ~ 30%. #386C3F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 108 + 63 = 227 (100%)
R 56 of 227 ~ 24.67%
G 108 of 227 ~ 47.58%
B 63 of 227 ~ 27.75'%

%24.67
%47.58
%27.75

CMYK color model

#386C3F color CMYK value is (48,0,42,58).

  • cyan value is 48.15%
  • magenta value is 0.00%
  • yellow value is 41.67%
  • key color value is 57.65%

CMYK: (48,0,42,58)
C48M0Y42K58 (48%, 0%, 42%, 58%)
(0.48 / 0.00 / 0.42 / 0.58)

CMYK percentages

%48.15
%0
%41.67
%57.65

Codes

Color #386C3F in popluar color models

38 6C 3F
RGB 56 108 63
HSL 128° 31.71% 32.16%
HSB/HSV 128° 48.15% 42.35%
CMYK 48.15% 0.00% 41.67%
57.65%

Color #386C3F in popluar number systems.

HEX 38 6C 3F
Decimal 56 108 63
Binary 111000 1101100 111111
Octal 70 154 77

Shades and tints

Shades of #386C3F

#386C3F
(56,108,63)
#33633A
(51,99,58)
#2E5A35
(46,90,53)
#295130
(41,81,48)
#24482B
(36,72,43)
#1F3F26
(31,63,38)
#1A3621
(26,54,33)
#152D1C
(21,45,28)
#102417
(16,36,23)
#0B1B12
(11,27,18)
#06120D
(6,18,13)
#000000
(0,0,0)

Tints of #386C3F

#386C3F
(56,108,63)
#4A7950
(74,121,80)
#5C8661
(92,134,97)
#6E9372
(110,147,114)
#80A083
(128,160,131)
#92AD94
(146,173,148)
#A4BAA5
(164,186,165)
#B6C7B6
(182,199,182)
#C8D4C7
(200,212,199)
#DAE1D8
(218,225,216)
#ECEEE9
(236,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #386C3F; }

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

This text font color is #386C3F.

Background Color

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

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

This div background color is #386C3F.

Border color

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

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

This div border color is #386C3F.

Opacity

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

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

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

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

This text has shadow with #386C3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #386C3F.

Preview

Color preview on black background

This text has color #386C3F on black background.


Color preview on white background

This text has color #386C3F on white background.


Black color preview on #386C3F background

This text has black color on #386C3F background.


White color preview on #386C3F background

This text has white color on #386C3F background.


Related colors

Complementary color

Complementary color for #hex is #C793C0.


I love getcolorcode.com

Triadic colors

1 #3F386C and #6C3F38 with #386C3F are triadic colors.

2 #3F6C38 and #6C383F with #386C3F are triadic colors.