COLOR #387170

HEX: #387170
RGB: (56,113,112)

Color info

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

RGB color model

#387170 color RGB value is (56,113,112).

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

RGB channels and saturation

R 56 of 255 = 22%
G 113 of 255 = 44%
B 112 of 255 = 44%

56
113
112

R + G + B ~ 37%. #387170 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 113 + 112 = 281 (100%)
R 56 of 281 ~ 19.93%
G 113 of 281 ~ 40.21%
B 112 of 281 ~ 39.86%

%19.93
%40.21
%39.86

CMYK color model

#387170 color CMYK value is (50,0,1,56).

  • cyan value is 50.44%
  • magenta value is 0.00%
  • yellow value is 0.88%
  • key color value is 55.69%
CMYK:
(50,0,1,56)
C50M0Y1K56 
(50%,0%,1%,56%)
(0.50/0.00/0.01/0.56)	

CMYK percentages

%50.44
%0
%0.88
%55.69

Codes

Color #387170 in popluar color models

387170
RGB56113112
HSL179°33.73%33.14%
HSB/HSV179°50.44%44.31%
CMYK50.44%0.00%0.88%
55.69%

Color #387170 in popluar number systems.

HEX387170
Decimal56113112
Binary11100011100011110000
Octal70161160

Shades and tints

Shades of #387170

#387170
(56,113,112)
#336766
(51,103,102)
#2E5D5C
(46,93,92)
#295352
(41,83,82)
#244948
(36,73,72)
#1F3F3E
(31,63,62)
#1A3534
(26,53,52)
#152B2A
(21,43,42)
#102120
(16,33,32)
#0B1716
(11,23,22)
#060D0C
(6,13,12)
#000000
(0,0,0)

Tints of #387170

#387170
(56,113,112)
#4A7D7D
(74,125,125)
#5C898A
(92,137,138)
#6E9597
(110,149,151)
#80A1A4
(128,161,164)
#92ADB1
(146,173,177)
#A4B9BE
(164,185,190)
#B6C5CB
(182,197,203)
#C8D1D8
(200,209,216)
#DADDE5
(218,221,229)
#ECE9F2
(236,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #387170; }

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

This text font color is #387170.


Background Color

.myBgColor { background-color: #387170; }

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

This div background color is #387170.


Border color

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

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

This div border color is #387170.


Opacity

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

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

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

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

This text has shadow with #387170 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387170 on black background.


Color preview on white background

This text has color #387170 on white background.



Black color preview on #387170 background

This text has black color on #387170 background.


White color preview on #387170 background

This text has white color on #387170 background.