COLOR #387055

HEX: #387055
RGB: (56,112,85)

Color info

#387055 contains red, green and blue colors in about the same proportion. Web safe color of #387055 is #336666 (or #366).

RGB color model

#387055 color RGB value is (56,112,85).

  • red value is 56;
  • green value is 112;
  • blue value is 85.
RGB:
(56,112,85)
(22%,44%,33%)

RGB channels and saturation

R 56 of 255 = 22%
G 112 of 255 = 44%
B 85 of 255 = 33%

56
112
85

R + G + B ~ 33%. #387055 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 112 + 85 = 253 (100%)
R 56 of 253 ~ 22.13%
G 112 of 253 ~ 44.27%
B 85 of 253 ~ 33.6%

%22.13
%44.27
%33.6

CMYK color model

#387055 color CMYK value is (50,0,24,56).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 24.11%
  • key color value is 56.08%
CMYK:
(50,0,24,56)
C50M0Y24K56 
(50%,0%,24%,56%)
(0.50/0.00/0.24/0.56)	

CMYK percentages

%50
%0
%24.11
%56.08

Codes

Color #387055 in popluar color models

387055
RGB5611285
HSL151°33.33%32.94%
HSB/HSV151°50.00%43.92%
CMYK50.00%0.00%24.11%
56.08%

Color #387055 in popluar number systems.

HEX387055
Decimal5611285
Binary11100011100001010101
Octal70160125

Shades and tints

Shades of #387055

#387055
(56,112,85)
#33664E
(51,102,78)
#2E5C47
(46,92,71)
#295240
(41,82,64)
#244839
(36,72,57)
#1F3E32
(31,62,50)
#1A342B
(26,52,43)
#152A24
(21,42,36)
#10201D
(16,32,29)
#0B1616
(11,22,22)
#060C0F
(6,12,15)
#000000
(0,0,0)

Tints of #387055

#387055
(56,112,85)
#4A7D64
(74,125,100)
#5C8A73
(92,138,115)
#6E9782
(110,151,130)
#80A491
(128,164,145)
#92B1A0
(146,177,160)
#A4BEAF
(164,190,175)
#B6CBBE
(182,203,190)
#C8D8CD
(200,216,205)
#DAE5DC
(218,229,220)
#ECF2EB
(236,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #387055 color. Also use rgb(56,112,85) instead hex code.

Text Font Color

.myTextColor { color: #387055; }

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

This text font color is #387055.


Background Color

.myBgColor { background-color: #387055; }

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

This div background color is #387055.


Border color

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

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

This div border color is #387055.


Opacity

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

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

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

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

This text has shadow with #387055 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387055 on black background.


Color preview on white background

This text has color #387055 on white background.



Black color preview on #387055 background

This text has black color on #387055 background.


White color preview on #387055 background

This text has white color on #387055 background.