COLOR #386321

HEX: #386321
RGB: (56,99,33)

Color info

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

RGB color model

#386321 color RGB value is (56,99,33).

  • red value is 56;
  • green value is 99;
  • blue value is 33.
RGB:
(56,99,33)
(22%,39%,13%)

RGB channels and saturation

R 56 of 255 = 22%
G 99 of 255 = 39%
B 33 of 255 = 13%

56
99
33

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

Portions of RGB colors in percentages

R + G + B =
56 + 99 + 33 = 188 (100%)
R 56 of 188 ~ 29.79%
G 99 of 188 ~ 52.66%
B 33 of 188 ~ 17.55%

%29.79
%52.66
%17.55

CMYK color model

#386321 color CMYK value is (43,0,67,61).

  • cyan value is 43.43%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 61.18%
CMYK:
(43,0,67,61)
C43M0Y67K61 
(43%,0%,67%,61%)
(0.43/0.00/0.67/0.61)	

CMYK percentages

%43.43
%0
%66.67
%61.18

Codes

Color #386321 in popluar color models

386321
RGB569933
HSL99°50.00%25.88%
HSB/HSV99°66.67%38.82%
CMYK43.43%0.00%66.67%
61.18%

Color #386321 in popluar number systems.

HEX386321
Decimal569933
Binary1110001100011100001
Octal7014341

Shades and tints

Shades of #386321

#386321
(56,99,33)
#335A1E
(51,90,30)
#2E511B
(46,81,27)
#294818
(41,72,24)
#243F15
(36,63,21)
#1F3612
(31,54,18)
#1A2D0F
(26,45,15)
#15240C
(21,36,12)
#101B09
(16,27,9)
#0B1206
(11,18,6)
#060903
(6,9,3)
#000000
(0,0,0)

Tints of #386321

#386321
(56,99,33)
#4A7135
(74,113,53)
#5C7F49
(92,127,73)
#6E8D5D
(110,141,93)
#809B71
(128,155,113)
#92A985
(146,169,133)
#A4B799
(164,183,153)
#B6C5AD
(182,197,173)
#C8D3C1
(200,211,193)
#DAE1D5
(218,225,213)
#ECEFE9
(236,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #386321 color. Also use rgb(56,99,33) instead hex code.

Text Font Color

.myTextColor { color: #386321; }

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

This text font color is #386321.


Background Color

.myBgColor { background-color: #386321; }

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

This div background color is #386321.


Border color

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

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

This div border color is #386321.


Opacity

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

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

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

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

This text has shadow with #386321 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386321 on black background.


Color preview on white background

This text has color #386321 on white background.



Black color preview on #386321 background

This text has black color on #386321 background.


White color preview on #386321 background

This text has white color on #386321 background.