COLOR #387F43

HEX: #387F43
RGB: (56,127,67)

Color info

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

RGB color model

#387F43 color RGB value is (56,127,67).

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

RGB channels and saturation

R 56 of 255 = 22%
G 127 of 255 = 50%
B 67 of 255 = 26%

56
127
67

R + G + B ~ 33%. #387F43 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 127 + 67 = 250 (100%)
R 56 of 250 ~ 22.4%
G 127 of 250 ~ 50.8%
B 67 of 250 ~ 26.8%

%22.4
%50.8
%26.8

CMYK color model

#387F43 color CMYK value is (56,0,47,50).

  • cyan value is 55.91%
  • magenta value is 0.00%
  • yellow value is 47.24%
  • key color value is 50.20%
CMYK:
(56,0,47,50)
C56M0Y47K50 
(56%,0%,47%,50%)
(0.56/0.00/0.47/0.50)	

CMYK percentages

%55.91
%0
%47.24
%50.2

Codes

Color #387F43 in popluar color models

387F43
RGB5612767
HSL129°38.80%35.88%
HSB/HSV129°55.91%49.80%
CMYK55.91%0.00%47.24%
50.20%

Color #387F43 in popluar number systems.

HEX387F43
Decimal5612767
Binary11100011111111000011
Octal70177103

Shades and tints

Shades of #387F43

#387F43
(56,127,67)
#33743D
(51,116,61)
#2E6937
(46,105,55)
#295E31
(41,94,49)
#24532B
(36,83,43)
#1F4825
(31,72,37)
#1A3D1F
(26,61,31)
#153219
(21,50,25)
#102713
(16,39,19)
#0B1C0D
(11,28,13)
#061107
(6,17,7)
#000000
(0,0,0)

Tints of #387F43

#387F43
(56,127,67)
#4A8A54
(74,138,84)
#5C9565
(92,149,101)
#6EA076
(110,160,118)
#80AB87
(128,171,135)
#92B698
(146,182,152)
#A4C1A9
(164,193,169)
#B6CCBA
(182,204,186)
#C8D7CB
(200,215,203)
#DAE2DC
(218,226,220)
#ECEDED
(236,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #387F43; }

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

This text font color is #387F43.


Background Color

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

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

This div background color is #387F43.


Border color

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

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

This div border color is #387F43.


Opacity

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

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

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

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

This text has shadow with #387F43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387F43 on black background.


Color preview on white background

This text has color #387F43 on white background.



Black color preview on #387F43 background

This text has black color on #387F43 background.


White color preview on #387F43 background

This text has white color on #387F43 background.