COLOR #387296

HEX: #387296
RGB: (56,114,150)

Color info

#387296 contains mainly green and blue colors. Web safe color of #387296 is #336699 (or #369).

RGB color model

#387296 color RGB value is (56,114,150).

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

RGB channels and saturation

R 56 of 255 = 22%
G 114 of 255 = 45%
B 150 of 255 = 59%

56
114
150

R + G + B ~ 42%. #387296 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
56 + 114 + 150 = 320 (100%)
R 56 of 320 ~ 17.5%
G 114 of 320 ~ 35.63%
B 150 of 320 ~ 46.88%

%17.5
%35.63
%46.88

CMYK color model

#387296 color CMYK value is (63,24,0,41).

  • cyan value is 62.67%
  • magenta value is 24.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(63,24,0,41)
C63M24Y0K41 
(63%,24%,0%,41%)
(0.63/0.24/0.00/0.41)	

CMYK percentages

%62.67
%24
%0
%41.18

Codes

Color #387296 in popluar color models

387296
RGB56114150
HSL203°45.63%40.39%
HSB/HSV203°62.67%58.82%
CMYK62.67%24.00%0.00%
41.18%

Color #387296 in popluar number systems.

HEX387296
Decimal56114150
Binary111000111001010010110
Octal70162226

Shades and tints

Shades of #387296

#387296
(56,114,150)
#336889
(51,104,137)
#2E5E7C
(46,94,124)
#29546F
(41,84,111)
#244A62
(36,74,98)
#1F4055
(31,64,85)
#1A3648
(26,54,72)
#152C3B
(21,44,59)
#10222E
(16,34,46)
#0B1821
(11,24,33)
#060E14
(6,14,20)
#000000
(0,0,0)

Tints of #387296

#387296
(56,114,150)
#4A7E9F
(74,126,159)
#5C8AA8
(92,138,168)
#6E96B1
(110,150,177)
#80A2BA
(128,162,186)
#92AEC3
(146,174,195)
#A4BACC
(164,186,204)
#B6C6D5
(182,198,213)
#C8D2DE
(200,210,222)
#DADEE7
(218,222,231)
#ECEAF0
(236,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #387296; }

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

This text font color is #387296.


Background Color

.myBgColor { background-color: #387296; }

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

This div background color is #387296.


Border color

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

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

This div border color is #387296.


Opacity

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

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

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

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

This text has shadow with #387296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387296 on black background.


Color preview on white background

This text has color #387296 on white background.



Black color preview on #387296 background

This text has black color on #387296 background.


White color preview on #387296 background

This text has white color on #387296 background.