COLOR #387E27

HEX: #387E27
RGB: (56,126,39)

Color info

#387E27 contains mainly green color. Web safe color of #387E27 is #336633 (or #363).

RGB color model

#387E27 color RGB value is (56,126,39).

  • red value is 56;
  • green value is 126;
  • blue value is 39.
RGB:
(56,126,39)
(22%,49%,15%)

RGB channels and saturation

R 56 of 255 = 22%
G 126 of 255 = 49%
B 39 of 255 = 15%

56
126
39

R + G + B ~ 29%. #387E27 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 126 + 39 = 221 (100%)
R 56 of 221 ~ 25.34%
G 126 of 221 ~ 57.01%
B 39 of 221 ~ 17.65%

%25.34
%57.01
%17.65

CMYK color model

#387E27 color CMYK value is (56,0,69,51).

  • cyan value is 55.56%
  • magenta value is 0.00%
  • yellow value is 69.05%
  • key color value is 50.59%
CMYK:
(56,0,69,51)
C56M0Y69K51 
(56%,0%,69%,51%)
(0.56/0.00/0.69/0.51)	

CMYK percentages

%55.56
%0
%69.05
%50.59

Codes

Color #387E27 in popluar color models

387E27
RGB5612639
HSL108°52.73%32.35%
HSB/HSV108°69.05%49.41%
CMYK55.56%0.00%69.05%
50.59%

Color #387E27 in popluar number systems.

HEX387E27
Decimal5612639
Binary1110001111110100111
Octal7017647

Shades and tints

Shades of #387E27

#387E27
(56,126,39)
#337324
(51,115,36)
#2E6821
(46,104,33)
#295D1E
(41,93,30)
#24521B
(36,82,27)
#1F4718
(31,71,24)
#1A3C15
(26,60,21)
#153112
(21,49,18)
#10260F
(16,38,15)
#0B1B0C
(11,27,12)
#061009
(6,16,9)
#000000
(0,0,0)

Tints of #387E27

#387E27
(56,126,39)
#4A893A
(74,137,58)
#5C944D
(92,148,77)
#6E9F60
(110,159,96)
#80AA73
(128,170,115)
#92B586
(146,181,134)
#A4C099
(164,192,153)
#B6CBAC
(182,203,172)
#C8D6BF
(200,214,191)
#DAE1D2
(218,225,210)
#ECECE5
(236,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #387E27 color. Also use rgb(56,126,39) instead hex code.

Text Font Color

.myTextColor { color: #387E27; }

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

This text font color is #387E27.


Background Color

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

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

This div background color is #387E27.


Border color

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

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

This div border color is #387E27.


Opacity

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

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

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

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

This text has shadow with #387E27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387E27 on black background.


Color preview on white background

This text has color #387E27 on white background.



Black color preview on #387E27 background

This text has black color on #387E27 background.


White color preview on #387E27 background

This text has white color on #387E27 background.