COLOR #71A594

HEX: #71A594
RGB: (113,165,148)

Renk bilgisi

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

RGB renk modeli

#71A594 color RGB value is (113,165,148).

  • kırmız ton 113;
  • yeşil ton 165;
  • mavi ton 148.
RGB:
(113,165,148)
(44%,65%,58%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 165 of 255 = 65%
B 148 of 255 = 58%

113
165
148

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 165 + 148 = 426 (100%)
R 113 of 426 ~ 26.53%
G 165 of 426 ~ 38.73%
B 148 of 426 ~ 34.74%

%26.53
%38.73
%34.74

CMYK RENK MODELİ

#71A594 rengi CMYK tonu (32,0,10,35).

  • camgöbeği tonu 31.52%
  • eflatun tonu 0.00%
  • sarı tonu 10.30%
  • ana renk tonu 35.29%
CMYK:
(32,0,10,35)
C32M0Y10K35 
(32%,0%,10%,35%)
(0.32/0.00/0.10/0.35)	

CMYK yüzdeleri

%31.52
%0
%10.3
%35.29

Codes

Color #71A594 in popluar color models

71A594
RGB113165148
HSL160°22.41%54.51%
HSB/HSV160°31.52%64.71%
CMYK31.52%0.00%10.30%
35.29%

Color #71A594 in popluar number systems.

HEX71A594
Decimal113165148
Binary11100011010010110010100
Octal161245224

Shades and tints

Shades of #71A594

#71A594
(113,165,148)
#679687
(103,150,135)
#5D877A
(93,135,122)
#53786D
(83,120,109)
#496960
(73,105,96)
#3F5A53
(63,90,83)
#354B46
(53,75,70)
#2B3C39
(43,60,57)
#212D2C
(33,45,44)
#171E1F
(23,30,31)
#0D0F12
(13,15,18)
#000000
(0,0,0)

Tints of #71A594

#71A594
(113,165,148)
#7DAD9D
(125,173,157)
#89B5A6
(137,181,166)
#95BDAF
(149,189,175)
#A1C5B8
(161,197,184)
#ADCDC1
(173,205,193)
#B9D5CA
(185,213,202)
#C5DDD3
(197,221,211)
#D1E5DC
(209,229,220)
#DDEDE5
(221,237,229)
#E9F5EE
(233,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71A594; }

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

This text font color is #71A594.


Background Color

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

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

This div background color is #71A594.


Border color

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

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

This div border color is #71A594.


Opacity

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

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

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

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

This text has shadow with #71A594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A594 on black background.


Color preview on white background

This text has color #71A594 on white background.



Black color preview on #71A594 background

This text has black color on #71A594 background.


White color preview on #71A594 background

This text has white color on #71A594 background.