COLOR #71B58E

HEX: #71B58E
RGB: (113,181,142)

Color info

#71B58E contains mainly green and blue colors. Web safe color of #71B58E is #66CC99 (or #6C9).

RGB color model

#71B58E color RGB value is (113,181,142).

  • red value is 113;
  • green value is 181;
  • blue value is 142.
RGB:
(113,181,142)
(44%,71%,56%)

RGB channels and saturation

R 113 of 255 = 44%
G 181 of 255 = 71%
B 142 of 255 = 56%

113
181
142

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

Portions of RGB colors in percentages

R + G + B =
113 + 181 + 142 = 436 (100%)
R 113 of 436 ~ 25.92%
G 181 of 436 ~ 41.51%
B 142 of 436 ~ 32.57%

%25.92
%41.51
%32.57

CMYK color model

#71B58E color CMYK value is (38,0,22,29).

  • cyan value is 37.57%
  • magenta value is 0.00%
  • yellow value is 21.55%
  • key color value is 29.02%
CMYK:
(38,0,22,29)
C38M0Y22K29 
(38%,0%,22%,29%)
(0.38/0.00/0.22/0.29)	

CMYK percentages

%37.57
%0
%21.55
%29.02

Codes

Color #71B58E in popluar color models

71B58E
RGB113181142
HSL146°31.48%57.65%
HSB/HSV146°37.57%70.98%
CMYK37.57%0.00%21.55%
29.02%

Color #71B58E in popluar number systems.

HEX71B58E
Decimal113181142
Binary11100011011010110001110
Octal161265216

Shades and tints

Shades of #71B58E

#71B58E
(113,181,142)
#67A582
(103,165,130)
#5D9576
(93,149,118)
#53856A
(83,133,106)
#49755E
(73,117,94)
#3F6552
(63,101,82)
#355546
(53,85,70)
#2B453A
(43,69,58)
#21352E
(33,53,46)
#172522
(23,37,34)
#0D1516
(13,21,22)
#000000
(0,0,0)

Tints of #71B58E

#71B58E
(113,181,142)
#7DBB98
(125,187,152)
#89C1A2
(137,193,162)
#95C7AC
(149,199,172)
#A1CDB6
(161,205,182)
#ADD3C0
(173,211,192)
#B9D9CA
(185,217,202)
#C5DFD4
(197,223,212)
#D1E5DE
(209,229,222)
#DDEBE8
(221,235,232)
#E9F1F2
(233,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71B58E color. Also use rgb(113,181,142) instead hex code.

Text Font Color

.myTextColor { color: #71B58E; }

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

This text font color is #71B58E.


Background Color

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

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

This div background color is #71B58E.


Border color

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

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

This div border color is #71B58E.


Opacity

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

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

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

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

This text has shadow with #71B58E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71B58E on black background.


Color preview on white background

This text has color #71B58E on white background.



Black color preview on #71B58E background

This text has black color on #71B58E background.


White color preview on #71B58E background

This text has white color on #71B58E background.