COLOR #71A17F

HEX: #71A17F
RGB: (113,161,127)

Color info

#71A17F contains red, green and blue colors in about the same proportion. Web safe color of #71A17F is #669966 (or #696).

RGB color model

#71A17F color RGB value is (113,161,127).

  • red value is 113;
  • green value is 161;
  • blue value is 127.
RGB:
(113,161,127)
(44%,63%,50%)

RGB channels and saturation

R 113 of 255 = 44%
G 161 of 255 = 63%
B 127 of 255 = 50%

113
161
127

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

Portions of RGB colors in percentages

R + G + B =
113 + 161 + 127 = 401 (100%)
R 113 of 401 ~ 28.18%
G 161 of 401 ~ 40.15%
B 127 of 401 ~ 31.67%

%28.18
%40.15
%31.67

CMYK color model

#71A17F color CMYK value is (30,0,21,37).

  • cyan value is 29.81%
  • magenta value is 0.00%
  • yellow value is 21.12%
  • key color value is 36.86%
CMYK:
(30,0,21,37)
C30M0Y21K37 
(30%,0%,21%,37%)
(0.30/0.00/0.21/0.37)	

CMYK percentages

%29.81
%0
%21.12
%36.86

Codes

Color #71A17F in popluar color models

71A17F
RGB113161127
HSL138°20.34%53.73%
HSB/HSV138°29.81%63.14%
CMYK29.81%0.00%21.12%
36.86%

Color #71A17F in popluar number systems.

HEX71A17F
Decimal113161127
Binary1110001101000011111111
Octal161241177

Shades and tints

Shades of #71A17F

#71A17F
(113,161,127)
#679374
(103,147,116)
#5D8569
(93,133,105)
#53775E
(83,119,94)
#496953
(73,105,83)
#3F5B48
(63,91,72)
#354D3D
(53,77,61)
#2B3F32
(43,63,50)
#213127
(33,49,39)
#17231C
(23,35,28)
#0D1511
(13,21,17)
#000000
(0,0,0)

Tints of #71A17F

#71A17F
(113,161,127)
#7DA98A
(125,169,138)
#89B195
(137,177,149)
#95B9A0
(149,185,160)
#A1C1AB
(161,193,171)
#ADC9B6
(173,201,182)
#B9D1C1
(185,209,193)
#C5D9CC
(197,217,204)
#D1E1D7
(209,225,215)
#DDE9E2
(221,233,226)
#E9F1ED
(233,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71A17F color. Also use rgb(113,161,127) instead hex code.

Text Font Color

.myTextColor { color: #71A17F; }

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

This text font color is #71A17F.


Background Color

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

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

This div background color is #71A17F.


Border color

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

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

This div border color is #71A17F.


Opacity

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

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

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

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

This text has shadow with #71A17F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A17F on black background.


Color preview on white background

This text has color #71A17F on white background.



Black color preview on #71A17F background

This text has black color on #71A17F background.


White color preview on #71A17F background

This text has white color on #71A17F background.