COLOR #71A67F

HEX: #71A67F
RGB: (113,166,127)

Color info

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

RGB color model

#71A67F color RGB value is (113,166,127).

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

RGB channels and saturation

R 113 of 255 = 44%
G 166 of 255 = 65%
B 127 of 255 = 50%

113
166
127

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

Portions of RGB colors in percentages

R + G + B =
113 + 166 + 127 = 406 (100%)
R 113 of 406 ~ 27.83%
G 166 of 406 ~ 40.89%
B 127 of 406 ~ 31.28%

%27.83
%40.89
%31.28

CMYK color model

#71A67F color CMYK value is (32,0,23,35).

  • cyan value is 31.93%
  • magenta value is 0.00%
  • yellow value is 23.49%
  • key color value is 34.90%
CMYK:
(32,0,23,35)
C32M0Y23K35 
(32%,0%,23%,35%)
(0.32/0.00/0.23/0.35)	

CMYK percentages

%31.93
%0
%23.49
%34.9

Codes

Color #71A67F in popluar color models

71A67F
RGB113166127
HSL136°22.94%54.71%
HSB/HSV136°31.93%65.10%
CMYK31.93%0.00%23.49%
34.90%

Color #71A67F in popluar number systems.

HEX71A67F
Decimal113166127
Binary1110001101001101111111
Octal161246177

Shades and tints

Shades of #71A67F

#71A67F
(113,166,127)
#679774
(103,151,116)
#5D8869
(93,136,105)
#53795E
(83,121,94)
#496A53
(73,106,83)
#3F5B48
(63,91,72)
#354C3D
(53,76,61)
#2B3D32
(43,61,50)
#212E27
(33,46,39)
#171F1C
(23,31,28)
#0D1011
(13,16,17)
#000000
(0,0,0)

Tints of #71A67F

#71A67F
(113,166,127)
#7DAE8A
(125,174,138)
#89B695
(137,182,149)
#95BEA0
(149,190,160)
#A1C6AB
(161,198,171)
#ADCEB6
(173,206,182)
#B9D6C1
(185,214,193)
#C5DECC
(197,222,204)
#D1E6D7
(209,230,215)
#DDEEE2
(221,238,226)
#E9F6ED
(233,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71A67F color. Also use rgb(113,166,127) instead hex code.

Text Font Color

.myTextColor { color: #71A67F; }

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

This text font color is #71A67F.


Background Color

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

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

This div background color is #71A67F.


Border color

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

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

This div border color is #71A67F.


Opacity

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

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

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

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

This text has shadow with #71A67F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A67F on black background.


Color preview on white background

This text has color #71A67F on white background.



Black color preview on #71A67F background

This text has black color on #71A67F background.


White color preview on #71A67F background

This text has white color on #71A67F background.