COLOR #71A49E

HEX: #71A49E RGB: (113,164,158)

Color info

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

RGB color model

#71A49E color RGB value is (113,164,158).

RGB: (113,164,158) (44%, 64%, 62%)

RGB channels and saturation

R 113 of 255 = 44%
G 164 of 255 = 64%
B 158 of 255 = 62%

113
164
158

R + G + B ~ 57%. #71A49E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 113 + 164 + 158 = 435 (100%)
R 113 of 435 ~ 25.98%
G 164 of 435 ~ 37.7%
B 158 of 435 ~ 36.32'%

%25.98
%37.7
%36.32

CMYK color model

#71A49E color CMYK value is (31,0,4,36).

  • cyan value is 31.10%
  • magenta value is 0.00%
  • yellow value is 3.66%
  • key color value is 35.69%

CMYK: (31,0,4,36)
C31M0Y4K36 (31%, 0%, 4%, 36%)
(0.31 / 0.00 / 0.04 / 0.36)

CMYK percentages

%31.1
%0
%3.66
%35.69

Codes

Color #71A49E in popluar color models

71 A4 9E
RGB 113 164 158
HSL 173° 21.89% 54.31%
HSB/HSV 173° 31.10% 64.31%
CMYK 31.10% 0.00% 3.66%
35.69%

Color #71A49E in popluar number systems.

HEX 71 A4 9E
Decimal 113 164 158
Binary 1110001 10100100 10011110
Octal 161 244 236

Shades and tints

Shades of #71A49E

#71A49E
(113,164,158)
#679690
(103,150,144)
#5D8882
(93,136,130)
#537A74
(83,122,116)
#496C66
(73,108,102)
#3F5E58
(63,94,88)
#35504A
(53,80,74)
#2B423C
(43,66,60)
#21342E
(33,52,46)
#172620
(23,38,32)
#0D1812
(13,24,18)
#000000
(0,0,0)

Tints of #71A49E

#71A49E
(113,164,158)
#7DACA6
(125,172,166)
#89B4AE
(137,180,174)
#95BCB6
(149,188,182)
#A1C4BE
(161,196,190)
#ADCCC6
(173,204,198)
#B9D4CE
(185,212,206)
#C5DCD6
(197,220,214)
#D1E4DE
(209,228,222)
#DDECE6
(221,236,230)
#E9F4EE
(233,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71A49E color. Also use rgb(113,164,158) instead hex code.

Text Font Color

.myTextColor { color: #71A49E; }

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

This text font color is #71A49E.

Background Color

.myBgColor { background-color: #71A49E; }

<div style="background-color:#71A49E">Inner text</div>

This div background color is #71A49E.

Border color

.myBorderColor { border: 1px solid #71A49E; }

<div style="border:3px solid #71A49E">Div</div>

This div border color is #71A49E.

Opacity

.myOpacity80 { color: #71A49E; opacity: 0.8; }

<p style="color:#71A49E;opacity:0.8;">80%</p>

Text with #71A49E 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 #71A49E;}

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

This text has shadow with #71A49E color.


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

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

This text has shadow with #71A49E primary color and red secondary color.


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

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

This text has shadow with #71A49E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #71A49E.

Preview

Color preview on black background

This text has color #71A49E on black background.


Color preview on white background

This text has color #71A49E on white background.


Black color preview on #71A49E background

This text has black color on #71A49E background.


White color preview on #71A49E background

This text has white color on #71A49E background.


Related colors

Complementary color

Complementary color for #hex is #8E5B61.


I love getcolorcode.com

Triadic colors

1 #9E71A4 and #A49E71 with #71A49E are triadic colors.

2 #9EA471 and #A4719E with #71A49E are triadic colors.