COLOR #387D5F

HEX: #387D5F
RGB: (56,125,95)

Color info

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

RGB color model

#387D5F color RGB value is (56,125,95).

  • red value is 56;
  • green value is 125;
  • blue value is 95.
RGB:
(56,125,95)
(22%,49%,37%)

RGB channels and saturation

R 56 of 255 = 22%
G 125 of 255 = 49%
B 95 of 255 = 37%

56
125
95

R + G + B ~ 36%. #387D5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 125 + 95 = 276 (100%)
R 56 of 276 ~ 20.29%
G 125 of 276 ~ 45.29%
B 95 of 276 ~ 34.42%

%20.29
%45.29
%34.42

CMYK color model

#387D5F color CMYK value is (55,0,24,51).

  • cyan value is 55.20%
  • magenta value is 0.00%
  • yellow value is 24.00%
  • key color value is 50.98%
CMYK:
(55,0,24,51)
C55M0Y24K51 
(55%,0%,24%,51%)
(0.55/0.00/0.24/0.51)	

CMYK percentages

%55.2
%0
%24
%50.98

Codes

Color #387D5F in popluar color models

387D5F
RGB5612595
HSL154°38.12%35.49%
HSB/HSV154°55.20%49.02%
CMYK55.20%0.00%24.00%
50.98%

Color #387D5F in popluar number systems.

HEX387D5F
Decimal5612595
Binary11100011111011011111
Octal70175137

Shades and tints

Shades of #387D5F

#387D5F
(56,125,95)
#337257
(51,114,87)
#2E674F
(46,103,79)
#295C47
(41,92,71)
#24513F
(36,81,63)
#1F4637
(31,70,55)
#1A3B2F
(26,59,47)
#153027
(21,48,39)
#10251F
(16,37,31)
#0B1A17
(11,26,23)
#060F0F
(6,15,15)
#000000
(0,0,0)

Tints of #387D5F

#387D5F
(56,125,95)
#4A886D
(74,136,109)
#5C937B
(92,147,123)
#6E9E89
(110,158,137)
#80A997
(128,169,151)
#92B4A5
(146,180,165)
#A4BFB3
(164,191,179)
#B6CAC1
(182,202,193)
#C8D5CF
(200,213,207)
#DAE0DD
(218,224,221)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #387D5F color. Also use rgb(56,125,95) instead hex code.

Text Font Color

.myTextColor { color: #387D5F; }

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

This text font color is #387D5F.


Background Color

.myBgColor { background-color: #387D5F; }

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

This div background color is #387D5F.


Border color

.myBorderColor { border: 1px solid #387D5F; }

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

This div border color is #387D5F.


Opacity

.myOpacity80 { color: #387D5F; opacity: 0.8; }

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

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

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

This text has shadow with #387D5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387D5F on black background.


Color preview on white background

This text has color #387D5F on white background.



Black color preview on #387D5F background

This text has black color on #387D5F background.


White color preview on #387D5F background

This text has white color on #387D5F background.