COLOR #71B47A

HEX: #71B47A RGB: (113,180,122)

Color info

#71B47A contains mainly green and blue colors. Web safe color of #71B47A is #66CC66 (or #6C6).

RGB color model

#71B47A color RGB value is (113,180,122).

RGB: (113,180,122) (44%, 71%, 48%)

RGB channels and saturation

R 113 of 255 = 44%
G 180 of 255 = 71%
B 122 of 255 = 48%

113
180
122

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

Portions of RGB colors in percentages

R + G + B = 113 + 180 + 122 = 415 (100%)
R 113 of 415 ~ 27.23%
G 180 of 415 ~ 43.37%
B 122 of 415 ~ 29.4'%

%27.23
%43.37
%29.4

CMYK color model

#71B47A color CMYK value is (37,0,32,29).

  • cyan value is 37.22%
  • magenta value is 0.00%
  • yellow value is 32.22%
  • key color value is 29.41%
CMYK: (37,0,32,29) C37M0Y32K29 (37%,0%,32%,29%) (0.37/0.00/0.32/0.29) 

CMYK percentages

%37.22
%0
%32.22
%29.41

Codes

Color #71B47A in popluar color models

71 B4 7A
RGB 113 180 122
HSL 128° 30.88% 57.45%
HSB/HSV 128° 37.22% 70.59%
CMYK 37.22% 0.00% 32.22%
29.41%

Color #71B47A in popluar number systems.

HEX 71 B4 7A
Decimal 113 180 122
Binary 1110001 10110100 1111010
Octal 161 264 172

Shades and tints

Shades of #71B47A

#71B47A
(113,180,122)
#67A46F
(103,164,111)
#5D9464
(93,148,100)
#538459
(83,132,89)
#49744E
(73,116,78)
#3F6443
(63,100,67)
#355438
(53,84,56)
#2B442D
(43,68,45)
#213422
(33,52,34)
#172417
(23,36,23)
#0D140C
(13,20,12)
#000000
(0,0,0)

Tints of #71B47A

#71B47A
(113,180,122)
#7DBA86
(125,186,134)
#89C092
(137,192,146)
#95C69E
(149,198,158)
#A1CCAA
(161,204,170)
#ADD2B6
(173,210,182)
#B9D8C2
(185,216,194)
#C5DECE
(197,222,206)
#D1E4DA
(209,228,218)
#DDEAE6
(221,234,230)
#E9F0F2
(233,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71B47A color. Also use rgb(113,180,122) instead hex code.

Text Font Color

.myTextColor { color: #71B47A; }

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

This text font color is #71B47A.

Background Color

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

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

This div background color is #71B47A.

Border color

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

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

This div border color is #71B47A.

Opacity

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

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

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

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

This text has shadow with #71B47A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71B47A.

Preview

Color preview on black background

This text has color #71B47A on black background.


Color preview on white background

This text has color #71B47A on white background.


Black color preview on #71B47A background

This text has black color on #71B47A background.


White color preview on #71B47A background

This text has white color on #71B47A background.


Related colors

Complementary color

Complementary color for #hex is #8E4B85.


I love getcolorcode.com

Triadic colors

1 #7A71B4 and #B47A71 with #71B47A are triadic colors.

2 #7AB471 and #B4717A with #71B47A are triadic colors.