COLOR #71A37B

HEX: #71A37B RGB: (113,163,123)

Color info

#71A37B contains red, green and blue colors in about the same proportion. Web safe color of #71A37B is #669966 (or #696).

RGB color model

#71A37B color RGB value is (113,163,123).

RGB: (113,163,123) (44%, 64%, 48%)

RGB channels and saturation

R 113 of 255 = 44%
G 163 of 255 = 64%
B 123 of 255 = 48%

113
163
123

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

Portions of RGB colors in percentages

R + G + B = 113 + 163 + 123 = 399 (100%)
R 113 of 399 ~ 28.32%
G 163 of 399 ~ 40.85%
B 123 of 399 ~ 30.83'%

%28.32
%40.85
%30.83

CMYK color model

#71A37B color CMYK value is (31,0,25,36).

  • cyan value is 30.67%
  • magenta value is 0.00%
  • yellow value is 24.54%
  • key color value is 36.08%
CMYK: (31,0,25,36) C31M0Y25K36 (31%,0%,25%,36%) (0.31/0.00/0.25/0.36) 

CMYK percentages

%30.67
%0
%24.54
%36.08

Codes

Color #71A37B in popluar color models

71 A3 7B
RGB 113 163 123
HSL 132° 21.37% 54.12%
HSB/HSV 132° 30.67% 63.92%
CMYK 30.67% 0.00% 24.54%
36.08%

Color #71A37B in popluar number systems.

HEX 71 A3 7B
Decimal 113 163 123
Binary 1110001 10100011 1111011
Octal 161 243 173

Shades and tints

Shades of #71A37B

#71A37B
(113,163,123)
#679570
(103,149,112)
#5D8765
(93,135,101)
#53795A
(83,121,90)
#496B4F
(73,107,79)
#3F5D44
(63,93,68)
#354F39
(53,79,57)
#2B412E
(43,65,46)
#213323
(33,51,35)
#172518
(23,37,24)
#0D170D
(13,23,13)
#000000
(0,0,0)

Tints of #71A37B

#71A37B
(113,163,123)
#7DAB87
(125,171,135)
#89B393
(137,179,147)
#95BB9F
(149,187,159)
#A1C3AB
(161,195,171)
#ADCBB7
(173,203,183)
#B9D3C3
(185,211,195)
#C5DBCF
(197,219,207)
#D1E3DB
(209,227,219)
#DDEBE7
(221,235,231)
#E9F3F3
(233,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71A37B; }

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

This text font color is #71A37B.

Background Color

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

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

This div background color is #71A37B.

Border color

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

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

This div border color is #71A37B.

Opacity

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

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

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

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

This text has shadow with #71A37B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71A37B.

Preview

Color preview on black background

This text has color #71A37B on black background.


Color preview on white background

This text has color #71A37B on white background.


Black color preview on #71A37B background

This text has black color on #71A37B background.


White color preview on #71A37B background

This text has white color on #71A37B background.


Related colors

Complementary color

Complementary color for #hex is #8E5C84.


I love getcolorcode.com

Triadic colors

1 #7B71A3 and #A37B71 with #71A37B are triadic colors.

2 #7BA371 and #A3717B with #71A37B are triadic colors.