COLOR #71A598

HEX: #71A598
RGB: (113,165,152)

Color info

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

RGB color model

#71A598 color RGB value is (113,165,152).

  • red value is 113;
  • green value is 165;
  • blue value is 152.
RGB:
(113,165,152)
(44%,65%,60%)

RGB channels and saturation

R 113 of 255 = 44%
G 165 of 255 = 65%
B 152 of 255 = 60%

113
165
152

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

Portions of RGB colors in percentages

R + G + B =
113 + 165 + 152 = 430 (100%)
R 113 of 430 ~ 26.28%
G 165 of 430 ~ 38.37%
B 152 of 430 ~ 35.35%

%26.28
%38.37
%35.35

CMYK color model

#71A598 color CMYK value is (32,0,8,35).

  • cyan value is 31.52%
  • magenta value is 0.00%
  • yellow value is 7.88%
  • key color value is 35.29%
CMYK:
(32,0,8,35)
C32M0Y8K35 
(32%,0%,8%,35%)
(0.32/0.00/0.08/0.35)	

CMYK percentages

%31.52
%0
%7.88
%35.29

Codes

Color #71A598 in popluar color models

71A598
RGB113165152
HSL165°22.41%54.51%
HSB/HSV165°31.52%64.71%
CMYK31.52%0.00%7.88%
35.29%

Color #71A598 in popluar number systems.

HEX71A598
Decimal113165152
Binary11100011010010110011000
Octal161245230

Shades and tints

Shades of #71A598

#71A598
(113,165,152)
#67968B
(103,150,139)
#5D877E
(93,135,126)
#537871
(83,120,113)
#496964
(73,105,100)
#3F5A57
(63,90,87)
#354B4A
(53,75,74)
#2B3C3D
(43,60,61)
#212D30
(33,45,48)
#171E23
(23,30,35)
#0D0F16
(13,15,22)
#000000
(0,0,0)

Tints of #71A598

#71A598
(113,165,152)
#7DADA1
(125,173,161)
#89B5AA
(137,181,170)
#95BDB3
(149,189,179)
#A1C5BC
(161,197,188)
#ADCDC5
(173,205,197)
#B9D5CE
(185,213,206)
#C5DDD7
(197,221,215)
#D1E5E0
(209,229,224)
#DDEDE9
(221,237,233)
#E9F5F2
(233,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71A598 color. Also use rgb(113,165,152) instead hex code.

Text Font Color

.myTextColor { color: #71A598; }

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

This text font color is #71A598.


Background Color

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

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

This div background color is #71A598.


Border color

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

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

This div border color is #71A598.


Opacity

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

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

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

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

This text has shadow with #71A598 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A598 on black background.


Color preview on white background

This text has color #71A598 on white background.



Black color preview on #71A598 background

This text has black color on #71A598 background.


White color preview on #71A598 background

This text has white color on #71A598 background.