COLOR #387E3C

HEX: #387E3C
RGB: (56,126,60)

Color info

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

RGB color model

#387E3C color RGB value is (56,126,60).

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

RGB channels and saturation

R 56 of 255 = 22%
G 126 of 255 = 49%
B 60 of 255 = 24%

56
126
60

R + G + B ~ 32%. #387E3C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 126 + 60 = 242 (100%)
R 56 of 242 ~ 23.14%
G 126 of 242 ~ 52.07%
B 60 of 242 ~ 24.79%

%23.14
%52.07
%24.79

CMYK color model

#387E3C color CMYK value is (56,0,52,51).

  • cyan value is 55.56%
  • magenta value is 0.00%
  • yellow value is 52.38%
  • key color value is 50.59%
CMYK:
(56,0,52,51)
C56M0Y52K51 
(56%,0%,52%,51%)
(0.56/0.00/0.52/0.51)	

CMYK percentages

%55.56
%0
%52.38
%50.59

Codes

Color #387E3C in popluar color models

387E3C
RGB5612660
HSL123°38.46%35.69%
HSB/HSV123°55.56%49.41%
CMYK55.56%0.00%52.38%
50.59%

Color #387E3C in popluar number systems.

HEX387E3C
Decimal5612660
Binary1110001111110111100
Octal7017674

Shades and tints

Shades of #387E3C

#387E3C
(56,126,60)
#337337
(51,115,55)
#2E6832
(46,104,50)
#295D2D
(41,93,45)
#245228
(36,82,40)
#1F4723
(31,71,35)
#1A3C1E
(26,60,30)
#153119
(21,49,25)
#102614
(16,38,20)
#0B1B0F
(11,27,15)
#06100A
(6,16,10)
#000000
(0,0,0)

Tints of #387E3C

#387E3C
(56,126,60)
#4A894D
(74,137,77)
#5C945E
(92,148,94)
#6E9F6F
(110,159,111)
#80AA80
(128,170,128)
#92B591
(146,181,145)
#A4C0A2
(164,192,162)
#B6CBB3
(182,203,179)
#C8D6C4
(200,214,196)
#DAE1D5
(218,225,213)
#ECECE6
(236,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #387E3C; }

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

This text font color is #387E3C.


Background Color

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

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

This div background color is #387E3C.


Border color

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

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

This div border color is #387E3C.


Opacity

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

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

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

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

This text has shadow with #387E3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387E3C on black background.


Color preview on white background

This text has color #387E3C on white background.



Black color preview on #387E3C background

This text has black color on #387E3C background.


White color preview on #387E3C background

This text has white color on #387E3C background.