COLOR #71A38C

HEX: #71A38C RGB: (113,163,140)

Color info

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

RGB color model

#71A38C color RGB value is (113,163,140).

RGB: (113,163,140) (44%, 64%, 55%)

RGB channels and saturation

R 113 of 255 = 44%
G 163 of 255 = 64%
B 140 of 255 = 55%

113
163
140

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

Portions of RGB colors in percentages

R + G + B = 113 + 163 + 140 = 416 (100%)
R 113 of 416 ~ 27.16%
G 163 of 416 ~ 39.18%
B 140 of 416 ~ 33.65'%

%27.16
%39.18
%33.65

CMYK color model

#71A38C color CMYK value is (31,0,14,36).

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

CMYK: (31,0,14,36)
C31M0Y14K36 (31%, 0%, 14%, 36%)
(0.31 / 0.00 / 0.14 / 0.36)

CMYK percentages

%30.67
%0
%14.11
%36.08

Codes

Color #71A38C in popluar color models

71 A3 8C
RGB 113 163 140
HSL 152° 21.37% 54.12%
HSB/HSV 152° 30.67% 63.92%
CMYK 30.67% 0.00% 14.11%
36.08%

Color #71A38C in popluar number systems.

HEX 71 A3 8C
Decimal 113 163 140
Binary 1110001 10100011 10001100
Octal 161 243 214

Shades and tints

Shades of #71A38C

#71A38C
(113,163,140)
#679580
(103,149,128)
#5D8774
(93,135,116)
#537968
(83,121,104)
#496B5C
(73,107,92)
#3F5D50
(63,93,80)
#354F44
(53,79,68)
#2B4138
(43,65,56)
#21332C
(33,51,44)
#172520
(23,37,32)
#0D1714
(13,23,20)
#000000
(0,0,0)

Tints of #71A38C

#71A38C
(113,163,140)
#7DAB96
(125,171,150)
#89B3A0
(137,179,160)
#95BBAA
(149,187,170)
#A1C3B4
(161,195,180)
#ADCBBE
(173,203,190)
#B9D3C8
(185,211,200)
#C5DBD2
(197,219,210)
#D1E3DC
(209,227,220)
#DDEBE6
(221,235,230)
#E9F3F0
(233,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71A38C; }

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

This text font color is #71A38C.

Background Color

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

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

This div background color is #71A38C.

Border color

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

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

This div border color is #71A38C.

Opacity

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

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

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

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

This text has shadow with #71A38C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71A38C.

Preview

Color preview on black background

This text has color #71A38C on black background.


Color preview on white background

This text has color #71A38C on white background.


Black color preview on #71A38C background

This text has black color on #71A38C background.


White color preview on #71A38C background

This text has white color on #71A38C background.


Related colors

Complementary color

Complementary color for #hex is #8E5C73.


I love getcolorcode.com

Triadic colors

1 #8C71A3 and #A38C71 with #71A38C are triadic colors.

2 #8CA371 and #A3718C with #71A38C are triadic colors.