COLOR #71A27E

HEX: #71A27E
RGB: (113,162,126)

Color info

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

RGB color model

#71A27E color RGB value is (113,162,126).

  • red value is 113;
  • green value is 162;
  • blue value is 126.
RGB:
(113,162,126)
(44%,64%,49%)

RGB channels and saturation

R 113 of 255 = 44%
G 162 of 255 = 64%
B 126 of 255 = 49%

113
162
126

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

Portions of RGB colors in percentages

R + G + B =
113 + 162 + 126 = 401 (100%)
R 113 of 401 ~ 28.18%
G 162 of 401 ~ 40.4%
B 126 of 401 ~ 31.42%

%28.18
%40.4
%31.42

CMYK color model

#71A27E color CMYK value is (30,0,22,36).

  • cyan value is 30.25%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 36.47%
CMYK:
(30,0,22,36)
C30M0Y22K36 
(30%,0%,22%,36%)
(0.30/0.00/0.22/0.36)	

CMYK percentages

%30.25
%0
%22.22
%36.47

Codes

Color #71A27E in popluar color models

71A27E
RGB113162126
HSL136°20.85%53.92%
HSB/HSV136°30.25%63.53%
CMYK30.25%0.00%22.22%
36.47%

Color #71A27E in popluar number systems.

HEX71A27E
Decimal113162126
Binary1110001101000101111110
Octal161242176

Shades and tints

Shades of #71A27E

#71A27E
(113,162,126)
#679473
(103,148,115)
#5D8668
(93,134,104)
#53785D
(83,120,93)
#496A52
(73,106,82)
#3F5C47
(63,92,71)
#354E3C
(53,78,60)
#2B4031
(43,64,49)
#213226
(33,50,38)
#17241B
(23,36,27)
#0D1610
(13,22,16)
#000000
(0,0,0)

Tints of #71A27E

#71A27E
(113,162,126)
#7DAA89
(125,170,137)
#89B294
(137,178,148)
#95BA9F
(149,186,159)
#A1C2AA
(161,194,170)
#ADCAB5
(173,202,181)
#B9D2C0
(185,210,192)
#C5DACB
(197,218,203)
#D1E2D6
(209,226,214)
#DDEAE1
(221,234,225)
#E9F2EC
(233,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71A27E color. Also use rgb(113,162,126) instead hex code.

Text Font Color

.myTextColor { color: #71A27E; }

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

This text font color is #71A27E.


Background Color

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

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

This div background color is #71A27E.


Border color

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

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

This div border color is #71A27E.


Opacity

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

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

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

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

This text has shadow with #71A27E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A27E on black background.


Color preview on white background

This text has color #71A27E on white background.



Black color preview on #71A27E background

This text has black color on #71A27E background.


White color preview on #71A27E background

This text has white color on #71A27E background.