COLOR #71948B

HEX: #71948B RGB: (113,148,139)

Color info

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

RGB color model

#71948B color RGB value is (113,148,139).

RGB: (113,148,139) (44%, 58%, 55%)

RGB channels and saturation

R 113 of 255 = 44%
G 148 of 255 = 58%
B 139 of 255 = 55%

113
148
139

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

Portions of RGB colors in percentages

R + G + B = 113 + 148 + 139 = 400 (100%)
R 113 of 400 ~ 28.25%
G 148 of 400 ~ 37%
B 139 of 400 ~ 34.75'%

%28.25
%37
%34.75

CMYK color model

#71948B color CMYK value is (24,0,6,42).

  • cyan value is 23.65%
  • magenta value is 0.00%
  • yellow value is 6.08%
  • key color value is 41.96%

CMYK: (24,0,6,42)
C24M0Y6K42 (24%, 0%, 6%, 42%)
(0.24 / 0.00 / 0.06 / 0.42)

CMYK percentages

%23.65
%0
%6.08
%41.96

Codes

Color #71948B in popluar color models

71 94 8B
RGB 113 148 139
HSL 165° 14.06% 51.18%
HSB/HSV 165° 23.65% 58.04%
CMYK 23.65% 0.00% 6.08%
41.96%

Color #71948B in popluar number systems.

HEX 71 94 8B
Decimal 113 148 139
Binary 1110001 10010100 10001011
Octal 161 224 213

Shades and tints

Shades of #71948B

#71948B
(113,148,139)
#67877F
(103,135,127)
#5D7A73
(93,122,115)
#536D67
(83,109,103)
#49605B
(73,96,91)
#3F534F
(63,83,79)
#354643
(53,70,67)
#2B3937
(43,57,55)
#212C2B
(33,44,43)
#171F1F
(23,31,31)
#0D1213
(13,18,19)
#000000
(0,0,0)

Tints of #71948B

#71948B
(113,148,139)
#7D9D95
(125,157,149)
#89A69F
(137,166,159)
#95AFA9
(149,175,169)
#A1B8B3
(161,184,179)
#ADC1BD
(173,193,189)
#B9CAC7
(185,202,199)
#C5D3D1
(197,211,209)
#D1DCDB
(209,220,219)
#DDE5E5
(221,229,229)
#E9EEEF
(233,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71948B; }

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

This text font color is #71948B.

Background Color

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

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

This div background color is #71948B.

Border color

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

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

This div border color is #71948B.

Opacity

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

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

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

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

This text has shadow with #71948B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71948B.

Preview

Color preview on black background

This text has color #71948B on black background.


Color preview on white background

This text has color #71948B on white background.


Black color preview on #71948B background

This text has black color on #71948B background.


White color preview on #71948B background

This text has white color on #71948B background.


Related colors

Complementary color

Complementary color for #hex is #8E6B74.


I love getcolorcode.com

Triadic colors

1 #8B7194 and #948B71 with #71948B are triadic colors.

2 #8B9471 and #94718B with #71948B are triadic colors.