HEX: #71997C
RGB: (113,153,124)
#71997C contains red, green and blue colors in about the same proportion. Web safe color of #71997C is #669966 (or #696).
#71997C color RGB value is (113,153,124).
RGB: (113,153,124)
(44%, 60%, 49%)
R 113 of 255 = 44%
G 153 of 255 = 60%
B 124 of 255 = 49%
R + G + B ~ 51%. #71997C is middle color (not dark and not light).
R + G + B = 113 + 153 + 124 = 390 (100%)
R 113 of 390 ~ 28.97%
G 153 of 390 ~ 39.23%
B 124 of 390 ~ 31.79'%
#71997C color CMYK value is (26,0,19,40).
CMYK: (26,0,19,40)
C26M0Y19K40 (26%, 0%, 19%, 40%)
(0.26 / 0.00 / 0.19 / 0.40)
Color #71997C in popluar color models
71 | 99 | 7C | |
---|---|---|---|
RGB | 113 | 153 | 124 |
HSL | 137° | 16.39% | 52.16% |
HSB/HSV | 137° | 26.14% | 60.00% |
CMYK | 26.14% | 0.00% | 18.95% |
40.00% |
Color #71997C in popluar number systems.
HEX | 71 | 99 | 7C |
Decimal | 113 | 153 | 124 |
Binary | 1110001 | 10011001 | 1111100 |
Octal | 161 | 231 | 174 |
Shades of #71997C
Tints of #71997C
Examples of css and html codes for elements with #71997C color. Also use rgb(113,153,124) instead hex code.
.myTextColor { color: #71997C; }
<p style="color:#71997C">This sample text font color is #71997C.</p>
This text font color is #71997C.
.myBgColor { background-color: #71997C; }
<div style="background-color:#71997C">Inner text</div>
This div background color is #71997C.
.myBorderColor { border: 1px solid #71997C; }
<div style="border:3px solid #71997C">Div</div>
This div border color is #71997C.
.myOpacity80 { color: #71997C; opacity: 0.8; }
<p style="color:#71997C;opacity:0.8;">80%</p>
Text with #71997C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71997C;}
<p style="text-shadow: 3px 3px 1px #71997C">Text here.</p>
This text has shadow with #71997C color.
.textShadow {text-shadow: 3px 3px 1px #71997C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71997C, 5px 5px 20px red">Text here.</p>
This text has shadow with #71997C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71997C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71997C, Direction=45, Strength=4)">Text</p>
This text has shadow with #71997C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #71997C;
-webkit-box-shadow: 1px 1px 3px 2px #71997C;
box-shadow: 1px 1px 3px 2px #71997C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71997C; -webkit-box-shadow: 1px 1px 3px 2px #71997C; box-shadow:1px 1px 3px 2px #71997C;">
Div content here
</div>
This text has color #71997C on black background.
This text has color #71997C on white background.
This text has black color on #71997C background.
This text has white color on #71997C background.
Complementary color for #hex is #8E6683.