COLOR #71A275

HEX: #71A275
RGB: (113,162,117)

Color info

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

RGB color model

#71A275 color RGB value is (113,162,117).

  • red value is 113;
  • green value is 162;
  • blue value is 117.
RGB:
(113,162,117)
(44%,64%,46%)

RGB channels and saturation

R 113 of 255 = 44%
G 162 of 255 = 64%
B 117 of 255 = 46%

113
162
117

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

Portions of RGB colors in percentages

R + G + B =
113 + 162 + 117 = 392 (100%)
R 113 of 392 ~ 28.83%
G 162 of 392 ~ 41.33%
B 117 of 392 ~ 29.85%

%28.83
%41.33
%29.85

CMYK color model

#71A275 color CMYK value is (30,0,28,36).

  • cyan value is 30.25%
  • magenta value is 0.00%
  • yellow value is 27.78%
  • key color value is 36.47%
CMYK:
(30,0,28,36)
C30M0Y28K36 
(30%,0%,28%,36%)
(0.30/0.00/0.28/0.36)	

CMYK percentages

%30.25
%0
%27.78
%36.47

Codes

Color #71A275 in popluar color models

71A275
RGB113162117
HSL125°20.85%53.92%
HSB/HSV125°30.25%63.53%
CMYK30.25%0.00%27.78%
36.47%

Color #71A275 in popluar number systems.

HEX71A275
Decimal113162117
Binary1110001101000101110101
Octal161242165

Shades and tints

Shades of #71A275

#71A275
(113,162,117)
#67946B
(103,148,107)
#5D8661
(93,134,97)
#537857
(83,120,87)
#496A4D
(73,106,77)
#3F5C43
(63,92,67)
#354E39
(53,78,57)
#2B402F
(43,64,47)
#213225
(33,50,37)
#17241B
(23,36,27)
#0D1611
(13,22,17)
#000000
(0,0,0)

Tints of #71A275

#71A275
(113,162,117)
#7DAA81
(125,170,129)
#89B28D
(137,178,141)
#95BA99
(149,186,153)
#A1C2A5
(161,194,165)
#ADCAB1
(173,202,177)
#B9D2BD
(185,210,189)
#C5DAC9
(197,218,201)
#D1E2D5
(209,226,213)
#DDEAE1
(221,234,225)
#E9F2ED
(233,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71A275 color. Also use rgb(113,162,117) instead hex code.

Text Font Color

.myTextColor { color: #71A275; }

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

This text font color is #71A275.


Background Color

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

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

This div background color is #71A275.


Border color

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

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

This div border color is #71A275.


Opacity

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

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

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

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

This text has shadow with #71A275 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A275 on black background.


Color preview on white background

This text has color #71A275 on white background.



Black color preview on #71A275 background

This text has black color on #71A275 background.


White color preview on #71A275 background

This text has white color on #71A275 background.