COLOR #71A59E

HEX: #71A59E
RGB: (113,165,158)

Color info

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

RGB color model

#71A59E color RGB value is (113,165,158).

  • red value is 113;
  • green value is 165;
  • blue value is 158.
RGB:
(113,165,158)
(44%,65%,62%)

RGB channels and saturation

R 113 of 255 = 44%
G 165 of 255 = 65%
B 158 of 255 = 62%

113
165
158

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

Portions of RGB colors in percentages

R + G + B =
113 + 165 + 158 = 436 (100%)
R 113 of 436 ~ 25.92%
G 165 of 436 ~ 37.84%
B 158 of 436 ~ 36.24%

%25.92
%37.84
%36.24

CMYK color model

#71A59E color CMYK value is (32,0,4,35).

  • cyan value is 31.52%
  • magenta value is 0.00%
  • yellow value is 4.24%
  • key color value is 35.29%
CMYK:
(32,0,4,35)
C32M0Y4K35 
(32%,0%,4%,35%)
(0.32/0.00/0.04/0.35)	

CMYK percentages

%31.52
%0
%4.24
%35.29

Codes

Color #71A59E in popluar color models

71A59E
RGB113165158
HSL172°22.41%54.51%
HSB/HSV172°31.52%64.71%
CMYK31.52%0.00%4.24%
35.29%

Color #71A59E in popluar number systems.

HEX71A59E
Decimal113165158
Binary11100011010010110011110
Octal161245236

Shades and tints

Shades of #71A59E

#71A59E
(113,165,158)
#679690
(103,150,144)
#5D8782
(93,135,130)
#537874
(83,120,116)
#496966
(73,105,102)
#3F5A58
(63,90,88)
#354B4A
(53,75,74)
#2B3C3C
(43,60,60)
#212D2E
(33,45,46)
#171E20
(23,30,32)
#0D0F12
(13,15,18)
#000000
(0,0,0)

Tints of #71A59E

#71A59E
(113,165,158)
#7DADA6
(125,173,166)
#89B5AE
(137,181,174)
#95BDB6
(149,189,182)
#A1C5BE
(161,197,190)
#ADCDC6
(173,205,198)
#B9D5CE
(185,213,206)
#C5DDD6
(197,221,214)
#D1E5DE
(209,229,222)
#DDEDE6
(221,237,230)
#E9F5EE
(233,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71A59E; }

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

This text font color is #71A59E.


Background Color

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

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

This div background color is #71A59E.


Border color

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

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

This div border color is #71A59E.


Opacity

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

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

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

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

This text has shadow with #71A59E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A59E on black background.


Color preview on white background

This text has color #71A59E on white background.



Black color preview on #71A59E background

This text has black color on #71A59E background.


White color preview on #71A59E background

This text has white color on #71A59E background.