HEX: #47795D
RGB: (71,121,93)
#47795D contains red, green and blue colors in about the same proportion. Web safe color of #47795D is #336666 (or #366).
#47795D color RGB value is (71,121,93).
RGB: (71,121,93)
(28%, 47%, 36%)
R 71 of 255 = 28%
G 121 of 255 = 47%
B 93 of 255 = 36%
R + G + B ~ 37%. #47795D is quite dark color.
R + G + B = 71 + 121 + 93 = 285 (100%)
R 71 of 285 ~ 24.91%
G 121 of 285 ~ 42.46%
B 93 of 285 ~ 32.63'%
#47795D color CMYK value is (41,0,23,53).
CMYK: (41,0,23,53) C41M0Y23K53 (41%,0%,23%,53%) (0.41/0.00/0.23/0.53)
Color #47795D in popluar color models
47 | 79 | 5D | |
---|---|---|---|
RGB | 71 | 121 | 93 |
HSL | 146° | 26.04% | 37.65% |
HSB/HSV | 146° | 41.32% | 47.45% |
CMYK | 41.32% | 0.00% | 23.14% |
52.55% |
Color #47795D in popluar number systems.
HEX | 47 | 79 | 5D |
Decimal | 71 | 121 | 93 |
Binary | 1000111 | 1111001 | 1011101 |
Octal | 107 | 171 | 135 |
Shades of #47795D
Tints of #47795D
Examples of css and html codes for elements with #47795D color. Also use rgb(71,121,93) instead hex code.
.myTextColor { color: #47795D; }
<p style="color:#47795D">This sample text font color is #47795D.</p>
This text font color is #47795D.
.myBgColor { background-color: #47795D; }
<div style="background-color:#47795D">Inner text</div>
This div background color is #47795D.
.myBorderColor { border: 1px solid #47795D; }
<div style="border:3px solid #47795D">Div</div>
This div border color is #47795D.
.myOpacity80 { color: #47795D; opacity: 0.8; }
<p style="color:#47795D;opacity:0.8;">80%</p>
Text with #47795D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #47795D;}
<p style="text-shadow: 3px 3px 1px #47795D">Text here.</p>
This text has shadow with #47795D color.
.textShadow {text-shadow: 3px 3px 1px #47795D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #47795D, 5px 5px 20px red">Text here.</p>
This text has shadow with #47795D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#47795D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#47795D, Direction=45, Strength=4)">Text</p>
This text has shadow with #47795D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #47795D;
-webkit-box-shadow: 1px 1px 3px 2px #47795D;
box-shadow: 1px 1px 3px 2px #47795D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #47795D; -webkit-box-shadow: 1px 1px 3px 2px #47795D; box-shadow:1px 1px 3px 2px #47795D;">
Div content here
</div>
This text has color #47795D on black background.
This text has color #47795D on white background.
This text has black color on #47795D background.
This text has white color on #47795D background.
Complementary color for #hex is #B886A2.