COLOR #387149

HEX: #387149
RGB: (56,113,73)

Color info

#387149 contains red, green and blue colors in about the same proportion. Web safe color of #387149 is #336633 (or #363).

RGB color model

#387149 color RGB value is (56,113,73).

  • red value is 56;
  • green value is 113;
  • blue value is 73.
RGB:
(56,113,73)
(22%,44%,29%)

RGB channels and saturation

R 56 of 255 = 22%
G 113 of 255 = 44%
B 73 of 255 = 29%

56
113
73

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

Portions of RGB colors in percentages

R + G + B =
56 + 113 + 73 = 242 (100%)
R 56 of 242 ~ 23.14%
G 113 of 242 ~ 46.69%
B 73 of 242 ~ 30.17%

%23.14
%46.69
%30.17

CMYK color model

#387149 color CMYK value is (50,0,35,56).

  • cyan value is 50.44%
  • magenta value is 0.00%
  • yellow value is 35.40%
  • key color value is 55.69%
CMYK:
(50,0,35,56)
C50M0Y35K56 
(50%,0%,35%,56%)
(0.50/0.00/0.35/0.56)	

CMYK percentages

%50.44
%0
%35.4
%55.69

Codes

Color #387149 in popluar color models

387149
RGB5611373
HSL138°33.73%33.14%
HSB/HSV138°50.44%44.31%
CMYK50.44%0.00%35.40%
55.69%

Color #387149 in popluar number systems.

HEX387149
Decimal5611373
Binary11100011100011001001
Octal70161111

Shades and tints

Shades of #387149

#387149
(56,113,73)
#336743
(51,103,67)
#2E5D3D
(46,93,61)
#295337
(41,83,55)
#244931
(36,73,49)
#1F3F2B
(31,63,43)
#1A3525
(26,53,37)
#152B1F
(21,43,31)
#102119
(16,33,25)
#0B1713
(11,23,19)
#060D0D
(6,13,13)
#000000
(0,0,0)

Tints of #387149

#387149
(56,113,73)
#4A7D59
(74,125,89)
#5C8969
(92,137,105)
#6E9579
(110,149,121)
#80A189
(128,161,137)
#92AD99
(146,173,153)
#A4B9A9
(164,185,169)
#B6C5B9
(182,197,185)
#C8D1C9
(200,209,201)
#DADDD9
(218,221,217)
#ECE9E9
(236,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #387149 color. Also use rgb(56,113,73) instead hex code.

Text Font Color

.myTextColor { color: #387149; }

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

This text font color is #387149.


Background Color

.myBgColor { background-color: #387149; }

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

This div background color is #387149.


Border color

.myBorderColor { border: 1px solid #387149; }

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

This div border color is #387149.


Opacity

.myOpacity80 { color: #387149; opacity: 0.8; }

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

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

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

This text has shadow with #387149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387149 on black background.


Color preview on white background

This text has color #387149 on white background.



Black color preview on #387149 background

This text has black color on #387149 background.


White color preview on #387149 background

This text has white color on #387149 background.