COLOR #386620

HEX: #386620
RGB: (56,102,32)

Color info

#386620 contains mainly red and green colors. Web safe color of #386620 is #336633 (or #363).

RGB color model

#386620 color RGB value is (56,102,32).

  • red value is 56;
  • green value is 102;
  • blue value is 32.
RGB:
(56,102,32)
(22%,40%,13%)

RGB channels and saturation

R 56 of 255 = 22%
G 102 of 255 = 40%
B 32 of 255 = 13%

56
102
32

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

Portions of RGB colors in percentages

R + G + B =
56 + 102 + 32 = 190 (100%)
R 56 of 190 ~ 29.47%
G 102 of 190 ~ 53.68%
B 32 of 190 ~ 16.84%

%29.47
%53.68
%16.84

CMYK color model

#386620 color CMYK value is (45,0,69,60).

  • cyan value is 45.10%
  • magenta value is 0.00%
  • yellow value is 68.63%
  • key color value is 60.00%
CMYK:
(45,0,69,60)
C45M0Y69K60 
(45%,0%,69%,60%)
(0.45/0.00/0.69/0.60)	

CMYK percentages

%45.1
%0
%68.63
%60

Codes

Color #386620 in popluar color models

386620
RGB5610232
HSL99°52.24%26.27%
HSB/HSV99°68.63%40.00%
CMYK45.10%0.00%68.63%
60.00%

Color #386620 in popluar number systems.

HEX386620
Decimal5610232
Binary1110001100110100000
Octal7014640

Shades and tints

Shades of #386620

#386620
(56,102,32)
#335D1E
(51,93,30)
#2E541C
(46,84,28)
#294B1A
(41,75,26)
#244218
(36,66,24)
#1F3916
(31,57,22)
#1A3014
(26,48,20)
#152712
(21,39,18)
#101E10
(16,30,16)
#0B150E
(11,21,14)
#060C0C
(6,12,12)
#000000
(0,0,0)

Tints of #386620

#386620
(56,102,32)
#4A7334
(74,115,52)
#5C8048
(92,128,72)
#6E8D5C
(110,141,92)
#809A70
(128,154,112)
#92A784
(146,167,132)
#A4B498
(164,180,152)
#B6C1AC
(182,193,172)
#C8CEC0
(200,206,192)
#DADBD4
(218,219,212)
#ECE8E8
(236,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #386620 color. Also use rgb(56,102,32) instead hex code.

Text Font Color

.myTextColor { color: #386620; }

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

This text font color is #386620.


Background Color

.myBgColor { background-color: #386620; }

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

This div background color is #386620.


Border color

.myBorderColor { border: 1px solid #386620; }

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

This div border color is #386620.


Opacity

.myOpacity80 { color: #386620; opacity: 0.8; }

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

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

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

This text has shadow with #386620 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386620 on black background.


Color preview on white background

This text has color #386620 on white background.



Black color preview on #386620 background

This text has black color on #386620 background.


White color preview on #386620 background

This text has white color on #386620 background.