COLOR #387C5B

HEX: #387C5B RGB: (56,124,91)

Color info

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

RGB color model

#387C5B color RGB value is (56,124,91).

RGB: (56,124,91) (22%, 49%, 36%)

RGB channels and saturation

R 56 of 255 = 22%
G 124 of 255 = 49%
B 91 of 255 = 36%

56
124
91

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

Portions of RGB colors in percentages

R + G + B = 56 + 124 + 91 = 271 (100%)
R 56 of 271 ~ 20.66%
G 124 of 271 ~ 45.76%
B 91 of 271 ~ 33.58'%

%20.66
%45.76
%33.58

CMYK color model

#387C5B color CMYK value is (55,0,27,51).

  • cyan value is 54.84%
  • magenta value is 0.00%
  • yellow value is 26.61%
  • key color value is 51.37%

CMYK: (55,0,27,51)
C55M0Y27K51 (55%, 0%, 27%, 51%)
(0.55 / 0.00 / 0.27 / 0.51)

CMYK percentages

%54.84
%0
%26.61
%51.37

Codes

Color #387C5B in popluar color models

38 7C 5B
RGB 56 124 91
HSL 151° 37.78% 35.29%
HSB/HSV 151° 54.84% 48.63%
CMYK 54.84% 0.00% 26.61%
51.37%

Color #387C5B in popluar number systems.

HEX 38 7C 5B
Decimal 56 124 91
Binary 111000 1111100 1011011
Octal 70 174 133

Shades and tints

Shades of #387C5B

#387C5B
(56,124,91)
#337153
(51,113,83)
#2E664B
(46,102,75)
#295B43
(41,91,67)
#24503B
(36,80,59)
#1F4533
(31,69,51)
#1A3A2B
(26,58,43)
#152F23
(21,47,35)
#10241B
(16,36,27)
#0B1913
(11,25,19)
#060E0B
(6,14,11)
#000000
(0,0,0)

Tints of #387C5B

#387C5B
(56,124,91)
#4A8769
(74,135,105)
#5C9277
(92,146,119)
#6E9D85
(110,157,133)
#80A893
(128,168,147)
#92B3A1
(146,179,161)
#A4BEAF
(164,190,175)
#B6C9BD
(182,201,189)
#C8D4CB
(200,212,203)
#DADFD9
(218,223,217)
#ECEAE7
(236,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #387C5B color. Also use rgb(56,124,91) instead hex code.

Text Font Color

.myTextColor { color: #387C5B; }

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

This text font color is #387C5B.

Background Color

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

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

This div background color is #387C5B.

Border color

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

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

This div border color is #387C5B.

Opacity

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

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

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

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

This text has shadow with #387C5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #387C5B.

Preview

Color preview on black background

This text has color #387C5B on black background.


Color preview on white background

This text has color #387C5B on white background.


Black color preview on #387C5B background

This text has black color on #387C5B background.


White color preview on #387C5B background

This text has white color on #387C5B background.


Related colors

Complementary color

Complementary color for #hex is #C783A4.


I love getcolorcode.com

Triadic colors

1 #5B387C and #7C5B38 with #387C5B are triadic colors.

2 #5B7C38 and #7C385B with #387C5B are triadic colors.