COLOR #71A477

HEX: #71A477
RGB: (113,164,119)

Color info

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

RGB color model

#71A477 color RGB value is (113,164,119).

  • red value is 113;
  • green value is 164;
  • blue value is 119.
RGB:
(113,164,119)
(44%,64%,47%)

RGB channels and saturation

R 113 of 255 = 44%
G 164 of 255 = 64%
B 119 of 255 = 47%

113
164
119

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

Portions of RGB colors in percentages

R + G + B =
113 + 164 + 119 = 396 (100%)
R 113 of 396 ~ 28.54%
G 164 of 396 ~ 41.41%
B 119 of 396 ~ 30.05%

%28.54
%41.41
%30.05

CMYK color model

#71A477 color CMYK value is (31,0,27,36).

  • cyan value is 31.10%
  • magenta value is 0.00%
  • yellow value is 27.44%
  • key color value is 35.69%
CMYK:
(31,0,27,36)
C31M0Y27K36 
(31%,0%,27%,36%)
(0.31/0.00/0.27/0.36)	

CMYK percentages

%31.1
%0
%27.44
%35.69

Codes

Color #71A477 in popluar color models

71A477
RGB113164119
HSL127°21.89%54.31%
HSB/HSV127°31.10%64.31%
CMYK31.10%0.00%27.44%
35.69%

Color #71A477 in popluar number systems.

HEX71A477
Decimal113164119
Binary1110001101001001110111
Octal161244167

Shades and tints

Shades of #71A477

#71A477
(113,164,119)
#67966D
(103,150,109)
#5D8863
(93,136,99)
#537A59
(83,122,89)
#496C4F
(73,108,79)
#3F5E45
(63,94,69)
#35503B
(53,80,59)
#2B4231
(43,66,49)
#213427
(33,52,39)
#17261D
(23,38,29)
#0D1813
(13,24,19)
#000000
(0,0,0)

Tints of #71A477

#71A477
(113,164,119)
#7DAC83
(125,172,131)
#89B48F
(137,180,143)
#95BC9B
(149,188,155)
#A1C4A7
(161,196,167)
#ADCCB3
(173,204,179)
#B9D4BF
(185,212,191)
#C5DCCB
(197,220,203)
#D1E4D7
(209,228,215)
#DDECE3
(221,236,227)
#E9F4EF
(233,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71A477 color. Also use rgb(113,164,119) instead hex code.

Text Font Color

.myTextColor { color: #71A477; }

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

This text font color is #71A477.


Background Color

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

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

This div background color is #71A477.


Border color

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

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

This div border color is #71A477.


Opacity

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

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

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

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

This text has shadow with #71A477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A477 on black background.


Color preview on white background

This text has color #71A477 on white background.



Black color preview on #71A477 background

This text has black color on #71A477 background.


White color preview on #71A477 background

This text has white color on #71A477 background.