HEX: #387461
RGB: (56,116,97)
#387461 contains mainly green and blue colors. Web safe color of #387461 is #336666 (or #366).
#387461 color RGB value is (56,116,97).
RGB: (56,116,97) (22%,45%,38%)
R 56 of 255 = 22%
G 116 of 255 = 45%
B 97 of 255 = 38%
R + G + B ~ 35%. #387461 is quite dark color.
R + G + B =
56 + 116 + 97 = 269 (100%)
R 56 of 269 ~ 20.82%
G 116 of 269 ~ 43.12%
B 97 of 269 ~ 36.06%
#387461 color CMYK value is (52,0,16,55).
CMYK: (52,0,16,55) C52M0Y16K55 (52%,0%,16%,55%) (0.52/0.00/0.16/0.55)
38 | 74 | 61 | |
---|---|---|---|
RGB | 56 | 116 | 97 |
HSL | 161° | 34.88% | 33.73% |
HSB/HSV | 161° | 51.72% | 45.49% |
CMYK | 51.72% | 0.00% | 16.38% |
54.51% |
HEX | 38 | 74 | 61 |
Decimal | 56 | 116 | 97 |
Binary | 111000 | 1110100 | 1100001 |
Octal | 70 | 164 | 141 |
Examples of css and html codes for elements with #387461 color. Also use rgb(56,116,97) instead hex code.
.myTextColor { color: #387461; }
<p style="color:#387461">This sample text font color is #387461.</p>
This text font color is #387461.
.myBgColor { background-color: #387461; }
<div style="background-color:#387461">Inner text</div>
This div background color is #387461.
.myBorderColor { border: 1px solid #387461; }
<div style="border:3px solid #387461">Div</div>
This div border color is #387461.
.myOpacity80 { color: #387461; opacity: 0.8; }
<p style="color:#387461;opacity:0.8;">80%</p>
Text with #387461 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #387461;}
<p style="text-shadow: 3px 3px 1px #387461">Text here.</p>
This text has shadow with #387461 color.
.textShadow {text-shadow: 3px 3px 1px #387461, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #387461, 5px 5px 20px red">Text here.</p>
This text has shadow with #387461 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#387461, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#387461, Direction=45, Strength=4)">Text</p>
This text has shadow with #387461 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #387461; -webkit-box-shadow: 1px 1px 3px 2px #387461; box-shadow: 1px 1px 3px 2px #387461; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #387461; -webkit-box-shadow: 1px 1px 3px 2px #387461; box-shadow:1px 1px 3px 2px #387461;">
Div content here</div>
This text has color #387461 on black background.
This text has color #387461 on white background.
This text has black color on #387461 background.
This text has white color on #387461 background.