COLOR #71A390

HEX: #71A390
RGB: (113,163,144)

Color info

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

RGB color model

#71A390 color RGB value is (113,163,144).

  • red value is 113;
  • green value is 163;
  • blue value is 144.
RGB:
(113,163,144)
(44%,64%,56%)

RGB channels and saturation

R 113 of 255 = 44%
G 163 of 255 = 64%
B 144 of 255 = 56%

113
163
144

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

Portions of RGB colors in percentages

R + G + B =
113 + 163 + 144 = 420 (100%)
R 113 of 420 ~ 26.9%
G 163 of 420 ~ 38.81%
B 144 of 420 ~ 34.29%

%26.9
%38.81
%34.29

CMYK color model

#71A390 color CMYK value is (31,0,12,36).

  • cyan value is 30.67%
  • magenta value is 0.00%
  • yellow value is 11.66%
  • key color value is 36.08%
CMYK:
(31,0,12,36)
C31M0Y12K36 
(31%,0%,12%,36%)
(0.31/0.00/0.12/0.36)	

CMYK percentages

%30.67
%0
%11.66
%36.08

Codes

Color #71A390 in popluar color models

71A390
RGB113163144
HSL157°21.37%54.12%
HSB/HSV157°30.67%63.92%
CMYK30.67%0.00%11.66%
36.08%

Color #71A390 in popluar number systems.

HEX71A390
Decimal113163144
Binary11100011010001110010000
Octal161243220

Shades and tints

Shades of #71A390

#71A390
(113,163,144)
#679583
(103,149,131)
#5D8776
(93,135,118)
#537969
(83,121,105)
#496B5C
(73,107,92)
#3F5D4F
(63,93,79)
#354F42
(53,79,66)
#2B4135
(43,65,53)
#213328
(33,51,40)
#17251B
(23,37,27)
#0D170E
(13,23,14)
#000000
(0,0,0)

Tints of #71A390

#71A390
(113,163,144)
#7DAB9A
(125,171,154)
#89B3A4
(137,179,164)
#95BBAE
(149,187,174)
#A1C3B8
(161,195,184)
#ADCBC2
(173,203,194)
#B9D3CC
(185,211,204)
#C5DBD6
(197,219,214)
#D1E3E0
(209,227,224)
#DDEBEA
(221,235,234)
#E9F3F4
(233,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71A390; }

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

This text font color is #71A390.


Background Color

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

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

This div background color is #71A390.


Border color

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

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

This div border color is #71A390.


Opacity

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

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

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

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

This text has shadow with #71A390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A390 on black background.


Color preview on white background

This text has color #71A390 on white background.



Black color preview on #71A390 background

This text has black color on #71A390 background.


White color preview on #71A390 background

This text has white color on #71A390 background.