HEX: #387CAD
RGB: (56,124,173)
#387CAD contains mainly green and blue colors. Web safe color of #387CAD is #336699 (or #369).
#387CAD color RGB value is (56,124,173).
RGB: (56,124,173)
(22%, 49%, 68%)
R 56 of 255 = 22%
G 124 of 255 = 49%
B 173 of 255 = 68%
R + G + B ~ 46%. #387CAD is middle color (not dark and not light).
R + G + B = 56 + 124 + 173 = 353 (100%)
R 56 of 353 ~ 15.86%
G 124 of 353 ~ 35.13%
B 173 of 353 ~ 49.01'%
#387CAD color CMYK value is (68,28,0,32).
CMYK: (68,28,0,32) C68M28Y0K32 (68%,28%,0%,32%) (0.68/0.28/0.00/0.32)
Color #387CAD in popluar color models
38 | 7C | AD | |
---|---|---|---|
RGB | 56 | 124 | 173 |
HSL | 205° | 51.09% | 44.90% |
HSB/HSV | 205° | 67.63% | 67.84% |
CMYK | 67.63% | 28.32% | 0.00% |
32.16% |
Color #387CAD in popluar number systems.
HEX | 38 | 7C | AD |
Decimal | 56 | 124 | 173 |
Binary | 111000 | 1111100 | 10101101 |
Octal | 70 | 174 | 255 |
Shades of #387CAD
Tints of #387CAD
Examples of css and html codes for elements with #387CAD color. Also use rgb(56,124,173) instead hex code.
.myTextColor { color: #387CAD; }
<p style="color:#387CAD">This sample text font color is #387CAD.</p>
This text font color is #387CAD.
.myBgColor { background-color: #387CAD; }
<div style="background-color:#387CAD">Inner text</div>
This div background color is #387CAD.
.myBorderColor { border: 1px solid #387CAD; }
<div style="border:3px solid #387CAD">Div</div>
This div border color is #387CAD.
.myOpacity80 { color: #387CAD; opacity: 0.8; }
<p style="color:#387CAD;opacity:0.8;">80%</p>
Text with #387CAD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #387CAD;}
<p style="text-shadow: 3px 3px 1px #387CAD">Text here.</p>
This text has shadow with #387CAD color.
.textShadow {text-shadow: 3px 3px 1px #387CAD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #387CAD, 5px 5px 20px red">Text here.</p>
This text has shadow with #387CAD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#387CAD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#387CAD, Direction=45, Strength=4)">Text</p>
This text has shadow with #387CAD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #387CAD;
-webkit-box-shadow: 1px 1px 3px 2px #387CAD;
box-shadow: 1px 1px 3px 2px #387CAD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #387CAD; -webkit-box-shadow: 1px 1px 3px 2px #387CAD; box-shadow:1px 1px 3px 2px #387CAD;">
Div content here
</div>
This text has color #387CAD on black background.
This text has color #387CAD on white background.
This text has black color on #387CAD background.
This text has white color on #387CAD background.
Complementary color for #hex is #C78352.