COLOR #386E11

HEX: #386E11
RGB: (56,110,17)

Color info

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

RGB color model

#386E11 color RGB value is (56,110,17).

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

RGB channels and saturation

R 56 of 255 = 22%
G 110 of 255 = 43%
B 17 of 255 = 7%

56
110
17

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

Portions of RGB colors in percentages

R + G + B =
56 + 110 + 17 = 183 (100%)
R 56 of 183 ~ 30.6%
G 110 of 183 ~ 60.11%
B 17 of 183 ~ 9.29%

%30.6
%60.11

CMYK color model

#386E11 color CMYK value is (49,0,85,57).

  • cyan value is 49.09%
  • magenta value is 0.00%
  • yellow value is 84.55%
  • key color value is 56.86%
CMYK:
(49,0,85,57)
C49M0Y85K57 
(49%,0%,85%,57%)
(0.49/0.00/0.85/0.57)	

CMYK percentages

%49.09
%0
%84.55
%56.86

Codes

Color #386E11 in popluar color models

386E11
RGB5611017
HSL95°73.23%24.90%
HSB/HSV95°84.55%43.14%
CMYK49.09%0.00%84.55%
56.86%

Color #386E11 in popluar number systems.

HEX386E11
Decimal5611017
Binary111000110111010001
Octal7015621

Shades and tints

Shades of #386E11

#386E11
(56,110,17)
#336410
(51,100,16)
#2E5A0F
(46,90,15)
#29500E
(41,80,14)
#24460D
(36,70,13)
#1F3C0C
(31,60,12)
#1A320B
(26,50,11)
#15280A
(21,40,10)
#101E09
(16,30,9)
#0B1408
(11,20,8)
#060A07
(6,10,7)
#000000
(0,0,0)

Tints of #386E11

#386E11
(56,110,17)
#4A7B26
(74,123,38)
#5C883B
(92,136,59)
#6E9550
(110,149,80)
#80A265
(128,162,101)
#92AF7A
(146,175,122)
#A4BC8F
(164,188,143)
#B6C9A4
(182,201,164)
#C8D6B9
(200,214,185)
#DAE3CE
(218,227,206)
#ECF0E3
(236,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #386E11 color. Also use rgb(56,110,17) instead hex code.

Text Font Color

.myTextColor { color: #386E11; }

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

This text font color is #386E11.


Background Color

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

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

This div background color is #386E11.


Border color

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

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

This div border color is #386E11.


Opacity

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

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

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

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

This text has shadow with #386E11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386E11 on black background.


Color preview on white background

This text has color #386E11 on white background.



Black color preview on #386E11 background

This text has black color on #386E11 background.


White color preview on #386E11 background

This text has white color on #386E11 background.