COLOR #71A491

HEX: #71A491
RGB: (113,164,145)

Renk bilgisi

#71A491 contains red, green and blue colors in about the same proportion. #71A491 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#71A491 color RGB value is (113,164,145).

  • kırmız ton 113;
  • yeşil ton 164;
  • mavi ton 145.
RGB:
(113,164,145)
(44%,64%,57%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 164 of 255 = 64%
B 145 of 255 = 57%

113
164
145

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 164 + 145 = 422 (100%)
R 113 of 422 ~ 26.78%
G 164 of 422 ~ 38.86%
B 145 of 422 ~ 34.36%

%26.78
%38.86
%34.36

CMYK RENK MODELİ

#71A491 rengi CMYK tonu (31,0,12,36).

  • camgöbeği tonu 31.10%
  • eflatun tonu 0.00%
  • sarı tonu 11.59%
  • ana renk tonu 35.69%
CMYK:
(31,0,12,36)
C31M0Y12K36 
(31%,0%,12%,36%)
(0.31/0.00/0.12/0.36)	

CMYK yüzdeleri

%31.1
%0
%11.59
%35.69

Codes

Color #71A491 in popluar color models

71A491
RGB113164145
HSL158°21.89%54.31%
HSB/HSV158°31.10%64.31%
CMYK31.10%0.00%11.59%
35.69%

Color #71A491 in popluar number systems.

HEX71A491
Decimal113164145
Binary11100011010010010010001
Octal161244221

Shades and tints

Shades of #71A491

#71A491
(113,164,145)
#679684
(103,150,132)
#5D8877
(93,136,119)
#537A6A
(83,122,106)
#496C5D
(73,108,93)
#3F5E50
(63,94,80)
#355043
(53,80,67)
#2B4236
(43,66,54)
#213429
(33,52,41)
#17261C
(23,38,28)
#0D180F
(13,24,15)
#000000
(0,0,0)

Tints of #71A491

#71A491
(113,164,145)
#7DAC9B
(125,172,155)
#89B4A5
(137,180,165)
#95BCAF
(149,188,175)
#A1C4B9
(161,196,185)
#ADCCC3
(173,204,195)
#B9D4CD
(185,212,205)
#C5DCD7
(197,220,215)
#D1E4E1
(209,228,225)
#DDECEB
(221,236,235)
#E9F4F5
(233,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71A491; }

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

This text font color is #71A491.


Background Color

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

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

This div background color is #71A491.


Border color

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

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

This div border color is #71A491.


Opacity

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

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

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

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

This text has shadow with #71A491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A491 on black background.


Color preview on white background

This text has color #71A491 on white background.



Black color preview on #71A491 background

This text has black color on #71A491 background.


White color preview on #71A491 background

This text has white color on #71A491 background.