COLOR #386400

HEX: #386400
RGB: (56,100,0)

Color info

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

RGB color model

#386400 color RGB value is (56,100,0).

  • red value is 56;
  • green value is 100;
  • blue value is 0.
RGB:
(56,100,0)
(22%,39%,0%)

RGB channels and saturation

R 56 of 255 = 22%
G 100 of 255 = 39%
B 0 of 255 = 0%

56
100
0

R + G + B ~ 20%. #386400 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 100 + 0 = 156 (100%)
R 56 of 156 ~ 35.9%
G 100 of 156 ~ 64.1%
B 0 of 156 ~ 0%

%35.9
%64.1

CMYK color model

#386400 color CMYK value is (44,0,100,61).

  • cyan value is 44.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 60.78%
CMYK:
(44,0,100,61)
C44M0Y100K61 
(44%,0%,100%,61%)
(0.44/0.00/1.00/0.61)	

CMYK percentages

%44
%0
%100
%60.78

Codes

Color #386400 in popluar color models

386400
RGB561000
HSL86°100.00%19.61%
HSB/HSV86°100.00%39.22%
CMYK44.00%0.00%100.00%
60.78%

Color #386400 in popluar number systems.

HEX386400
Decimal561000
Binary11100011001000
Octal701440

Shades and tints

Shades of #386400

#386400
(56,100,0)
#335B00
(51,91,0)
#2E5200
(46,82,0)
#294900
(41,73,0)
#244000
(36,64,0)
#1F3700
(31,55,0)
#1A2E00
(26,46,0)
#152500
(21,37,0)
#101C00
(16,28,0)
#0B1300
(11,19,0)
#060A00
(6,10,0)
#000000
(0,0,0)

Tints of #386400

#386400
(56,100,0)
#4A7217
(74,114,23)
#5C802E
(92,128,46)
#6E8E45
(110,142,69)
#809C5C
(128,156,92)
#92AA73
(146,170,115)
#A4B88A
(164,184,138)
#B6C6A1
(182,198,161)
#C8D4B8
(200,212,184)
#DAE2CF
(218,226,207)
#ECF0E6
(236,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #386400 color. Also use rgb(56,100,0) instead hex code.

Text Font Color

.myTextColor { color: #386400; }

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

This text font color is #386400.


Background Color

.myBgColor { background-color: #386400; }

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

This div background color is #386400.


Border color

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

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

This div border color is #386400.


Opacity

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

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

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

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

This text has shadow with #386400 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386400 on black background.


Color preview on white background

This text has color #386400 on white background.



Black color preview on #386400 background

This text has black color on #386400 background.


White color preview on #386400 background

This text has white color on #386400 background.