COLOR #71A788

HEX: #71A788
RGB: (113,167,136)

Color info

#71A788 contains red, green and blue colors in about the same proportion. Web safe color of #71A788 is #669999 (or #699).

RGB color model

#71A788 color RGB value is (113,167,136).

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

RGB channels and saturation

R 113 of 255 = 44%
G 167 of 255 = 65%
B 136 of 255 = 53%

113
167
136

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

Portions of RGB colors in percentages

R + G + B =
113 + 167 + 136 = 416 (100%)
R 113 of 416 ~ 27.16%
G 167 of 416 ~ 40.14%
B 136 of 416 ~ 32.69%

%27.16
%40.14
%32.69

CMYK color model

#71A788 color CMYK value is (32,0,19,35).

  • cyan value is 32.34%
  • magenta value is 0.00%
  • yellow value is 18.56%
  • key color value is 34.51%
CMYK:
(32,0,19,35)
C32M0Y19K35 
(32%,0%,19%,35%)
(0.32/0.00/0.19/0.35)	

CMYK percentages

%32.34
%0
%18.56
%34.51

Codes

Color #71A788 in popluar color models

71A788
RGB113167136
HSL146°23.48%54.90%
HSB/HSV146°32.34%65.49%
CMYK32.34%0.00%18.56%
34.51%

Color #71A788 in popluar number systems.

HEX71A788
Decimal113167136
Binary11100011010011110001000
Octal161247210

Shades and tints

Shades of #71A788

#71A788
(113,167,136)
#67987C
(103,152,124)
#5D8970
(93,137,112)
#537A64
(83,122,100)
#496B58
(73,107,88)
#3F5C4C
(63,92,76)
#354D40
(53,77,64)
#2B3E34
(43,62,52)
#212F28
(33,47,40)
#17201C
(23,32,28)
#0D1110
(13,17,16)
#000000
(0,0,0)

Tints of #71A788

#71A788
(113,167,136)
#7DAF92
(125,175,146)
#89B79C
(137,183,156)
#95BFA6
(149,191,166)
#A1C7B0
(161,199,176)
#ADCFBA
(173,207,186)
#B9D7C4
(185,215,196)
#C5DFCE
(197,223,206)
#D1E7D8
(209,231,216)
#DDEFE2
(221,239,226)
#E9F7EC
(233,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71A788; }

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

This text font color is #71A788.


Background Color

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

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

This div background color is #71A788.


Border color

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

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

This div border color is #71A788.


Opacity

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

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

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

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

This text has shadow with #71A788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A788 on black background.


Color preview on white background

This text has color #71A788 on white background.



Black color preview on #71A788 background

This text has black color on #71A788 background.


White color preview on #71A788 background

This text has white color on #71A788 background.