COLOR #71B39C

HEX: #71B39C
RGB: (113,179,156)

Color info

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

RGB color model

#71B39C color RGB value is (113,179,156).

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

RGB channels and saturation

R 113 of 255 = 44%
G 179 of 255 = 70%
B 156 of 255 = 61%

113
179
156

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

Portions of RGB colors in percentages

R + G + B =
113 + 179 + 156 = 448 (100%)
R 113 of 448 ~ 25.22%
G 179 of 448 ~ 39.96%
B 156 of 448 ~ 34.82%

%25.22
%39.96
%34.82

CMYK color model

#71B39C color CMYK value is (37,0,13,30).

  • cyan value is 36.87%
  • magenta value is 0.00%
  • yellow value is 12.85%
  • key color value is 29.80%
CMYK:
(37,0,13,30)
C37M0Y13K30 
(37%,0%,13%,30%)
(0.37/0.00/0.13/0.30)	

CMYK percentages

%36.87
%0
%12.85
%29.8

Codes

Color #71B39C in popluar color models

71B39C
RGB113179156
HSL159°30.28%57.25%
HSB/HSV159°36.87%70.20%
CMYK36.87%0.00%12.85%
29.80%

Color #71B39C in popluar number systems.

HEX71B39C
Decimal113179156
Binary11100011011001110011100
Octal161263234

Shades and tints

Shades of #71B39C

#71B39C
(113,179,156)
#67A38E
(103,163,142)
#5D9380
(93,147,128)
#538372
(83,131,114)
#497364
(73,115,100)
#3F6356
(63,99,86)
#355348
(53,83,72)
#2B433A
(43,67,58)
#21332C
(33,51,44)
#17231E
(23,35,30)
#0D1310
(13,19,16)
#000000
(0,0,0)

Tints of #71B39C

#71B39C
(113,179,156)
#7DB9A5
(125,185,165)
#89BFAE
(137,191,174)
#95C5B7
(149,197,183)
#A1CBC0
(161,203,192)
#ADD1C9
(173,209,201)
#B9D7D2
(185,215,210)
#C5DDDB
(197,221,219)
#D1E3E4
(209,227,228)
#DDE9ED
(221,233,237)
#E9EFF6
(233,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71B39C; }

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

This text font color is #71B39C.


Background Color

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

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

This div background color is #71B39C.


Border color

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

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

This div border color is #71B39C.


Opacity

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

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

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

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

This text has shadow with #71B39C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71B39C on black background.


Color preview on white background

This text has color #71B39C on white background.



Black color preview on #71B39C background

This text has black color on #71B39C background.


White color preview on #71B39C background

This text has white color on #71B39C background.