COLOR #387F39

HEX: #387F39
RGB: (56,127,57)

Color info

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

RGB color model

#387F39 color RGB value is (56,127,57).

  • red value is 56;
  • green value is 127;
  • blue value is 57.
RGB:
(56,127,57)
(22%,50%,22%)

RGB channels and saturation

R 56 of 255 = 22%
G 127 of 255 = 50%
B 57 of 255 = 22%

56
127
57

R + G + B ~ 31%. #387F39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 127 + 57 = 240 (100%)
R 56 of 240 ~ 23.33%
G 127 of 240 ~ 52.92%
B 57 of 240 ~ 23.75%

%23.33
%52.92
%23.75

CMYK color model

#387F39 color CMYK value is (56,0,55,50).

  • cyan value is 55.91%
  • magenta value is 0.00%
  • yellow value is 55.12%
  • key color value is 50.20%
CMYK:
(56,0,55,50)
C56M0Y55K50 
(56%,0%,55%,50%)
(0.56/0.00/0.55/0.50)	

CMYK percentages

%55.91
%0
%55.12
%50.2

Codes

Color #387F39 in popluar color models

387F39
RGB5612757
HSL121°38.80%35.88%
HSB/HSV121°55.91%49.80%
CMYK55.91%0.00%55.12%
50.20%

Color #387F39 in popluar number systems.

HEX387F39
Decimal5612757
Binary1110001111111111001
Octal7017771

Shades and tints

Shades of #387F39

#387F39
(56,127,57)
#337434
(51,116,52)
#2E692F
(46,105,47)
#295E2A
(41,94,42)
#245325
(36,83,37)
#1F4820
(31,72,32)
#1A3D1B
(26,61,27)
#153216
(21,50,22)
#102711
(16,39,17)
#0B1C0C
(11,28,12)
#061107
(6,17,7)
#000000
(0,0,0)

Tints of #387F39

#387F39
(56,127,57)
#4A8A4B
(74,138,75)
#5C955D
(92,149,93)
#6EA06F
(110,160,111)
#80AB81
(128,171,129)
#92B693
(146,182,147)
#A4C1A5
(164,193,165)
#B6CCB7
(182,204,183)
#C8D7C9
(200,215,201)
#DAE2DB
(218,226,219)
#ECEDED
(236,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #387F39 color. Also use rgb(56,127,57) instead hex code.

Text Font Color

.myTextColor { color: #387F39; }

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

This text font color is #387F39.


Background Color

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

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

This div background color is #387F39.


Border color

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

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

This div border color is #387F39.


Opacity

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

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

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

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

This text has shadow with #387F39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387F39 on black background.


Color preview on white background

This text has color #387F39 on white background.



Black color preview on #387F39 background

This text has black color on #387F39 background.


White color preview on #387F39 background

This text has white color on #387F39 background.