COLOR #71967C

HEX: #71967C RGB: (113,150,124)

Color info

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

RGB color model

#71967C color RGB value is (113,150,124).

RGB: (113,150,124) (44%, 59%, 49%)

RGB channels and saturation

R 113 of 255 = 44%
G 150 of 255 = 59%
B 124 of 255 = 49%

113
150
124

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

Portions of RGB colors in percentages

R + G + B = 113 + 150 + 124 = 387 (100%)
R 113 of 387 ~ 29.2%
G 150 of 387 ~ 38.76%
B 124 of 387 ~ 32.04'%

%29.2
%38.76
%32.04

CMYK color model

#71967C color CMYK value is (25,0,17,41).

  • cyan value is 24.67%
  • magenta value is 0.00%
  • yellow value is 17.33%
  • key color value is 41.18%

CMYK: (25,0,17,41)
C25M0Y17K41 (25%, 0%, 17%, 41%)
(0.25 / 0.00 / 0.17 / 0.41)

CMYK percentages

%24.67
%0
%17.33
%41.18

Codes

Color #71967C in popluar color models

71 96 7C
RGB 113 150 124
HSL 138° 14.98% 51.57%
HSB/HSV 138° 24.67% 58.82%
CMYK 24.67% 0.00% 17.33%
41.18%

Color #71967C in popluar number systems.

HEX 71 96 7C
Decimal 113 150 124
Binary 1110001 10010110 1111100
Octal 161 226 174

Shades and tints

Shades of #71967C

#71967C
(113,150,124)
#678971
(103,137,113)
#5D7C66
(93,124,102)
#536F5B
(83,111,91)
#496250
(73,98,80)
#3F5545
(63,85,69)
#35483A
(53,72,58)
#2B3B2F
(43,59,47)
#212E24
(33,46,36)
#172119
(23,33,25)
#0D140E
(13,20,14)
#000000
(0,0,0)

Tints of #71967C

#71967C
(113,150,124)
#7D9F87
(125,159,135)
#89A892
(137,168,146)
#95B19D
(149,177,157)
#A1BAA8
(161,186,168)
#ADC3B3
(173,195,179)
#B9CCBE
(185,204,190)
#C5D5C9
(197,213,201)
#D1DED4
(209,222,212)
#DDE7DF
(221,231,223)
#E9F0EA
(233,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71967C; }

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

This text font color is #71967C.

Background Color

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

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

This div background color is #71967C.

Border color

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

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

This div border color is #71967C.

Opacity

.myOpacity80 { color: #71967C; opacity: 0.8; }

<p style="color:#71967C;opacity:0.8;">80%</p>

Text with #71967C 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 #71967C;}

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

This text has shadow with #71967C color.


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

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

This text has shadow with #71967C primary color and red secondary color.


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

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

This text has shadow with #71967C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #71967C.

Preview

Color preview on black background

This text has color #71967C on black background.


Color preview on white background

This text has color #71967C on white background.


Black color preview on #71967C background

This text has black color on #71967C background.


White color preview on #71967C background

This text has white color on #71967C background.


Related colors

Complementary color

Complementary color for #hex is #8E6983.


I love getcolorcode.com

Triadic colors

1 #7C7196 and #967C71 with #71967C are triadic colors.

2 #7C9671 and #96717C with #71967C are triadic colors.