COLOR #386624

HEX: #386624
RGB: (56,102,36)

Color info

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

RGB color model

#386624 color RGB value is (56,102,36).

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

RGB channels and saturation

R 56 of 255 = 22%
G 102 of 255 = 40%
B 36 of 255 = 14%

56
102
36

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

Portions of RGB colors in percentages

R + G + B =
56 + 102 + 36 = 194 (100%)
R 56 of 194 ~ 28.87%
G 102 of 194 ~ 52.58%
B 36 of 194 ~ 18.56%

%28.87
%52.58
%18.56

CMYK color model

#386624 color CMYK value is (45,0,65,60).

  • cyan value is 45.10%
  • magenta value is 0.00%
  • yellow value is 64.71%
  • key color value is 60.00%
CMYK:
(45,0,65,60)
C45M0Y65K60 
(45%,0%,65%,60%)
(0.45/0.00/0.65/0.60)	

CMYK percentages

%45.1
%0
%64.71
%60

Codes

Color #386624 in popluar color models

386624
RGB5610236
HSL102°47.83%27.06%
HSB/HSV102°64.71%40.00%
CMYK45.10%0.00%64.71%
60.00%

Color #386624 in popluar number systems.

HEX386624
Decimal5610236
Binary1110001100110100100
Octal7014644

Shades and tints

Shades of #386624

#386624
(56,102,36)
#335D21
(51,93,33)
#2E541E
(46,84,30)
#294B1B
(41,75,27)
#244218
(36,66,24)
#1F3915
(31,57,21)
#1A3012
(26,48,18)
#15270F
(21,39,15)
#101E0C
(16,30,12)
#0B1509
(11,21,9)
#060C06
(6,12,6)
#000000
(0,0,0)

Tints of #386624

#386624
(56,102,36)
#4A7337
(74,115,55)
#5C804A
(92,128,74)
#6E8D5D
(110,141,93)
#809A70
(128,154,112)
#92A783
(146,167,131)
#A4B496
(164,180,150)
#B6C1A9
(182,193,169)
#C8CEBC
(200,206,188)
#DADBCF
(218,219,207)
#ECE8E2
(236,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #386624; }

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

This text font color is #386624.


Background Color

.myBgColor { background-color: #386624; }

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

This div background color is #386624.


Border color

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

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

This div border color is #386624.


Opacity

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

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

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

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

This text has shadow with #386624 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386624 on black background.


Color preview on white background

This text has color #386624 on white background.



Black color preview on #386624 background

This text has black color on #386624 background.


White color preview on #386624 background

This text has white color on #386624 background.