COLOR #387559

HEX: #387559
RGB: (56,117,89)

Color info

#387559 contains mainly green and blue colors. Web safe color of #387559 is #336666 (or #366).

RGB color model

#387559 color RGB value is (56,117,89).

  • red value is 56;
  • green value is 117;
  • blue value is 89.
RGB:
(56,117,89)
(22%,46%,35%)

RGB channels and saturation

R 56 of 255 = 22%
G 117 of 255 = 46%
B 89 of 255 = 35%

56
117
89

R + G + B ~ 34%. #387559 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 117 + 89 = 262 (100%)
R 56 of 262 ~ 21.37%
G 117 of 262 ~ 44.66%
B 89 of 262 ~ 33.97%

%21.37
%44.66
%33.97

CMYK color model

#387559 color CMYK value is (52,0,24,54).

  • cyan value is 52.14%
  • magenta value is 0.00%
  • yellow value is 23.93%
  • key color value is 54.12%
CMYK:
(52,0,24,54)
C52M0Y24K54 
(52%,0%,24%,54%)
(0.52/0.00/0.24/0.54)	

CMYK percentages

%52.14
%0
%23.93
%54.12

Codes

Color #387559 in popluar color models

387559
RGB5611789
HSL152°35.26%33.92%
HSB/HSV152°52.14%45.88%
CMYK52.14%0.00%23.93%
54.12%

Color #387559 in popluar number systems.

HEX387559
Decimal5611789
Binary11100011101011011001
Octal70165131

Shades and tints

Shades of #387559

#387559
(56,117,89)
#336B51
(51,107,81)
#2E6149
(46,97,73)
#295741
(41,87,65)
#244D39
(36,77,57)
#1F4331
(31,67,49)
#1A3929
(26,57,41)
#152F21
(21,47,33)
#102519
(16,37,25)
#0B1B11
(11,27,17)
#061109
(6,17,9)
#000000
(0,0,0)

Tints of #387559

#387559
(56,117,89)
#4A8168
(74,129,104)
#5C8D77
(92,141,119)
#6E9986
(110,153,134)
#80A595
(128,165,149)
#92B1A4
(146,177,164)
#A4BDB3
(164,189,179)
#B6C9C2
(182,201,194)
#C8D5D1
(200,213,209)
#DAE1E0
(218,225,224)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #387559 color. Also use rgb(56,117,89) instead hex code.

Text Font Color

.myTextColor { color: #387559; }

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

This text font color is #387559.


Background Color

.myBgColor { background-color: #387559; }

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

This div background color is #387559.


Border color

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

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

This div border color is #387559.


Opacity

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

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

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

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

This text has shadow with #387559 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387559 on black background.


Color preview on white background

This text has color #387559 on white background.



Black color preview on #387559 background

This text has black color on #387559 background.


White color preview on #387559 background

This text has white color on #387559 background.