COLOR #387562

HEX: #387562
RGB: (56,117,98)

Color info

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

RGB color model

#387562 color RGB value is (56,117,98).

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

RGB channels and saturation

R 56 of 255 = 22%
G 117 of 255 = 46%
B 98 of 255 = 38%

56
117
98

R + G + B ~ 35%. #387562 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 117 + 98 = 271 (100%)
R 56 of 271 ~ 20.66%
G 117 of 271 ~ 43.17%
B 98 of 271 ~ 36.16%

%20.66
%43.17
%36.16

CMYK color model

#387562 color CMYK value is (52,0,16,54).

  • cyan value is 52.14%
  • magenta value is 0.00%
  • yellow value is 16.24%
  • key color value is 54.12%
CMYK:
(52,0,16,54)
C52M0Y16K54 
(52%,0%,16%,54%)
(0.52/0.00/0.16/0.54)	

CMYK percentages

%52.14
%0
%16.24
%54.12

Codes

Color #387562 in popluar color models

387562
RGB5611798
HSL161°35.26%33.92%
HSB/HSV161°52.14%45.88%
CMYK52.14%0.00%16.24%
54.12%

Color #387562 in popluar number systems.

HEX387562
Decimal5611798
Binary11100011101011100010
Octal70165142

Shades and tints

Shades of #387562

#387562
(56,117,98)
#336B5A
(51,107,90)
#2E6152
(46,97,82)
#29574A
(41,87,74)
#244D42
(36,77,66)
#1F433A
(31,67,58)
#1A3932
(26,57,50)
#152F2A
(21,47,42)
#102522
(16,37,34)
#0B1B1A
(11,27,26)
#061112
(6,17,18)
#000000
(0,0,0)

Tints of #387562

#387562
(56,117,98)
#4A8170
(74,129,112)
#5C8D7E
(92,141,126)
#6E998C
(110,153,140)
#80A59A
(128,165,154)
#92B1A8
(146,177,168)
#A4BDB6
(164,189,182)
#B6C9C4
(182,201,196)
#C8D5D2
(200,213,210)
#DAE1E0
(218,225,224)
#ECEDEE
(236,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #387562; }

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

This text font color is #387562.


Background Color

.myBgColor { background-color: #387562; }

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

This div background color is #387562.


Border color

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

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

This div border color is #387562.


Opacity

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

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

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

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

This text has shadow with #387562 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387562 on black background.


Color preview on white background

This text has color #387562 on white background.



Black color preview on #387562 background

This text has black color on #387562 background.


White color preview on #387562 background

This text has white color on #387562 background.