COLOR #386306

HEX: #386306
RGB: (56,99,6)

Color info

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

RGB color model

#386306 color RGB value is (56,99,6).

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

RGB channels and saturation

R 56 of 255 = 22%
G 99 of 255 = 39%
B 6 of 255 = 2%

56
99
6

R + G + B ~ 21%. #386306 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 99 + 6 = 161 (100%)
R 56 of 161 ~ 34.78%
G 99 of 161 ~ 61.49%
B 6 of 161 ~ 3.73%

%34.78
%61.49

CMYK color model

#386306 color CMYK value is (43,0,94,61).

  • cyan value is 43.43%
  • magenta value is 0.00%
  • yellow value is 93.94%
  • key color value is 61.18%
CMYK:
(43,0,94,61)
C43M0Y94K61 
(43%,0%,94%,61%)
(0.43/0.00/0.94/0.61)	

CMYK percentages

%43.43
%0
%93.94
%61.18

Codes

Color #386306 in popluar color models

386306
RGB56996
HSL88°88.57%20.59%
HSB/HSV88°93.94%38.82%
CMYK43.43%0.00%93.94%
61.18%

Color #386306 in popluar number systems.

HEX386306
Decimal56996
Binary1110001100011110
Octal701436

Shades and tints

Shades of #386306

#386306
(56,99,6)
#335A06
(51,90,6)
#2E5106
(46,81,6)
#294806
(41,72,6)
#243F06
(36,63,6)
#1F3606
(31,54,6)
#1A2D06
(26,45,6)
#152406
(21,36,6)
#101B06
(16,27,6)
#0B1206
(11,18,6)
#060906
(6,9,6)
#000000
(0,0,0)

Tints of #386306

#386306
(56,99,6)
#4A711C
(74,113,28)
#5C7F32
(92,127,50)
#6E8D48
(110,141,72)
#809B5E
(128,155,94)
#92A974
(146,169,116)
#A4B78A
(164,183,138)
#B6C5A0
(182,197,160)
#C8D3B6
(200,211,182)
#DAE1CC
(218,225,204)
#ECEFE2
(236,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #386306; }

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

This text font color is #386306.


Background Color

.myBgColor { background-color: #386306; }

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

This div background color is #386306.


Border color

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

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

This div border color is #386306.


Opacity

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

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

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

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

This text has shadow with #386306 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386306 on black background.


Color preview on white background

This text has color #386306 on white background.



Black color preview on #386306 background

This text has black color on #386306 background.


White color preview on #386306 background

This text has white color on #386306 background.