COLOR #71997C

HEX: #71997C RGB: (113,153,124)

Color info

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

RGB color model

#71997C color RGB value is (113,153,124).

RGB: (113,153,124) (44%, 60%, 49%)

RGB channels and saturation

R 113 of 255 = 44%
G 153 of 255 = 60%
B 124 of 255 = 49%

113
153
124

R + G + B ~ 51%. #71997C is middle color (not dark and not light).

Portions of RGB colors in percentages

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'%

%28.97
%39.23
%31.79

CMYK color model

#71997C color CMYK value is (26,0,19,40).

  • cyan value is 26.14%
  • magenta value is 0.00%
  • yellow value is 18.95%
  • key color value is 40.00%

CMYK: (26,0,19,40)
C26M0Y19K40 (26%, 0%, 19%, 40%)
(0.26 / 0.00 / 0.19 / 0.40)

CMYK percentages

%26.14
%0
%18.95
%40

Codes

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 and tints

Shades of #71997C

#71997C
(113,153,124)
#678C71
(103,140,113)
#5D7F66
(93,127,102)
#53725B
(83,114,91)
#496550
(73,101,80)
#3F5845
(63,88,69)
#354B3A
(53,75,58)
#2B3E2F
(43,62,47)
#213124
(33,49,36)
#172419
(23,36,25)
#0D170E
(13,23,14)
#000000
(0,0,0)

Tints of #71997C

#71997C
(113,153,124)
#7DA287
(125,162,135)
#89AB92
(137,171,146)
#95B49D
(149,180,157)
#A1BDA8
(161,189,168)
#ADC6B3
(173,198,179)
#B9CFBE
(185,207,190)
#C5D8C9
(197,216,201)
#D1E1D4
(209,225,212)
#DDEADF
(221,234,223)
#E9F3EA
(233,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71997C color. Also use rgb(113,153,124) instead hex code.

Text Font Color

.myTextColor { color: #71997C; }

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

This text font color is #71997C.

Background Color

.myBgColor { background-color: #71997C; }

<div style="background-color:#71997C">Inner text</div>

This div background color is #71997C.

Border color

.myBorderColor { border: 1px solid #71997C; }

<div style="border:3px solid #71997C">Div</div>

This div border color is #71997C.

Opacity

.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%.

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 #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.

Div box shadow color

/* 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 div box has shadow with color #71997C.

Preview

Color preview on black background

This text has color #71997C on black background.


Color preview on white background

This text has color #71997C on white background.


Black color preview on #71997C background

This text has black color on #71997C background.


White color preview on #71997C background

This text has white color on #71997C background.


Related colors

Complementary color

Complementary color for #hex is #8E6683.


I love getcolorcode.com

Triadic colors

1 #7C7199 and #997C71 with #71997C are triadic colors.

2 #7C9971 and #99717C with #71997C are triadic colors.