COLOR #71A48B

HEX: #71A48B
RGB: (113,164,139)

Color info

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

RGB color model

#71A48B color RGB value is (113,164,139).

  • red value is 113;
  • green value is 164;
  • blue value is 139.
RGB:
(113,164,139)
(44%,64%,55%)

RGB channels and saturation

R 113 of 255 = 44%
G 164 of 255 = 64%
B 139 of 255 = 55%

113
164
139

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

Portions of RGB colors in percentages

R + G + B =
113 + 164 + 139 = 416 (100%)
R 113 of 416 ~ 27.16%
G 164 of 416 ~ 39.42%
B 139 of 416 ~ 33.41%

%27.16
%39.42
%33.41

CMYK color model

#71A48B color CMYK value is (31,0,15,36).

  • cyan value is 31.10%
  • magenta value is 0.00%
  • yellow value is 15.24%
  • key color value is 35.69%
CMYK:
(31,0,15,36)
C31M0Y15K36 
(31%,0%,15%,36%)
(0.31/0.00/0.15/0.36)	

CMYK percentages

%31.1
%0
%15.24
%35.69

Codes

Color #71A48B in popluar color models

71A48B
RGB113164139
HSL151°21.89%54.31%
HSB/HSV151°31.10%64.31%
CMYK31.10%0.00%15.24%
35.69%

Color #71A48B in popluar number systems.

HEX71A48B
Decimal113164139
Binary11100011010010010001011
Octal161244213

Shades and tints

Shades of #71A48B

#71A48B
(113,164,139)
#67967F
(103,150,127)
#5D8873
(93,136,115)
#537A67
(83,122,103)
#496C5B
(73,108,91)
#3F5E4F
(63,94,79)
#355043
(53,80,67)
#2B4237
(43,66,55)
#21342B
(33,52,43)
#17261F
(23,38,31)
#0D1813
(13,24,19)
#000000
(0,0,0)

Tints of #71A48B

#71A48B
(113,164,139)
#7DAC95
(125,172,149)
#89B49F
(137,180,159)
#95BCA9
(149,188,169)
#A1C4B3
(161,196,179)
#ADCCBD
(173,204,189)
#B9D4C7
(185,212,199)
#C5DCD1
(197,220,209)
#D1E4DB
(209,228,219)
#DDECE5
(221,236,229)
#E9F4EF
(233,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71A48B color. Also use rgb(113,164,139) instead hex code.

Text Font Color

.myTextColor { color: #71A48B; }

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

This text font color is #71A48B.


Background Color

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

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

This div background color is #71A48B.


Border color

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

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

This div border color is #71A48B.


Opacity

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

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

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

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

This text has shadow with #71A48B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A48B on black background.


Color preview on white background

This text has color #71A48B on white background.



Black color preview on #71A48B background

This text has black color on #71A48B background.


White color preview on #71A48B background

This text has white color on #71A48B background.