COLOR #71AD47

HEX: #71AD47
RGB: (113,173,71)

Renk bilgisi

#71AD47 contains mainly green color. #71AD47 ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#71AD47 color RGB value is (113,173,71).

  • kırmız ton 113;
  • yeşil ton 173;
  • mavi ton 71.
RGB:
(113,173,71)
(44%,68%,28%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 173 of 255 = 68%
B 71 of 255 = 28%

113
173
71

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 173 + 71 = 357 (100%)
R 113 of 357 ~ 31.65%
G 173 of 357 ~ 48.46%
B 71 of 357 ~ 19.89%

%31.65
%48.46
%19.89

CMYK RENK MODELİ

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

  • camgöbeği tonu 34.68%
  • eflatun tonu 0.00%
  • sarı tonu 58.96%
  • ana renk tonu 32.16%
CMYK:
(35,0,59,32)
C35M0Y59K32 
(35%,0%,59%,32%)
(0.35/0.00/0.59/0.32)	

CMYK yüzdeleri

%34.68
%0
%58.96
%32.16

Codes

Color #71AD47 in popluar color models

71AD47
RGB11317371
HSL95°41.80%47.84%
HSB/HSV95°58.96%67.84%
CMYK34.68%0.00%58.96%
32.16%

Color #71AD47 in popluar number systems.

HEX71AD47
Decimal11317371
Binary1110001101011011000111
Octal161255107

Shades and tints

Shades of #71AD47

#71AD47
(113,173,71)
#679E41
(103,158,65)
#5D8F3B
(93,143,59)
#538035
(83,128,53)
#49712F
(73,113,47)
#3F6229
(63,98,41)
#355323
(53,83,35)
#2B441D
(43,68,29)
#213517
(33,53,23)
#172611
(23,38,17)
#0D170B
(13,23,11)
#000000
(0,0,0)

Tints of #71AD47

#71AD47
(113,173,71)
#7DB457
(125,180,87)
#89BB67
(137,187,103)
#95C277
(149,194,119)
#A1C987
(161,201,135)
#ADD097
(173,208,151)
#B9D7A7
(185,215,167)
#C5DEB7
(197,222,183)
#D1E5C7
(209,229,199)
#DDECD7
(221,236,215)
#E9F3E7
(233,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71AD47; }

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

This text font color is #71AD47.


Background Color

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

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

This div background color is #71AD47.


Border color

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

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

This div border color is #71AD47.


Opacity

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

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

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

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

This text has shadow with #71AD47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71AD47 on black background.


Color preview on white background

This text has color #71AD47 on white background.



Black color preview on #71AD47 background

This text has black color on #71AD47 background.


White color preview on #71AD47 background

This text has white color on #71AD47 background.