COLOR #387472

HEX: #387472
RGB: (56,116,114)

Color info

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

RGB color model

#387472 color RGB value is (56,116,114).

  • red value is 56;
  • green value is 116;
  • blue value is 114.
RGB:
(56,116,114)
(22%,45%,45%)

RGB channels and saturation

R 56 of 255 = 22%
G 116 of 255 = 45%
B 114 of 255 = 45%

56
116
114

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

Portions of RGB colors in percentages

R + G + B =
56 + 116 + 114 = 286 (100%)
R 56 of 286 ~ 19.58%
G 116 of 286 ~ 40.56%
B 114 of 286 ~ 39.86%

%19.58
%40.56
%39.86

CMYK color model

#387472 color CMYK value is (52,0,2,55).

  • cyan value is 51.72%
  • magenta value is 0.00%
  • yellow value is 1.72%
  • key color value is 54.51%
CMYK:
(52,0,2,55)
C52M0Y2K55 
(52%,0%,2%,55%)
(0.52/0.00/0.02/0.55)	

CMYK percentages

%51.72
%0
%1.72
%54.51

Codes

Color #387472 in popluar color models

387472
RGB56116114
HSL178°34.88%33.73%
HSB/HSV178°51.72%45.49%
CMYK51.72%0.00%1.72%
54.51%

Color #387472 in popluar number systems.

HEX387472
Decimal56116114
Binary11100011101001110010
Octal70164162

Shades and tints

Shades of #387472

#387472
(56,116,114)
#336A68
(51,106,104)
#2E605E
(46,96,94)
#295654
(41,86,84)
#244C4A
(36,76,74)
#1F4240
(31,66,64)
#1A3836
(26,56,54)
#152E2C
(21,46,44)
#102422
(16,36,34)
#0B1A18
(11,26,24)
#06100E
(6,16,14)
#000000
(0,0,0)

Tints of #387472

#387472
(56,116,114)
#4A807E
(74,128,126)
#5C8C8A
(92,140,138)
#6E9896
(110,152,150)
#80A4A2
(128,164,162)
#92B0AE
(146,176,174)
#A4BCBA
(164,188,186)
#B6C8C6
(182,200,198)
#C8D4D2
(200,212,210)
#DAE0DE
(218,224,222)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #387472 color. Also use rgb(56,116,114) instead hex code.

Text Font Color

.myTextColor { color: #387472; }

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

This text font color is #387472.


Background Color

.myBgColor { background-color: #387472; }

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

This div background color is #387472.


Border color

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

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

This div border color is #387472.


Opacity

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

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

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

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

This text has shadow with #387472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387472 on black background.


Color preview on white background

This text has color #387472 on white background.



Black color preview on #387472 background

This text has black color on #387472 background.


White color preview on #387472 background

This text has white color on #387472 background.