COLOR #387044

HEX: #387044
RGB: (56,112,68)

Color info

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

RGB color model

#387044 color RGB value is (56,112,68).

  • red value is 56;
  • green value is 112;
  • blue value is 68.
RGB:
(56,112,68)
(22%,44%,27%)

RGB channels and saturation

R 56 of 255 = 22%
G 112 of 255 = 44%
B 68 of 255 = 27%

56
112
68

R + G + B ~ 31%. #387044 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 112 + 68 = 236 (100%)
R 56 of 236 ~ 23.73%
G 112 of 236 ~ 47.46%
B 68 of 236 ~ 28.81%

%23.73
%47.46
%28.81

CMYK color model

#387044 color CMYK value is (50,0,39,56).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 39.29%
  • key color value is 56.08%
CMYK:
(50,0,39,56)
C50M0Y39K56 
(50%,0%,39%,56%)
(0.50/0.00/0.39/0.56)	

CMYK percentages

%50
%0
%39.29
%56.08

Codes

Color #387044 in popluar color models

387044
RGB5611268
HSL133°33.33%32.94%
HSB/HSV133°50.00%43.92%
CMYK50.00%0.00%39.29%
56.08%

Color #387044 in popluar number systems.

HEX387044
Decimal5611268
Binary11100011100001000100
Octal70160104

Shades and tints

Shades of #387044

#387044
(56,112,68)
#33663E
(51,102,62)
#2E5C38
(46,92,56)
#295232
(41,82,50)
#24482C
(36,72,44)
#1F3E26
(31,62,38)
#1A3420
(26,52,32)
#152A1A
(21,42,26)
#102014
(16,32,20)
#0B160E
(11,22,14)
#060C08
(6,12,8)
#000000
(0,0,0)

Tints of #387044

#387044
(56,112,68)
#4A7D55
(74,125,85)
#5C8A66
(92,138,102)
#6E9777
(110,151,119)
#80A488
(128,164,136)
#92B199
(146,177,153)
#A4BEAA
(164,190,170)
#B6CBBB
(182,203,187)
#C8D8CC
(200,216,204)
#DAE5DD
(218,229,221)
#ECF2EE
(236,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #387044 color. Also use rgb(56,112,68) instead hex code.

Text Font Color

.myTextColor { color: #387044; }

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

This text font color is #387044.


Background Color

.myBgColor { background-color: #387044; }

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

This div background color is #387044.


Border color

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

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

This div border color is #387044.


Opacity

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

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

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

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

This text has shadow with #387044 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387044 on black background.


Color preview on white background

This text has color #387044 on white background.



Black color preview on #387044 background

This text has black color on #387044 background.


White color preview on #387044 background

This text has white color on #387044 background.