HEX: #53796B
RGB: (83,121,107)
#53796B contains red, green and blue colors in about the same proportion. Web safe color of #53796B is #666666 (or #666).
#53796B color RGB value is (83,121,107).
RGB: (83,121,107)
(33%, 47%, 42%)
R 83 of 255 = 33%
G 121 of 255 = 47%
B 107 of 255 = 42%
R + G + B ~ 41%. #53796B is middle color (not dark and not light).
R + G + B = 83 + 121 + 107 = 311 (100%)
R 83 of 311 ~ 26.69%
G 121 of 311 ~ 38.91%
B 107 of 311 ~ 34.41'%
#53796B color CMYK value is (31,0,12,53).
CMYK: (31,0,12,53)
C31M0Y12K53 (31%, 0%, 12%, 53%)
(0.31 / 0.00 / 0.12 / 0.53)
Color #53796B in popluar color models
53 | 79 | 6B | |
---|---|---|---|
RGB | 83 | 121 | 107 |
HSL | 158° | 18.63% | 40.00% |
HSB/HSV | 158° | 31.40% | 47.45% |
CMYK | 31.40% | 0.00% | 11.57% |
52.55% |
Color #53796B in popluar number systems.
HEX | 53 | 79 | 6B |
Decimal | 83 | 121 | 107 |
Binary | 1010011 | 1111001 | 1101011 |
Octal | 123 | 171 | 153 |
Shades of #53796B
Tints of #53796B
Examples of css and html codes for elements with #53796B color. Also use rgb(83,121,107) instead hex code.
.myTextColor { color: #53796B; }
<p style="color:#53796B">This sample text font color is #53796B.</p>
This text font color is #53796B.
.myBgColor { background-color: #53796B; }
<div style="background-color:#53796B">Inner text</div>
This div background color is #53796B.
.myBorderColor { border: 1px solid #53796B; }
<div style="border:3px solid #53796B">Div</div>
This div border color is #53796B.
.myOpacity80 { color: #53796B; opacity: 0.8; }
<p style="color:#53796B;opacity:0.8;">80%</p>
Text with #53796B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #53796B;}
<p style="text-shadow: 3px 3px 1px #53796B">Text here.</p>
This text has shadow with #53796B color.
.textShadow {text-shadow: 3px 3px 1px #53796B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #53796B, 5px 5px 20px red">Text here.</p>
This text has shadow with #53796B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#53796B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#53796B, Direction=45, Strength=4)">Text</p>
This text has shadow with #53796B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #53796B;
-webkit-box-shadow: 1px 1px 3px 2px #53796B;
box-shadow: 1px 1px 3px 2px #53796B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #53796B; -webkit-box-shadow: 1px 1px 3px 2px #53796B; box-shadow:1px 1px 3px 2px #53796B;">
Div content here
</div>
This text has color #53796B on black background.
This text has color #53796B on white background.
This text has black color on #53796B background.
This text has white color on #53796B background.
Complementary color for #hex is #AC8694.