COLOR #71AF5E

HEX: #71AF5E
RGB: (113,175,94)

Color info

#71AF5E contains mainly green color. Web safe color of #71AF5E is #669966 (or #696).

RGB color model

#71AF5E color RGB value is (113,175,94).

  • red value is 113;
  • green value is 175;
  • blue value is 94.
RGB: (113,175,94) (44%,69%,37%)

RGB channels and saturation

R 113 of 255 = 44%
G 175 of 255 = 69%
B 94 of 255 = 37%

113
175
94

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

Portions of RGB colors in percentages

R + G + B =
113 + 175 + 94 = 382 (100%)
R 113 of 382 ~ 29.58%
G 175 of 382 ~ 45.81%
B 94 of 382 ~ 24.61%

%29.58
%45.81
%24.61

CMYK color model

#71AF5E color CMYK value is (35,0,46,31).

  • cyan value is 35.43%
  • magenta value is 0.00%
  • yellow value is 46.29%
  • key color value is 31.37%
CMYK: (35,0,46,31) C35M0Y46K31 (35%,0%,46%,31%) (0.35/0.00/0.46/0.31)

CMYK percentages

%35.43
%0
%46.29
%31.37

Codes

Color #71AF5E in popluar color models

71AF5E
RGB11317594
HSL106°33.61%52.75%
HSB/HSV106°46.29%68.63%
CMYK35.43%0.00%46.29%
31.37%

Color #71AF5E in popluar number systems.

HEX71AF5E
Decimal11317594
Binary1110001101011111011110
Octal161257136

Shades and tints

Shades of #71AF5E

#71AF5E
(113,175,94)
#67A056
(103,160,86)
#5D914E
(93,145,78)
#538246
(83,130,70)
#49733E
(73,115,62)
#3F6436
(63,100,54)
#35552E
(53,85,46)
#2B4626
(43,70,38)
#21371E
(33,55,30)
#172816
(23,40,22)
#0D190E
(13,25,14)
#000000
(0,0,0)

Tints of #71AF5E

#71AF5E
(113,175,94)
#7DB66C
(125,182,108)
#89BD7A
(137,189,122)
#95C488
(149,196,136)
#A1CB96
(161,203,150)
#ADD2A4
(173,210,164)
#B9D9B2
(185,217,178)
#C5E0C0
(197,224,192)
#D1E7CE
(209,231,206)
#DDEEDC
(221,238,220)
#E9F5EA
(233,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71AF5E color. Also use rgb(113,175,94) instead hex code.

Text Font Color

.myTextColor { color: #71AF5E; }

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

This text font color is #71AF5E.


Background Color

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

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

This div background color is #71AF5E.


Border color

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

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

This div border color is #71AF5E.


Opacity

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

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

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

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

This text has shadow with #71AF5E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #71AF5E on black background.


Color preview on white background

This text has color #71AF5E on white background.



Black color preview on #71AF5E background

This text has black color on #71AF5E background.


White color preview on #71AF5E background

This text has white color on #71AF5E background.