COLOR #387E45

HEX: #387E45
RGB: (56,126,69)

Color info

#387E45 contains mainly green and blue colors. Web safe color of #387E45 is #336633 (or #363).

RGB color model

#387E45 color RGB value is (56,126,69).

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

RGB channels and saturation

R 56 of 255 = 22%
G 126 of 255 = 49%
B 69 of 255 = 27%

56
126
69

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

Portions of RGB colors in percentages

R + G + B =
56 + 126 + 69 = 251 (100%)
R 56 of 251 ~ 22.31%
G 126 of 251 ~ 50.2%
B 69 of 251 ~ 27.49%

%22.31
%50.2
%27.49

CMYK color model

#387E45 color CMYK value is (56,0,45,51).

  • cyan value is 55.56%
  • magenta value is 0.00%
  • yellow value is 45.24%
  • key color value is 50.59%
CMYK:
(56,0,45,51)
C56M0Y45K51 
(56%,0%,45%,51%)
(0.56/0.00/0.45/0.51)	

CMYK percentages

%55.56
%0
%45.24
%50.59

Codes

Color #387E45 in popluar color models

387E45
RGB5612669
HSL131°38.46%35.69%
HSB/HSV131°55.56%49.41%
CMYK55.56%0.00%45.24%
50.59%

Color #387E45 in popluar number systems.

HEX387E45
Decimal5612669
Binary11100011111101000101
Octal70176105

Shades and tints

Shades of #387E45

#387E45
(56,126,69)
#33733F
(51,115,63)
#2E6839
(46,104,57)
#295D33
(41,93,51)
#24522D
(36,82,45)
#1F4727
(31,71,39)
#1A3C21
(26,60,33)
#15311B
(21,49,27)
#102615
(16,38,21)
#0B1B0F
(11,27,15)
#061009
(6,16,9)
#000000
(0,0,0)

Tints of #387E45

#387E45
(56,126,69)
#4A8955
(74,137,85)
#5C9465
(92,148,101)
#6E9F75
(110,159,117)
#80AA85
(128,170,133)
#92B595
(146,181,149)
#A4C0A5
(164,192,165)
#B6CBB5
(182,203,181)
#C8D6C5
(200,214,197)
#DAE1D5
(218,225,213)
#ECECE5
(236,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #387E45; }

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

This text font color is #387E45.


Background Color

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

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

This div background color is #387E45.


Border color

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

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

This div border color is #387E45.


Opacity

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

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

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

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

This text has shadow with #387E45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387E45 on black background.


Color preview on white background

This text has color #387E45 on white background.



Black color preview on #387E45 background

This text has black color on #387E45 background.


White color preview on #387E45 background

This text has white color on #387E45 background.