COLOR #71B389

HEX: #71B389
RGB: (113,179,137)

Color info

#71B389 contains mainly green and blue colors. Web safe color of #71B389 is #669999 (or #699).

RGB color model

#71B389 color RGB value is (113,179,137).

  • red value is 113;
  • green value is 179;
  • blue value is 137.
RGB:
(113,179,137)
(44%,70%,54%)

RGB channels and saturation

R 113 of 255 = 44%
G 179 of 255 = 70%
B 137 of 255 = 54%

113
179
137

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

Portions of RGB colors in percentages

R + G + B =
113 + 179 + 137 = 429 (100%)
R 113 of 429 ~ 26.34%
G 179 of 429 ~ 41.72%
B 137 of 429 ~ 31.93%

%26.34
%41.72
%31.93

CMYK color model

#71B389 color CMYK value is (37,0,23,30).

  • cyan value is 36.87%
  • magenta value is 0.00%
  • yellow value is 23.46%
  • key color value is 29.80%
CMYK:
(37,0,23,30)
C37M0Y23K30 
(37%,0%,23%,30%)
(0.37/0.00/0.23/0.30)	

CMYK percentages

%36.87
%0
%23.46
%29.8

Codes

Color #71B389 in popluar color models

71B389
RGB113179137
HSL142°30.28%57.25%
HSB/HSV142°36.87%70.20%
CMYK36.87%0.00%23.46%
29.80%

Color #71B389 in popluar number systems.

HEX71B389
Decimal113179137
Binary11100011011001110001001
Octal161263211

Shades and tints

Shades of #71B389

#71B389
(113,179,137)
#67A37D
(103,163,125)
#5D9371
(93,147,113)
#538365
(83,131,101)
#497359
(73,115,89)
#3F634D
(63,99,77)
#355341
(53,83,65)
#2B4335
(43,67,53)
#213329
(33,51,41)
#17231D
(23,35,29)
#0D1311
(13,19,17)
#000000
(0,0,0)

Tints of #71B389

#71B389
(113,179,137)
#7DB993
(125,185,147)
#89BF9D
(137,191,157)
#95C5A7
(149,197,167)
#A1CBB1
(161,203,177)
#ADD1BB
(173,209,187)
#B9D7C5
(185,215,197)
#C5DDCF
(197,221,207)
#D1E3D9
(209,227,217)
#DDE9E3
(221,233,227)
#E9EFED
(233,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71B389 color. Also use rgb(113,179,137) instead hex code.

Text Font Color

.myTextColor { color: #71B389; }

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

This text font color is #71B389.


Background Color

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

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

This div background color is #71B389.


Border color

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

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

This div border color is #71B389.


Opacity

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

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

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

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

This text has shadow with #71B389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71B389 on black background.


Color preview on white background

This text has color #71B389 on white background.



Black color preview on #71B389 background

This text has black color on #71B389 background.


White color preview on #71B389 background

This text has white color on #71B389 background.