COLOR #387B2D

HEX: #387B2D
RGB: (56,123,45)

Color info

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

RGB color model

#387B2D color RGB value is (56,123,45).

  • red value is 56;
  • green value is 123;
  • blue value is 45.
RGB:
(56,123,45)
(22%,48%,18%)

RGB channels and saturation

R 56 of 255 = 22%
G 123 of 255 = 48%
B 45 of 255 = 18%

56
123
45

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

Portions of RGB colors in percentages

R + G + B =
56 + 123 + 45 = 224 (100%)
R 56 of 224 ~ 25%
G 123 of 224 ~ 54.91%
B 45 of 224 ~ 20.09%

%25
%54.91
%20.09

CMYK color model

#387B2D color CMYK value is (54,0,63,52).

  • cyan value is 54.47%
  • magenta value is 0.00%
  • yellow value is 63.41%
  • key color value is 51.76%
CMYK:
(54,0,63,52)
C54M0Y63K52 
(54%,0%,63%,52%)
(0.54/0.00/0.63/0.52)	

CMYK percentages

%54.47
%0
%63.41
%51.76

Codes

Color #387B2D in popluar color models

387B2D
RGB5612345
HSL112°46.43%32.94%
HSB/HSV112°63.41%48.24%
CMYK54.47%0.00%63.41%
51.76%

Color #387B2D in popluar number systems.

HEX387B2D
Decimal5612345
Binary1110001111011101101
Octal7017355

Shades and tints

Shades of #387B2D

#387B2D
(56,123,45)
#337029
(51,112,41)
#2E6525
(46,101,37)
#295A21
(41,90,33)
#244F1D
(36,79,29)
#1F4419
(31,68,25)
#1A3915
(26,57,21)
#152E11
(21,46,17)
#10230D
(16,35,13)
#0B1809
(11,24,9)
#060D05
(6,13,5)
#000000
(0,0,0)

Tints of #387B2D

#387B2D
(56,123,45)
#4A8740
(74,135,64)
#5C9353
(92,147,83)
#6E9F66
(110,159,102)
#80AB79
(128,171,121)
#92B78C
(146,183,140)
#A4C39F
(164,195,159)
#B6CFB2
(182,207,178)
#C8DBC5
(200,219,197)
#DAE7D8
(218,231,216)
#ECF3EB
(236,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #387B2D color. Also use rgb(56,123,45) instead hex code.

Text Font Color

.myTextColor { color: #387B2D; }

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

This text font color is #387B2D.


Background Color

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

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

This div background color is #387B2D.


Border color

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

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

This div border color is #387B2D.


Opacity

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

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

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

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

This text has shadow with #387B2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387B2D on black background.


Color preview on white background

This text has color #387B2D on white background.



Black color preview on #387B2D background

This text has black color on #387B2D background.


White color preview on #387B2D background

This text has white color on #387B2D background.