COLOR #71A1A1

HEX: #71A1A1
RGB: (113,161,161)

Color info

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

RGB color model

#71A1A1 color RGB value is (113,161,161).

  • red value is 113;
  • green value is 161;
  • blue value is 161.
RGB:
(113,161,161)
(44%,63%,63%)

RGB channels and saturation

R 113 of 255 = 44%
G 161 of 255 = 63%
B 161 of 255 = 63%

113
161
161

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

Portions of RGB colors in percentages

R + G + B =
113 + 161 + 161 = 435 (100%)
R 113 of 435 ~ 25.98%
G 161 of 435 ~ 37.01%
B 161 of 435 ~ 37.01%

%25.98
%37.01
%37.01

CMYK color model

#71A1A1 color CMYK value is (30,0,0,37).

  • cyan value is 29.81%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(30,0,0,37)
C30M0Y0K37 
(30%,0%,0%,37%)
(0.30/0.00/0.00/0.37)	

CMYK percentages

%29.81
%0
%0
%36.86

Codes

Color #71A1A1 in popluar color models

71A1A1
RGB113161161
HSL180°20.34%53.73%
HSB/HSV180°29.81%63.14%
CMYK29.81%0.00%0.00%
36.86%

Color #71A1A1 in popluar number systems.

HEX71A1A1
Decimal113161161
Binary11100011010000110100001
Octal161241241

Shades and tints

Shades of #71A1A1

#71A1A1
(113,161,161)
#679393
(103,147,147)
#5D8585
(93,133,133)
#537777
(83,119,119)
#496969
(73,105,105)
#3F5B5B
(63,91,91)
#354D4D
(53,77,77)
#2B3F3F
(43,63,63)
#213131
(33,49,49)
#172323
(23,35,35)
#0D1515
(13,21,21)
#000000
(0,0,0)

Tints of #71A1A1

#71A1A1
(113,161,161)
#7DA9A9
(125,169,169)
#89B1B1
(137,177,177)
#95B9B9
(149,185,185)
#A1C1C1
(161,193,193)
#ADC9C9
(173,201,201)
#B9D1D1
(185,209,209)
#C5D9D9
(197,217,217)
#D1E1E1
(209,225,225)
#DDE9E9
(221,233,233)
#E9F1F1
(233,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71A1A1; }

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

This text font color is #71A1A1.


Background Color

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

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

This div background color is #71A1A1.


Border color

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

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

This div border color is #71A1A1.


Opacity

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

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

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

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

This text has shadow with #71A1A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A1A1 on black background.


Color preview on white background

This text has color #71A1A1 on white background.



Black color preview on #71A1A1 background

This text has black color on #71A1A1 background.


White color preview on #71A1A1 background

This text has white color on #71A1A1 background.