COLOR #71928B

HEX: #71928B RGB: (113,146,139)

Color info

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

RGB color model

#71928B color RGB value is (113,146,139).

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

RGB channels and saturation

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

113
146
139

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

Portions of RGB colors in percentages

R + G + B = 113 + 146 + 139 = 398 (100%)
R 113 of 398 ~ 28.39%
G 146 of 398 ~ 36.68%
B 139 of 398 ~ 34.92'%

%28.39
%36.68
%34.92

CMYK color model

#71928B color CMYK value is (23,0,5,43).

  • cyan value is 22.60%
  • magenta value is 0.00%
  • yellow value is 4.79%
  • key color value is 42.75%

CMYK: (23,0,5,43)
C23M0Y5K43 (23%, 0%, 5%, 43%)
(0.23 / 0.00 / 0.05 / 0.43)

CMYK percentages

%22.6
%0
%4.79
%42.75

Codes

Color #71928B in popluar color models

71 92 8B
RGB 113 146 139
HSL 167° 13.15% 50.78%
HSB/HSV 167° 22.60% 57.25%
CMYK 22.60% 0.00% 4.79%
42.75%

Color #71928B in popluar number systems.

HEX 71 92 8B
Decimal 113 146 139
Binary 1110001 10010010 10001011
Octal 161 222 213

Shades and tints

Shades of #71928B

#71928B
(113,146,139)
#67857F
(103,133,127)
#5D7873
(93,120,115)
#536B67
(83,107,103)
#495E5B
(73,94,91)
#3F514F
(63,81,79)
#354443
(53,68,67)
#2B3737
(43,55,55)
#212A2B
(33,42,43)
#171D1F
(23,29,31)
#0D1013
(13,16,19)
#000000
(0,0,0)

Tints of #71928B

#71928B
(113,146,139)
#7D9B95
(125,155,149)
#89A49F
(137,164,159)
#95ADA9
(149,173,169)
#A1B6B3
(161,182,179)
#ADBFBD
(173,191,189)
#B9C8C7
(185,200,199)
#C5D1D1
(197,209,209)
#D1DADB
(209,218,219)
#DDE3E5
(221,227,229)
#E9ECEF
(233,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71928B; }

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

This text font color is #71928B.

Background Color

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

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

This div background color is #71928B.

Border color

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

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

This div border color is #71928B.

Opacity

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

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

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

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

This text has shadow with #71928B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71928B.

Preview

Color preview on black background

This text has color #71928B on black background.


Color preview on white background

This text has color #71928B on white background.


Black color preview on #71928B background

This text has black color on #71928B background.


White color preview on #71928B background

This text has white color on #71928B background.


Related colors

Complementary color

Complementary color for #hex is #8E6D74.


I love getcolorcode.com

Triadic colors

1 #8B7192 and #928B71 with #71928B are triadic colors.

2 #8B9271 and #92718B with #71928B are triadic colors.