COLOR #71B286

HEX: #71B286
RGB: (113,178,134)

Color info

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

RGB color model

#71B286 color RGB value is (113,178,134).

  • red value is 113;
  • green value is 178;
  • blue value is 134.
RGB:
(113,178,134)
(44%,70%,53%)

RGB channels and saturation

R 113 of 255 = 44%
G 178 of 255 = 70%
B 134 of 255 = 53%

113
178
134

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

Portions of RGB colors in percentages

R + G + B =
113 + 178 + 134 = 425 (100%)
R 113 of 425 ~ 26.59%
G 178 of 425 ~ 41.88%
B 134 of 425 ~ 31.53%

%26.59
%41.88
%31.53

CMYK color model

#71B286 color CMYK value is (37,0,25,30).

  • cyan value is 36.52%
  • magenta value is 0.00%
  • yellow value is 24.72%
  • key color value is 30.20%
CMYK:
(37,0,25,30)
C37M0Y25K30 
(37%,0%,25%,30%)
(0.37/0.00/0.25/0.30)	

CMYK percentages

%36.52
%0
%24.72
%30.2

Codes

Color #71B286 in popluar color models

71B286
RGB113178134
HSL139°29.68%57.06%
HSB/HSV139°36.52%69.80%
CMYK36.52%0.00%24.72%
30.20%

Color #71B286 in popluar number systems.

HEX71B286
Decimal113178134
Binary11100011011001010000110
Octal161262206

Shades and tints

Shades of #71B286

#71B286
(113,178,134)
#67A27A
(103,162,122)
#5D926E
(93,146,110)
#538262
(83,130,98)
#497256
(73,114,86)
#3F624A
(63,98,74)
#35523E
(53,82,62)
#2B4232
(43,66,50)
#213226
(33,50,38)
#17221A
(23,34,26)
#0D120E
(13,18,14)
#000000
(0,0,0)

Tints of #71B286

#71B286
(113,178,134)
#7DB991
(125,185,145)
#89C09C
(137,192,156)
#95C7A7
(149,199,167)
#A1CEB2
(161,206,178)
#ADD5BD
(173,213,189)
#B9DCC8
(185,220,200)
#C5E3D3
(197,227,211)
#D1EADE
(209,234,222)
#DDF1E9
(221,241,233)
#E9F8F4
(233,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71B286 color. Also use rgb(113,178,134) instead hex code.

Text Font Color

.myTextColor { color: #71B286; }

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

This text font color is #71B286.


Background Color

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

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

This div background color is #71B286.


Border color

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

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

This div border color is #71B286.


Opacity

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

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

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

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

This text has shadow with #71B286 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71B286 on black background.


Color preview on white background

This text has color #71B286 on white background.



Black color preview on #71B286 background

This text has black color on #71B286 background.


White color preview on #71B286 background

This text has white color on #71B286 background.