COLOR #71918B

HEX: #71918B RGB: (113,145,139)

Color info

#71918B contains red, green and blue colors in about the same proportion. Web safe color of #71918B is #669999 (or #699).

RGB color model

#71918B color RGB value is (113,145,139).

RGB: (113,145,139) (44%, 57%, 55%)

RGB channels and saturation

R 113 of 255 = 44%
G 145 of 255 = 57%
B 139 of 255 = 55%

113
145
139

R + G + B ~ 52%. #71918B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 113 + 145 + 139 = 397 (100%)
R 113 of 397 ~ 28.46%
G 145 of 397 ~ 36.52%
B 139 of 397 ~ 35.01'%

%28.46
%36.52
%35.01

CMYK color model

#71918B color CMYK value is (22,0,4,43).

  • cyan value is 22.07%
  • magenta value is 0.00%
  • yellow value is 4.14%
  • key color value is 43.14%
CMYK: (22,0,4,43) C22M0Y4K43 (22%,0%,4%,43%) (0.22/0.00/0.04/0.43) 

CMYK percentages

%22.07
%0
%4.14
%43.14

Codes

Color #71918B in popluar color models

71 91 8B
RGB 113 145 139
HSL 169° 12.70% 50.59%
HSB/HSV 169° 22.07% 56.86%
CMYK 22.07% 0.00% 4.14%
43.14%

Color #71918B in popluar number systems.

HEX 71 91 8B
Decimal 113 145 139
Binary 1110001 10010001 10001011
Octal 161 221 213

Shades and tints

Shades of #71918B

#71918B
(113,145,139)
#67847F
(103,132,127)
#5D7773
(93,119,115)
#536A67
(83,106,103)
#495D5B
(73,93,91)
#3F504F
(63,80,79)
#354343
(53,67,67)
#2B3637
(43,54,55)
#21292B
(33,41,43)
#171C1F
(23,28,31)
#0D0F13
(13,15,19)
#000000
(0,0,0)

Tints of #71918B

#71918B
(113,145,139)
#7D9B95
(125,155,149)
#89A59F
(137,165,159)
#95AFA9
(149,175,169)
#A1B9B3
(161,185,179)
#ADC3BD
(173,195,189)
#B9CDC7
(185,205,199)
#C5D7D1
(197,215,209)
#D1E1DB
(209,225,219)
#DDEBE5
(221,235,229)
#E9F5EF
(233,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71918B color. Also use rgb(113,145,139) instead hex code.

Text Font Color

.myTextColor { color: #71918B; }

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

This text font color is #71918B.

Background Color

.myBgColor { background-color: #71918B; }

<div style="background-color:#71918B">Inner text</div>

This div background color is #71918B.

Border color

.myBorderColor { border: 1px solid #71918B; }

<div style="border:3px solid #71918B">Div</div>

This div border color is #71918B.

Opacity

.myOpacity80 { color: #71918B; opacity: 0.8; }

<p style="color:#71918B;opacity:0.8;">80%</p>

Text with #71918B 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 #71918B;}

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

This text has shadow with #71918B color.


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

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

This text has shadow with #71918B primary color and red secondary color.


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

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

This text has shadow with #71918B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #71918B.

Preview

Color preview on black background

This text has color #71918B on black background.


Color preview on white background

This text has color #71918B on white background.


Black color preview on #71918B background

This text has black color on #71918B background.


White color preview on #71918B background

This text has white color on #71918B background.


Related colors

Complementary color

Complementary color for #hex is #8E6E74.


I love getcolorcode.com

Triadic colors

1 #8B7191 and #918B71 with #71918B are triadic colors.

2 #8B9171 and #91718B with #71918B are triadic colors.