COLOR #71A571

HEX: #71A571
RGB: (113,165,113)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

113
165
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 165 + 113 = 391 (100%)
R 113 of 391 ~ 28.9%
G 165 of 391 ~ 42.2%
B 113 of 391 ~ 28.9%

%28.9
%42.2
%28.9

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%31.52
%0
%31.52
%35.29

Codes

Color #71A571 in popluar color models

71A571
RGB113165113
HSL120°22.41%54.51%
HSB/HSV120°31.52%64.71%
CMYK31.52%0.00%31.52%
35.29%

Color #71A571 in popluar number systems.

HEX71A571
Decimal113165113
Binary1110001101001011110001
Octal161245161

Shades and tints

Shades of #71A571

#71A571
(113,165,113)
#679667
(103,150,103)
#5D875D
(93,135,93)
#537853
(83,120,83)
#496949
(73,105,73)
#3F5A3F
(63,90,63)
#354B35
(53,75,53)
#2B3C2B
(43,60,43)
#212D21
(33,45,33)
#171E17
(23,30,23)
#0D0F0D
(13,15,13)
#000000
(0,0,0)

Tints of #71A571

#71A571
(113,165,113)
#7DAD7D
(125,173,125)
#89B589
(137,181,137)
#95BD95
(149,189,149)
#A1C5A1
(161,197,161)
#ADCDAD
(173,205,173)
#B9D5B9
(185,213,185)
#C5DDC5
(197,221,197)
#D1E5D1
(209,229,209)
#DDEDDD
(221,237,221)
#E9F5E9
(233,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71A571; }

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

This text font color is #71A571.


Background Color

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

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

This div background color is #71A571.


Border color

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

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

This div border color is #71A571.


Opacity

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

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

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

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

This text has shadow with #71A571 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A571 on black background.


Color preview on white background

This text has color #71A571 on white background.



Black color preview on #71A571 background

This text has black color on #71A571 background.


White color preview on #71A571 background

This text has white color on #71A571 background.