COLOR #386D12

HEX: #386D12
RGB: (56,109,18)

Color info

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

RGB color model

#386D12 color RGB value is (56,109,18).

  • red value is 56;
  • green value is 109;
  • blue value is 18.
RGB:
(56,109,18)
(22%,43%,7%)

RGB channels and saturation

R 56 of 255 = 22%
G 109 of 255 = 43%
B 18 of 255 = 7%

56
109
18

R + G + B ~ 24%. #386D12 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 109 + 18 = 183 (100%)
R 56 of 183 ~ 30.6%
G 109 of 183 ~ 59.56%
B 18 of 183 ~ 9.84%

%30.6
%59.56
%9.84

CMYK color model

#386D12 color CMYK value is (49,0,83,57).

  • cyan value is 48.62%
  • magenta value is 0.00%
  • yellow value is 83.49%
  • key color value is 57.25%
CMYK:
(49,0,83,57)
C49M0Y83K57 
(49%,0%,83%,57%)
(0.49/0.00/0.83/0.57)	

CMYK percentages

%48.62
%0
%83.49
%57.25

Codes

Color #386D12 in popluar color models

386D12
RGB5610918
HSL95°71.65%24.90%
HSB/HSV95°83.49%42.75%
CMYK48.62%0.00%83.49%
57.25%

Color #386D12 in popluar number systems.

HEX386D12
Decimal5610918
Binary111000110110110010
Octal7015522

Shades and tints

Shades of #386D12

#386D12
(56,109,18)
#336411
(51,100,17)
#2E5B10
(46,91,16)
#29520F
(41,82,15)
#24490E
(36,73,14)
#1F400D
(31,64,13)
#1A370C
(26,55,12)
#152E0B
(21,46,11)
#10250A
(16,37,10)
#0B1C09
(11,28,9)
#061308
(6,19,8)
#000000
(0,0,0)

Tints of #386D12

#386D12
(56,109,18)
#4A7A27
(74,122,39)
#5C873C
(92,135,60)
#6E9451
(110,148,81)
#80A166
(128,161,102)
#92AE7B
(146,174,123)
#A4BB90
(164,187,144)
#B6C8A5
(182,200,165)
#C8D5BA
(200,213,186)
#DAE2CF
(218,226,207)
#ECEFE4
(236,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #386D12 color. Also use rgb(56,109,18) instead hex code.

Text Font Color

.myTextColor { color: #386D12; }

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

This text font color is #386D12.


Background Color

.myBgColor { background-color: #386D12; }

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

This div background color is #386D12.


Border color

.myBorderColor { border: 1px solid #386D12; }

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

This div border color is #386D12.


Opacity

.myOpacity80 { color: #386D12; opacity: 0.8; }

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

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

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

This text has shadow with #386D12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386D12 on black background.


Color preview on white background

This text has color #386D12 on white background.



Black color preview on #386D12 background

This text has black color on #386D12 background.


White color preview on #386D12 background

This text has white color on #386D12 background.