COLOR #71A387

HEX: #71A387
RGB: (113,163,135)

Color info

#71A387 contains red, green and blue colors in about the same proportion. Web safe color of #71A387 is #669999 (or #699).

RGB color model

#71A387 color RGB value is (113,163,135).

  • red value is 113;
  • green value is 163;
  • blue value is 135.
RGB:
(113,163,135)
(44%,64%,53%)

RGB channels and saturation

R 113 of 255 = 44%
G 163 of 255 = 64%
B 135 of 255 = 53%

113
163
135

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

Portions of RGB colors in percentages

R + G + B =
113 + 163 + 135 = 411 (100%)
R 113 of 411 ~ 27.49%
G 163 of 411 ~ 39.66%
B 135 of 411 ~ 32.85%

%27.49
%39.66
%32.85

CMYK color model

#71A387 color CMYK value is (31,0,17,36).

  • cyan value is 30.67%
  • magenta value is 0.00%
  • yellow value is 17.18%
  • key color value is 36.08%
CMYK:
(31,0,17,36)
C31M0Y17K36 
(31%,0%,17%,36%)
(0.31/0.00/0.17/0.36)	

CMYK percentages

%30.67
%0
%17.18
%36.08

Codes

Color #71A387 in popluar color models

71A387
RGB113163135
HSL146°21.37%54.12%
HSB/HSV146°30.67%63.92%
CMYK30.67%0.00%17.18%
36.08%

Color #71A387 in popluar number systems.

HEX71A387
Decimal113163135
Binary11100011010001110000111
Octal161243207

Shades and tints

Shades of #71A387

#71A387
(113,163,135)
#67957B
(103,149,123)
#5D876F
(93,135,111)
#537963
(83,121,99)
#496B57
(73,107,87)
#3F5D4B
(63,93,75)
#354F3F
(53,79,63)
#2B4133
(43,65,51)
#213327
(33,51,39)
#17251B
(23,37,27)
#0D170F
(13,23,15)
#000000
(0,0,0)

Tints of #71A387

#71A387
(113,163,135)
#7DAB91
(125,171,145)
#89B39B
(137,179,155)
#95BBA5
(149,187,165)
#A1C3AF
(161,195,175)
#ADCBB9
(173,203,185)
#B9D3C3
(185,211,195)
#C5DBCD
(197,219,205)
#D1E3D7
(209,227,215)
#DDEBE1
(221,235,225)
#E9F3EB
(233,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71A387 color. Also use rgb(113,163,135) instead hex code.

Text Font Color

.myTextColor { color: #71A387; }

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

This text font color is #71A387.


Background Color

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

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

This div background color is #71A387.


Border color

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

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

This div border color is #71A387.


Opacity

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

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

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

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

This text has shadow with #71A387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A387 on black background.


Color preview on white background

This text has color #71A387 on white background.



Black color preview on #71A387 background

This text has black color on #71A387 background.


White color preview on #71A387 background

This text has white color on #71A387 background.