HEX: #71B398
RGB: (113,179,152)
#71B398 contains mainly green and blue colors. Web safe color of #71B398 is #669999 (or #699).
#71B398 color RGB value is (113,179,152).
RGB: (113,179,152)
(44%, 70%, 60%)
R 113 of 255 = 44%
G 179 of 255 = 70%
B 152 of 255 = 60%
R + G + B ~ 58%. #71B398 is middle color (not dark and not light).
R + G + B = 113 + 179 + 152 = 444 (100%)
R 113 of 444 ~ 25.45%
G 179 of 444 ~ 40.32%
B 152 of 444 ~ 34.23'%
#71B398 color CMYK value is (37,0,15,30).
CMYK: (37,0,15,30)
C37M0Y15K30 (37%, 0%, 15%, 30%)
(0.37 / 0.00 / 0.15 / 0.30)
Color #71B398 in popluar color models
71 | B3 | 98 | |
---|---|---|---|
RGB | 113 | 179 | 152 |
HSL | 155° | 30.28% | 57.25% |
HSB/HSV | 155° | 36.87% | 70.20% |
CMYK | 36.87% | 0.00% | 15.08% |
29.80% |
Color #71B398 in popluar number systems.
HEX | 71 | B3 | 98 |
Decimal | 113 | 179 | 152 |
Binary | 1110001 | 10110011 | 10011000 |
Octal | 161 | 263 | 230 |
Shades of #71B398
Tints of #71B398
Examples of css and html codes for elements with #71B398 color. Also use rgb(113,179,152) instead hex code.
.myTextColor { color: #71B398; }
<p style="color:#71B398">This sample text font color is #71B398.</p>
This text font color is #71B398.
.myBgColor { background-color: #71B398; }
<div style="background-color:#71B398">Inner text</div>
This div background color is #71B398.
.myBorderColor { border: 1px solid #71B398; }
<div style="border:3px solid #71B398">Div</div>
This div border color is #71B398.
.myOpacity80 { color: #71B398; opacity: 0.8; }
<p style="color:#71B398;opacity:0.8;">80%</p>
Text with #71B398 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71B398;}
<p style="text-shadow: 3px 3px 1px #71B398">Text here.</p>
This text has shadow with #71B398 color.
.textShadow {text-shadow: 3px 3px 1px #71B398', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71B398, 5px 5px 20px red">Text here.</p>
This text has shadow with #71B398 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71B398, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71B398, Direction=45, Strength=4)">Text</p>
This text has shadow with #71B398 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #71B398;
-webkit-box-shadow: 1px 1px 3px 2px #71B398;
box-shadow: 1px 1px 3px 2px #71B398;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71B398; -webkit-box-shadow: 1px 1px 3px 2px #71B398; box-shadow:1px 1px 3px 2px #71B398;">
Div content here
</div>
This text has color #71B398 on black background.
This text has color #71B398 on white background.
This text has black color on #71B398 background.
This text has white color on #71B398 background.
Complementary color for #hex is #8E4C67.