COLOR #387249

HEX: #387249
RGB: (56,114,73)

Color info

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

RGB color model

#387249 color RGB value is (56,114,73).

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

RGB channels and saturation

R 56 of 255 = 22%
G 114 of 255 = 45%
B 73 of 255 = 29%

56
114
73

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

Portions of RGB colors in percentages

R + G + B =
56 + 114 + 73 = 243 (100%)
R 56 of 243 ~ 23.05%
G 114 of 243 ~ 46.91%
B 73 of 243 ~ 30.04%

%23.05
%46.91
%30.04

CMYK color model

#387249 color CMYK value is (51,0,36,55).

  • cyan value is 50.88%
  • magenta value is 0.00%
  • yellow value is 35.96%
  • key color value is 55.29%
CMYK:
(51,0,36,55)
C51M0Y36K55 
(51%,0%,36%,55%)
(0.51/0.00/0.36/0.55)	

CMYK percentages

%50.88
%0
%35.96
%55.29

Codes

Color #387249 in popluar color models

387249
RGB5611473
HSL138°34.12%33.33%
HSB/HSV138°50.88%44.71%
CMYK50.88%0.00%35.96%
55.29%

Color #387249 in popluar number systems.

HEX387249
Decimal5611473
Binary11100011100101001001
Octal70162111

Shades and tints

Shades of #387249

#387249
(56,114,73)
#336843
(51,104,67)
#2E5E3D
(46,94,61)
#295437
(41,84,55)
#244A31
(36,74,49)
#1F402B
(31,64,43)
#1A3625
(26,54,37)
#152C1F
(21,44,31)
#102219
(16,34,25)
#0B1813
(11,24,19)
#060E0D
(6,14,13)
#000000
(0,0,0)

Tints of #387249

#387249
(56,114,73)
#4A7E59
(74,126,89)
#5C8A69
(92,138,105)
#6E9679
(110,150,121)
#80A289
(128,162,137)
#92AE99
(146,174,153)
#A4BAA9
(164,186,169)
#B6C6B9
(182,198,185)
#C8D2C9
(200,210,201)
#DADED9
(218,222,217)
#ECEAE9
(236,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #387249; }

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

This text font color is #387249.


Background Color

.myBgColor { background-color: #387249; }

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

This div background color is #387249.


Border color

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

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

This div border color is #387249.


Opacity

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

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

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

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

This text has shadow with #387249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387249 on black background.


Color preview on white background

This text has color #387249 on white background.



Black color preview on #387249 background

This text has black color on #387249 background.


White color preview on #387249 background

This text has white color on #387249 background.