COLOR #71AE5F

HEX: #71AE5F RGB: (113,174,95)

Color info

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

RGB color model

#71AE5F color RGB value is (113,174,95).

RGB: (113,174,95) (44%, 68%, 37%)

RGB channels and saturation

R 113 of 255 = 44%
G 174 of 255 = 68%
B 95 of 255 = 37%

113
174
95

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

Portions of RGB colors in percentages

R + G + B = 113 + 174 + 95 = 382 (100%)
R 113 of 382 ~ 29.58%
G 174 of 382 ~ 45.55%
B 95 of 382 ~ 24.87'%

%29.58
%45.55
%24.87

CMYK color model

#71AE5F color CMYK value is (35,0,45,32).

  • cyan value is 35.06%
  • magenta value is 0.00%
  • yellow value is 45.40%
  • key color value is 31.76%

CMYK: (35,0,45,32)
C35M0Y45K32 (35%, 0%, 45%, 32%)
(0.35 / 0.00 / 0.45 / 0.32)

CMYK percentages

%35.06
%0
%45.4
%31.76

Codes

Color #71AE5F in popluar color models

71 AE 5F
RGB 113 174 95
HSL 106° 32.78% 52.75%
HSB/HSV 106° 45.40% 68.24%
CMYK 35.06% 0.00% 45.40%
31.76%

Color #71AE5F in popluar number systems.

HEX 71 AE 5F
Decimal 113 174 95
Binary 1110001 10101110 1011111
Octal 161 256 137

Shades and tints

Shades of #71AE5F

#71AE5F
(113,174,95)
#679F57
(103,159,87)
#5D904F
(93,144,79)
#538147
(83,129,71)
#49723F
(73,114,63)
#3F6337
(63,99,55)
#35542F
(53,84,47)
#2B4527
(43,69,39)
#21361F
(33,54,31)
#172717
(23,39,23)
#0D180F
(13,24,15)
#000000
(0,0,0)

Tints of #71AE5F

#71AE5F
(113,174,95)
#7DB56D
(125,181,109)
#89BC7B
(137,188,123)
#95C389
(149,195,137)
#A1CA97
(161,202,151)
#ADD1A5
(173,209,165)
#B9D8B3
(185,216,179)
#C5DFC1
(197,223,193)
#D1E6CF
(209,230,207)
#DDEDDD
(221,237,221)
#E9F4EB
(233,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71AE5F color. Also use rgb(113,174,95) instead hex code.

Text Font Color

.myTextColor { color: #71AE5F; }

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

This text font color is #71AE5F.

Background Color

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

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

This div background color is #71AE5F.

Border color

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

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

This div border color is #71AE5F.

Opacity

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

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

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

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

This text has shadow with #71AE5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71AE5F.

Preview

Color preview on black background

This text has color #71AE5F on black background.


Color preview on white background

This text has color #71AE5F on white background.


Black color preview on #71AE5F background

This text has black color on #71AE5F background.


White color preview on #71AE5F background

This text has white color on #71AE5F background.


Related colors

Complementary color

Complementary color for #hex is #8E51A0.


I love getcolorcode.com

Triadic colors

1 #5F71AE and #AE5F71 with #71AE5F are triadic colors.

2 #5FAE71 and #AE715F with #71AE5F are triadic colors.