COLOR #387A11

HEX: #387A11
RGB: (56,122,17)

Color info

#387A11 contains mainly green color. Web safe color of #387A11 is #336600 (or #360).

RGB color model

#387A11 color RGB value is (56,122,17).

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

RGB channels and saturation

R 56 of 255 = 22%
G 122 of 255 = 48%
B 17 of 255 = 7%

56
122
17

R + G + B ~ 26%. #387A11 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 122 + 17 = 195 (100%)
R 56 of 195 ~ 28.72%
G 122 of 195 ~ 62.56%
B 17 of 195 ~ 8.72%

%28.72
%62.56

CMYK color model

#387A11 color CMYK value is (54,0,86,52).

  • cyan value is 54.10%
  • magenta value is 0.00%
  • yellow value is 86.07%
  • key color value is 52.16%
CMYK:
(54,0,86,52)
C54M0Y86K52 
(54%,0%,86%,52%)
(0.54/0.00/0.86/0.52)	

CMYK percentages

%54.1
%0
%86.07
%52.16

Codes

Color #387A11 in popluar color models

387A11
RGB5612217
HSL98°75.54%27.25%
HSB/HSV98°86.07%47.84%
CMYK54.10%0.00%86.07%
52.16%

Color #387A11 in popluar number systems.

HEX387A11
Decimal5612217
Binary111000111101010001
Octal7017221

Shades and tints

Shades of #387A11

#387A11
(56,122,17)
#336F10
(51,111,16)
#2E640F
(46,100,15)
#29590E
(41,89,14)
#244E0D
(36,78,13)
#1F430C
(31,67,12)
#1A380B
(26,56,11)
#152D0A
(21,45,10)
#102209
(16,34,9)
#0B1708
(11,23,8)
#060C07
(6,12,7)
#000000
(0,0,0)

Tints of #387A11

#387A11
(56,122,17)
#4A8626
(74,134,38)
#5C923B
(92,146,59)
#6E9E50
(110,158,80)
#80AA65
(128,170,101)
#92B67A
(146,182,122)
#A4C28F
(164,194,143)
#B6CEA4
(182,206,164)
#C8DAB9
(200,218,185)
#DAE6CE
(218,230,206)
#ECF2E3
(236,242,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #387A11 color. Also use rgb(56,122,17) instead hex code.

Text Font Color

.myTextColor { color: #387A11; }

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

This text font color is #387A11.


Background Color

.myBgColor { background-color: #387A11; }

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

This div background color is #387A11.


Border color

.myBorderColor { border: 1px solid #387A11; }

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

This div border color is #387A11.


Opacity

.myOpacity80 { color: #387A11; opacity: 0.8; }

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

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

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

This text has shadow with #387A11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387A11 on black background.


Color preview on white background

This text has color #387A11 on white background.



Black color preview on #387A11 background

This text has black color on #387A11 background.


White color preview on #387A11 background

This text has white color on #387A11 background.