HEX: #737276
RGB: (115,114,118)
#737276 contains red, green and blue colors in about the same proportion. Web safe color of #737276 is #666666 (or #666).
#737276 color RGB value is (115,114,118).
RGB: (115,114,118) (45%,45%,46%)
R 115 of 255 = 45%
G 114 of 255 = 45%
B 118 of 255 = 46%
R + G + B ~ 45%. #737276 is middle color (not dark and not light).
R + G + B =
115 + 114 + 118 = 347 (100%)
R 115 of 347 ~ 33.14%
G 114 of 347 ~ 32.85%
B 118 of 347 ~ 34.01%
#737276 color CMYK value is (3,3,0,54).
CMYK: (3,3,0,54) C3M3Y0K54 (3%,3%,0%,54%) (0.03/0.03/0.00/0.54)
73 | 72 | 76 | |
---|---|---|---|
RGB | 115 | 114 | 118 |
HSL | 255° | 1.72% | 45.49% |
HSB/HSV | 255° | 3.39% | 46.27% |
CMYK | 2.54% | 3.39% | 0.00% |
53.73% |
HEX | 73 | 72 | 76 |
Decimal | 115 | 114 | 118 |
Binary | 1110011 | 1110010 | 1110110 |
Octal | 163 | 162 | 166 |
Examples of css and html codes for elements with #737276 color. Also use rgb(115,114,118) instead hex code.
.myTextColor { color: #737276; }
<p style="color:#737276">This sample text font color is #737276.</p>
This text font color is #737276.
.myBgColor { background-color: #737276; }
<div style="background-color:#737276">Inner text</div>
This div background color is #737276.
.myBorderColor { border: 1px solid #737276; }
<div style="border:3px solid #737276">Div</div>
This div border color is #737276.
.myOpacity80 { color: #737276; opacity: 0.8; }
<p style="color:#737276;opacity:0.8;">80%</p>
Text with #737276 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #737276;}
<p style="text-shadow: 3px 3px 1px #737276">Text here.</p>
This text has shadow with #737276 color.
.textShadow {text-shadow: 3px 3px 1px #737276, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #737276, 5px 5px 20px red">Text here.</p>
This text has shadow with #737276 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#737276, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#737276, Direction=45, Strength=4)">Text</p>
This text has shadow with #737276 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #737276; -webkit-box-shadow: 1px 1px 3px 2px #737276; box-shadow: 1px 1px 3px 2px #737276; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #737276; -webkit-box-shadow: 1px 1px 3px 2px #737276; box-shadow:1px 1px 3px 2px #737276;">
Div content here</div>
This text has color #737276 on black background.
This text has color #737276 on white background.
This text has black color on #737276 background.
This text has white color on #737276 background.