COLOR #71A580

HEX: #71A580
RGB: (113,165,128)

Color info

#71A580 contains red, green and blue colors in about the same proportion. Web safe color of #71A580 is #669966 (or #696).

RGB color model

#71A580 color RGB value is (113,165,128).

  • red value is 113;
  • green value is 165;
  • blue value is 128.
RGB:
(113,165,128)
(44%,65%,50%)

RGB channels and saturation

R 113 of 255 = 44%
G 165 of 255 = 65%
B 128 of 255 = 50%

113
165
128

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

Portions of RGB colors in percentages

R + G + B =
113 + 165 + 128 = 406 (100%)
R 113 of 406 ~ 27.83%
G 165 of 406 ~ 40.64%
B 128 of 406 ~ 31.53%

%27.83
%40.64
%31.53

CMYK color model

#71A580 color CMYK value is (32,0,22,35).

  • cyan value is 31.52%
  • magenta value is 0.00%
  • yellow value is 22.42%
  • key color value is 35.29%
CMYK:
(32,0,22,35)
C32M0Y22K35 
(32%,0%,22%,35%)
(0.32/0.00/0.22/0.35)	

CMYK percentages

%31.52
%0
%22.42
%35.29

Codes

Color #71A580 in popluar color models

71A580
RGB113165128
HSL137°22.41%54.51%
HSB/HSV137°31.52%64.71%
CMYK31.52%0.00%22.42%
35.29%

Color #71A580 in popluar number systems.

HEX71A580
Decimal113165128
Binary11100011010010110000000
Octal161245200

Shades and tints

Shades of #71A580

#71A580
(113,165,128)
#679675
(103,150,117)
#5D876A
(93,135,106)
#53785F
(83,120,95)
#496954
(73,105,84)
#3F5A49
(63,90,73)
#354B3E
(53,75,62)
#2B3C33
(43,60,51)
#212D28
(33,45,40)
#171E1D
(23,30,29)
#0D0F12
(13,15,18)
#000000
(0,0,0)

Tints of #71A580

#71A580
(113,165,128)
#7DAD8B
(125,173,139)
#89B596
(137,181,150)
#95BDA1
(149,189,161)
#A1C5AC
(161,197,172)
#ADCDB7
(173,205,183)
#B9D5C2
(185,213,194)
#C5DDCD
(197,221,205)
#D1E5D8
(209,229,216)
#DDEDE3
(221,237,227)
#E9F5EE
(233,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71A580 color. Also use rgb(113,165,128) instead hex code.

Text Font Color

.myTextColor { color: #71A580; }

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

This text font color is #71A580.


Background Color

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

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

This div background color is #71A580.


Border color

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

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

This div border color is #71A580.


Opacity

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

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

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

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

This text has shadow with #71A580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A580 on black background.


Color preview on white background

This text has color #71A580 on white background.



Black color preview on #71A580 background

This text has black color on #71A580 background.


White color preview on #71A580 background

This text has white color on #71A580 background.