COLOR #71A752

HEX: #71A752
RGB: (113,167,82)

Color info

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

RGB color model

#71A752 color RGB value is (113,167,82).

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

RGB channels and saturation

R 113 of 255 = 44%
G 167 of 255 = 65%
B 82 of 255 = 32%

113
167
82

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

Portions of RGB colors in percentages

R + G + B =
113 + 167 + 82 = 362 (100%)
R 113 of 362 ~ 31.22%
G 167 of 362 ~ 46.13%
B 82 of 362 ~ 22.65%

%31.22
%46.13
%22.65

CMYK color model

#71A752 color CMYK value is (32,0,51,35).

  • cyan value is 32.34%
  • magenta value is 0.00%
  • yellow value is 50.90%
  • key color value is 34.51%
CMYK:
(32,0,51,35)
C32M0Y51K35 
(32%,0%,51%,35%)
(0.32/0.00/0.51/0.35)	

CMYK percentages

%32.34
%0
%50.9
%34.51

Codes

Color #71A752 in popluar color models

71A752
RGB11316782
HSL98°34.14%48.82%
HSB/HSV98°50.90%65.49%
CMYK32.34%0.00%50.90%
34.51%

Color #71A752 in popluar number systems.

HEX71A752
Decimal11316782
Binary1110001101001111010010
Octal161247122

Shades and tints

Shades of #71A752

#71A752
(113,167,82)
#67984B
(103,152,75)
#5D8944
(93,137,68)
#537A3D
(83,122,61)
#496B36
(73,107,54)
#3F5C2F
(63,92,47)
#354D28
(53,77,40)
#2B3E21
(43,62,33)
#212F1A
(33,47,26)
#172013
(23,32,19)
#0D110C
(13,17,12)
#000000
(0,0,0)

Tints of #71A752

#71A752
(113,167,82)
#7DAF61
(125,175,97)
#89B770
(137,183,112)
#95BF7F
(149,191,127)
#A1C78E
(161,199,142)
#ADCF9D
(173,207,157)
#B9D7AC
(185,215,172)
#C5DFBB
(197,223,187)
#D1E7CA
(209,231,202)
#DDEFD9
(221,239,217)
#E9F7E8
(233,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71A752; }

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

This text font color is #71A752.


Background Color

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

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

This div background color is #71A752.


Border color

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

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

This div border color is #71A752.


Opacity

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

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

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

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

This text has shadow with #71A752 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A752 on black background.


Color preview on white background

This text has color #71A752 on white background.



Black color preview on #71A752 background

This text has black color on #71A752 background.


White color preview on #71A752 background

This text has white color on #71A752 background.