COLOR #386C19

HEX: #386C19
RGB: (56,108,25)

Color info

#386C19 contains mainly red and green colors. Web safe color of #386C19 is #336600 (or #360).

RGB color model

#386C19 color RGB value is (56,108,25).

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

RGB channels and saturation

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

56
108
25

R + G + B ~ 25%. #386C19 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 108 + 25 = 189 (100%)
R 56 of 189 ~ 29.63%
G 108 of 189 ~ 57.14%
B 25 of 189 ~ 13.23%

%29.63
%57.14
%13.23

CMYK color model

#386C19 color CMYK value is (48,0,77,58).

  • cyan value is 48.15%
  • magenta value is 0.00%
  • yellow value is 76.85%
  • key color value is 57.65%
CMYK:
(48,0,77,58)
C48M0Y77K58 
(48%,0%,77%,58%)
(0.48/0.00/0.77/0.58)	

CMYK percentages

%48.15
%0
%76.85
%57.65

Codes

Color #386C19 in popluar color models

386C19
RGB5610825
HSL98°62.41%26.08%
HSB/HSV98°76.85%42.35%
CMYK48.15%0.00%76.85%
57.65%

Color #386C19 in popluar number systems.

HEX386C19
Decimal5610825
Binary111000110110011001
Octal7015431

Shades and tints

Shades of #386C19

#386C19
(56,108,25)
#336317
(51,99,23)
#2E5A15
(46,90,21)
#295113
(41,81,19)
#244811
(36,72,17)
#1F3F0F
(31,63,15)
#1A360D
(26,54,13)
#152D0B
(21,45,11)
#102409
(16,36,9)
#0B1B07
(11,27,7)
#061205
(6,18,5)
#000000
(0,0,0)

Tints of #386C19

#386C19
(56,108,25)
#4A792D
(74,121,45)
#5C8641
(92,134,65)
#6E9355
(110,147,85)
#80A069
(128,160,105)
#92AD7D
(146,173,125)
#A4BA91
(164,186,145)
#B6C7A5
(182,199,165)
#C8D4B9
(200,212,185)
#DAE1CD
(218,225,205)
#ECEEE1
(236,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #386C19; }

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

This text font color is #386C19.


Background Color

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

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

This div background color is #386C19.


Border color

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

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

This div border color is #386C19.


Opacity

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

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

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

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

This text has shadow with #386C19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386C19 on black background.


Color preview on white background

This text has color #386C19 on white background.



Black color preview on #386C19 background

This text has black color on #386C19 background.


White color preview on #386C19 background

This text has white color on #386C19 background.