COLOR #71AC52

HEX: #71AC52
RGB: (113,172,82)

Color info

#71AC52 contains mainly red and green colors. Web safe color of #71AC52 is #669966 (or #696).

RGB color model

#71AC52 color RGB value is (113,172,82).

  • red value is 113;
  • green value is 172;
  • blue value is 82.
RGB:
(113,172,82)
(44%,67%,32%)

RGB channels and saturation

R 113 of 255 = 44%
G 172 of 255 = 67%
B 82 of 255 = 32%

113
172
82

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

Portions of RGB colors in percentages

R + G + B =
113 + 172 + 82 = 367 (100%)
R 113 of 367 ~ 30.79%
G 172 of 367 ~ 46.87%
B 82 of 367 ~ 22.34%

%30.79
%46.87
%22.34

CMYK color model

#71AC52 color CMYK value is (34,0,52,33).

  • cyan value is 34.30%
  • magenta value is 0.00%
  • yellow value is 52.33%
  • key color value is 32.55%
CMYK:
(34,0,52,33)
C34M0Y52K33 
(34%,0%,52%,33%)
(0.34/0.00/0.52/0.33)	

CMYK percentages

%34.3
%0
%52.33
%32.55

Codes

Color #71AC52 in popluar color models

71AC52
RGB11317282
HSL99°35.43%49.80%
HSB/HSV99°52.33%67.45%
CMYK34.30%0.00%52.33%
32.55%

Color #71AC52 in popluar number systems.

HEX71AC52
Decimal11317282
Binary1110001101011001010010
Octal161254122

Shades and tints

Shades of #71AC52

#71AC52
(113,172,82)
#679D4B
(103,157,75)
#5D8E44
(93,142,68)
#537F3D
(83,127,61)
#497036
(73,112,54)
#3F612F
(63,97,47)
#355228
(53,82,40)
#2B4321
(43,67,33)
#21341A
(33,52,26)
#172513
(23,37,19)
#0D160C
(13,22,12)
#000000
(0,0,0)

Tints of #71AC52

#71AC52
(113,172,82)
#7DB361
(125,179,97)
#89BA70
(137,186,112)
#95C17F
(149,193,127)
#A1C88E
(161,200,142)
#ADCF9D
(173,207,157)
#B9D6AC
(185,214,172)
#C5DDBB
(197,221,187)
#D1E4CA
(209,228,202)
#DDEBD9
(221,235,217)
#E9F2E8
(233,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71AC52 color. Also use rgb(113,172,82) instead hex code.

Text Font Color

.myTextColor { color: #71AC52; }

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

This text font color is #71AC52.


Background Color

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

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

This div background color is #71AC52.


Border color

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

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

This div border color is #71AC52.


Opacity

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

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

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

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

This text has shadow with #71AC52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71AC52 on black background.


Color preview on white background

This text has color #71AC52 on white background.



Black color preview on #71AC52 background

This text has black color on #71AC52 background.


White color preview on #71AC52 background

This text has white color on #71AC52 background.