COLOR #71A18D

HEX: #71A18D RGB: (113,161,141)

Color info

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

RGB color model

#71A18D color RGB value is (113,161,141).

RGB: (113,161,141) (44%, 63%, 55%)

RGB channels and saturation

R 113 of 255 = 44%
G 161 of 255 = 63%
B 141 of 255 = 55%

113
161
141

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

Portions of RGB colors in percentages

R + G + B = 113 + 161 + 141 = 415 (100%)
R 113 of 415 ~ 27.23%
G 161 of 415 ~ 38.8%
B 141 of 415 ~ 33.98'%

%27.23
%38.8
%33.98

CMYK color model

#71A18D color CMYK value is (30,0,12,37).

  • cyan value is 29.81%
  • magenta value is 0.00%
  • yellow value is 12.42%
  • key color value is 36.86%

CMYK: (30,0,12,37)
C30M0Y12K37 (30%, 0%, 12%, 37%)
(0.30 / 0.00 / 0.12 / 0.37)

CMYK percentages

%29.81
%0
%12.42
%36.86

Codes

Color #71A18D in popluar color models

71 A1 8D
RGB 113 161 141
HSL 155° 20.34% 53.73%
HSB/HSV 155° 29.81% 63.14%
CMYK 29.81% 0.00% 12.42%
36.86%

Color #71A18D in popluar number systems.

HEX 71 A1 8D
Decimal 113 161 141
Binary 1110001 10100001 10001101
Octal 161 241 215

Shades and tints

Shades of #71A18D

#71A18D
(113,161,141)
#679381
(103,147,129)
#5D8575
(93,133,117)
#537769
(83,119,105)
#49695D
(73,105,93)
#3F5B51
(63,91,81)
#354D45
(53,77,69)
#2B3F39
(43,63,57)
#21312D
(33,49,45)
#172321
(23,35,33)
#0D1515
(13,21,21)
#000000
(0,0,0)

Tints of #71A18D

#71A18D
(113,161,141)
#7DA997
(125,169,151)
#89B1A1
(137,177,161)
#95B9AB
(149,185,171)
#A1C1B5
(161,193,181)
#ADC9BF
(173,201,191)
#B9D1C9
(185,209,201)
#C5D9D3
(197,217,211)
#D1E1DD
(209,225,221)
#DDE9E7
(221,233,231)
#E9F1F1
(233,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71A18D; }

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

This text font color is #71A18D.

Background Color

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

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

This div background color is #71A18D.

Border color

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

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

This div border color is #71A18D.

Opacity

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

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

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

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

This text has shadow with #71A18D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71A18D.

Preview

Color preview on black background

This text has color #71A18D on black background.


Color preview on white background

This text has color #71A18D on white background.


Black color preview on #71A18D background

This text has black color on #71A18D background.


White color preview on #71A18D background

This text has white color on #71A18D background.


Related colors

Complementary color

Complementary color for #hex is #8E5E72.


I love getcolorcode.com

Triadic colors

1 #8D71A1 and #A18D71 with #71A18D are triadic colors.

2 #8DA171 and #A1718D with #71A18D are triadic colors.