COLOR #71A37E

HEX: #71A37E RGB: (113,163,126)

Color info

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

RGB color model

#71A37E color RGB value is (113,163,126).

RGB: (113,163,126) (44%, 64%, 49%)

RGB channels and saturation

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

113
163
126

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

Portions of RGB colors in percentages

R + G + B = 113 + 163 + 126 = 402 (100%)
R 113 of 402 ~ 28.11%
G 163 of 402 ~ 40.55%
B 126 of 402 ~ 31.34'%

%28.11
%40.55
%31.34

CMYK color model

#71A37E color CMYK value is (31,0,23,36).

  • cyan value is 30.67%
  • magenta value is 0.00%
  • yellow value is 22.70%
  • key color value is 36.08%

CMYK: (31,0,23,36)
C31M0Y23K36 (31%, 0%, 23%, 36%)
(0.31 / 0.00 / 0.23 / 0.36)

CMYK percentages

%30.67
%0
%22.7
%36.08

Codes

Color #71A37E in popluar color models

71 A3 7E
RGB 113 163 126
HSL 136° 21.37% 54.12%
HSB/HSV 136° 30.67% 63.92%
CMYK 30.67% 0.00% 22.70%
36.08%

Color #71A37E in popluar number systems.

HEX 71 A3 7E
Decimal 113 163 126
Binary 1110001 10100011 1111110
Octal 161 243 176

Shades and tints

Shades of #71A37E

#71A37E
(113,163,126)
#679573
(103,149,115)
#5D8768
(93,135,104)
#53795D
(83,121,93)
#496B52
(73,107,82)
#3F5D47
(63,93,71)
#354F3C
(53,79,60)
#2B4131
(43,65,49)
#213326
(33,51,38)
#17251B
(23,37,27)
#0D1710
(13,23,16)
#000000
(0,0,0)

Tints of #71A37E

#71A37E
(113,163,126)
#7DAB89
(125,171,137)
#89B394
(137,179,148)
#95BB9F
(149,187,159)
#A1C3AA
(161,195,170)
#ADCBB5
(173,203,181)
#B9D3C0
(185,211,192)
#C5DBCB
(197,219,203)
#D1E3D6
(209,227,214)
#DDEBE1
(221,235,225)
#E9F3EC
(233,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71A37E; }

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

This text font color is #71A37E.

Background Color

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

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

This div background color is #71A37E.

Border color

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

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

This div border color is #71A37E.

Opacity

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

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

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

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

This text has shadow with #71A37E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71A37E.

Preview

Color preview on black background

This text has color #71A37E on black background.


Color preview on white background

This text has color #71A37E on white background.


Black color preview on #71A37E background

This text has black color on #71A37E background.


White color preview on #71A37E background

This text has white color on #71A37E background.


Related colors

Complementary color

Complementary color for #hex is #8E5C81.


I love getcolorcode.com

Triadic colors

1 #7E71A3 and #A37E71 with #71A37E are triadic colors.

2 #7EA371 and #A3717E with #71A37E are triadic colors.