COLOR #71A33F

HEX: #71A33F RGB: (113,163,63)

Color info

#71A33F contains mainly red and green colors. Web safe color of #71A33F is #669933 (or #693).

RGB color model

#71A33F color RGB value is (113,163,63).

RGB: (113,163,63) (44%, 64%, 25%)

RGB channels and saturation

R 113 of 255 = 44%
G 163 of 255 = 64%
B 63 of 255 = 25%

113
163
63

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

Portions of RGB colors in percentages

R + G + B = 113 + 163 + 63 = 339 (100%)
R 113 of 339 ~ 33.33%
G 163 of 339 ~ 48.08%
B 63 of 339 ~ 18.58'%

%33.33
%48.08
%18.58

CMYK color model

#71A33F color CMYK value is (31,0,61,36).

  • cyan value is 30.67%
  • magenta value is 0.00%
  • yellow value is 61.35%
  • key color value is 36.08%

CMYK: (31,0,61,36)
C31M0Y61K36 (31%, 0%, 61%, 36%)
(0.31 / 0.00 / 0.61 / 0.36)

CMYK percentages

%30.67
%0
%61.35
%36.08

Codes

Color #71A33F in popluar color models

71 A3 3F
RGB 113 163 63
HSL 90° 44.25% 44.31%
HSB/HSV 90° 61.35% 63.92%
CMYK 30.67% 0.00% 61.35%
36.08%

Color #71A33F in popluar number systems.

HEX 71 A3 3F
Decimal 113 163 63
Binary 1110001 10100011 111111
Octal 161 243 77

Shades and tints

Shades of #71A33F

#71A33F
(113,163,63)
#67953A
(103,149,58)
#5D8735
(93,135,53)
#537930
(83,121,48)
#496B2B
(73,107,43)
#3F5D26
(63,93,38)
#354F21
(53,79,33)
#2B411C
(43,65,28)
#213317
(33,51,23)
#172512
(23,37,18)
#0D170D
(13,23,13)
#000000
(0,0,0)

Tints of #71A33F

#71A33F
(113,163,63)
#7DAB50
(125,171,80)
#89B361
(137,179,97)
#95BB72
(149,187,114)
#A1C383
(161,195,131)
#ADCB94
(173,203,148)
#B9D3A5
(185,211,165)
#C5DBB6
(197,219,182)
#D1E3C7
(209,227,199)
#DDEBD8
(221,235,216)
#E9F3E9
(233,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71A33F color. Also use rgb(113,163,63) instead hex code.

Text Font Color

.myTextColor { color: #71A33F; }

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

This text font color is #71A33F.

Background Color

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

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

This div background color is #71A33F.

Border color

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

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

This div border color is #71A33F.

Opacity

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

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

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

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

This text has shadow with #71A33F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71A33F.

Preview

Color preview on black background

This text has color #71A33F on black background.


Color preview on white background

This text has color #71A33F on white background.


Black color preview on #71A33F background

This text has black color on #71A33F background.


White color preview on #71A33F background

This text has white color on #71A33F background.


Related colors

Complementary color

Complementary color for #hex is #8E5CC0.


I love getcolorcode.com

Triadic colors

1 #3F71A3 and #A33F71 with #71A33F are triadic colors.

2 #3FA371 and #A3713F with #71A33F are triadic colors.