COLOR #387873

HEX: #387873
RGB: (56,120,115)

Color info

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

RGB color model

#387873 color RGB value is (56,120,115).

  • red value is 56;
  • green value is 120;
  • blue value is 115.
RGB:
(56,120,115)
(22%,47%,45%)

RGB channels and saturation

R 56 of 255 = 22%
G 120 of 255 = 47%
B 115 of 255 = 45%

56
120
115

R + G + B ~ 38%. #387873 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 120 + 115 = 291 (100%)
R 56 of 291 ~ 19.24%
G 120 of 291 ~ 41.24%
B 115 of 291 ~ 39.52%

%19.24
%41.24
%39.52

CMYK color model

#387873 color CMYK value is (53,0,4,53).

  • cyan value is 53.33%
  • magenta value is 0.00%
  • yellow value is 4.17%
  • key color value is 52.94%
CMYK:
(53,0,4,53)
C53M0Y4K53 
(53%,0%,4%,53%)
(0.53/0.00/0.04/0.53)	

CMYK percentages

%53.33
%0
%4.17
%52.94

Codes

Color #387873 in popluar color models

387873
RGB56120115
HSL175°36.36%34.51%
HSB/HSV175°53.33%47.06%
CMYK53.33%0.00%4.17%
52.94%

Color #387873 in popluar number systems.

HEX387873
Decimal56120115
Binary11100011110001110011
Octal70170163

Shades and tints

Shades of #387873

#387873
(56,120,115)
#336E69
(51,110,105)
#2E645F
(46,100,95)
#295A55
(41,90,85)
#24504B
(36,80,75)
#1F4641
(31,70,65)
#1A3C37
(26,60,55)
#15322D
(21,50,45)
#102823
(16,40,35)
#0B1E19
(11,30,25)
#06140F
(6,20,15)
#000000
(0,0,0)

Tints of #387873

#387873
(56,120,115)
#4A847F
(74,132,127)
#5C908B
(92,144,139)
#6E9C97
(110,156,151)
#80A8A3
(128,168,163)
#92B4AF
(146,180,175)
#A4C0BB
(164,192,187)
#B6CCC7
(182,204,199)
#C8D8D3
(200,216,211)
#DAE4DF
(218,228,223)
#ECF0EB
(236,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #387873 color. Also use rgb(56,120,115) instead hex code.

Text Font Color

.myTextColor { color: #387873; }

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

This text font color is #387873.


Background Color

.myBgColor { background-color: #387873; }

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

This div background color is #387873.


Border color

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

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

This div border color is #387873.


Opacity

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

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

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

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

This text has shadow with #387873 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387873 on black background.


Color preview on white background

This text has color #387873 on white background.



Black color preview on #387873 background

This text has black color on #387873 background.


White color preview on #387873 background

This text has white color on #387873 background.