COLOR #71985E

HEX: #71985E RGB: (113,152,94)

Color info

#71985E contains red, green and blue colors in about the same proportion. Web safe color of #71985E is #669966 (or #696).

RGB color model

#71985E color RGB value is (113,152,94).

RGB: (113,152,94) (44%, 60%, 37%)

RGB channels and saturation

R 113 of 255 = 44%
G 152 of 255 = 60%
B 94 of 255 = 37%

113
152
94

R + G + B ~ 47%. #71985E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 113 + 152 + 94 = 359 (100%)
R 113 of 359 ~ 31.48%
G 152 of 359 ~ 42.34%
B 94 of 359 ~ 26.18'%

%31.48
%42.34
%26.18

CMYK color model

#71985E color CMYK value is (26,0,38,40).

  • cyan value is 25.66%
  • magenta value is 0.00%
  • yellow value is 38.16%
  • key color value is 40.39%

CMYK: (26,0,38,40)
C26M0Y38K40 (26%, 0%, 38%, 40%)
(0.26 / 0.00 / 0.38 / 0.40)

CMYK percentages

%25.66
%0
%38.16
%40.39

Codes

Color #71985E in popluar color models

71 98 5E
RGB 113 152 94
HSL 100° 23.58% 48.24%
HSB/HSV 100° 38.16% 59.61%
CMYK 25.66% 0.00% 38.16%
40.39%

Color #71985E in popluar number systems.

HEX 71 98 5E
Decimal 113 152 94
Binary 1110001 10011000 1011110
Octal 161 230 136

Shades and tints

Shades of #71985E

#71985E
(113,152,94)
#678B56
(103,139,86)
#5D7E4E
(93,126,78)
#537146
(83,113,70)
#49643E
(73,100,62)
#3F5736
(63,87,54)
#354A2E
(53,74,46)
#2B3D26
(43,61,38)
#21301E
(33,48,30)
#172316
(23,35,22)
#0D160E
(13,22,14)
#000000
(0,0,0)

Tints of #71985E

#71985E
(113,152,94)
#7DA16C
(125,161,108)
#89AA7A
(137,170,122)
#95B388
(149,179,136)
#A1BC96
(161,188,150)
#ADC5A4
(173,197,164)
#B9CEB2
(185,206,178)
#C5D7C0
(197,215,192)
#D1E0CE
(209,224,206)
#DDE9DC
(221,233,220)
#E9F2EA
(233,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71985E color. Also use rgb(113,152,94) instead hex code.

Text Font Color

.myTextColor { color: #71985E; }

<p style="color:#71985E">This sample text font color is #71985E.</p>

This text font color is #71985E.

Background Color

.myBgColor { background-color: #71985E; }

<div style="background-color:#71985E">Inner text</div>

This div background color is #71985E.

Border color

.myBorderColor { border: 1px solid #71985E; }

<div style="border:3px solid #71985E">Div</div>

This div border color is #71985E.

Opacity

.myOpacity80 { color: #71985E; opacity: 0.8; }

<p style="color:#71985E;opacity:0.8;">80%</p>

Text with #71985E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #71985E;}

<p style="text-shadow: 3px 3px 1px #71985E">Text here.</p>

This text has shadow with #71985E color.


.textShadow {text-shadow: 3px 3px 1px #71985E', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #71985E, 5px 5px 20px red">Text here.</p>

This text has shadow with #71985E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71985E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#71985E, Direction=45, Strength=4)">Text</p>

This text has shadow with #71985E and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #71985E;
-webkit-box-shadow: 1px 1px 3px 2px #71985E;
box-shadow: 1px 1px 3px 2px #71985E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71985E; -webkit-box-shadow: 1px 1px 3px 2px #71985E; box-shadow:1px 1px 3px 2px #71985E;">
Div content here
</div>

This div box has shadow with color #71985E.

Preview

Color preview on black background

This text has color #71985E on black background.


Color preview on white background

This text has color #71985E on white background.


Black color preview on #71985E background

This text has black color on #71985E background.


White color preview on #71985E background

This text has white color on #71985E background.


Related colors

Complementary color

Complementary color for #hex is #8E67A1.


I love getcolorcode.com

Triadic colors

1 #5E7198 and #985E71 with #71985E are triadic colors.

2 #5E9871 and #98715E with #71985E are triadic colors.