COLOR #47AD71

HEX: #47AD71
RGB: (71,173,113)

Renk bilgisi

#47AD71 contains mainly green color. #47AD71 ‘ nin web güvenlik rengi #339966 (ya da #396) dir.

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

71
173
113

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

Yüzdelerle RGB renk parçaları

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

%19.89
%48.46
%31.65

CMYK RENK MODELİ

#47AD71 rengi CMYK tonu (59,0,35,32).

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

CMYK yüzdeleri

%58.96
%0
%34.68
%32.16

Codes

Color #47AD71 in popluar color models

47AD71
RGB71173113
HSL145°41.80%47.84%
HSB/HSV145°58.96%67.84%
CMYK58.96%0.00%34.68%
32.16%

Color #47AD71 in popluar number systems.

HEX47AD71
Decimal71173113
Binary1000111101011011110001
Octal107255161

Shades and tints

Shades of #47AD71

#47AD71
(71,173,113)
#419E67
(65,158,103)
#3B8F5D
(59,143,93)
#358053
(53,128,83)
#2F7149
(47,113,73)
#29623F
(41,98,63)
#235335
(35,83,53)
#1D442B
(29,68,43)
#173521
(23,53,33)
#112617
(17,38,23)
#0B170D
(11,23,13)
#000000
(0,0,0)

Tints of #47AD71

#47AD71
(71,173,113)
#57B47D
(87,180,125)
#67BB89
(103,187,137)
#77C295
(119,194,149)
#87C9A1
(135,201,161)
#97D0AD
(151,208,173)
#A7D7B9
(167,215,185)
#B7DEC5
(183,222,197)
#C7E5D1
(199,229,209)
#D7ECDD
(215,236,221)
#E7F3E9
(231,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47AD71; }

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

This text font color is #47AD71.


Background Color

.myBgColor { background-color: #47AD71; }

<div style="background-color:#47AD71">Inner text</div>

This div background color is #47AD71.


Border color

.myBorderColor { border: 1px solid #47AD71; }

<div style="border:3px solid #47AD71">Div</div>

This div border color is #47AD71.


Opacity

.myOpacity80 { color: #47AD71; opacity: 0.8; }

<p style="color:#47AD71;opacity:0.8;">80%</p>

Text with #47AD71 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 #47AD71;}

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

This text has shadow with #47AD71 color.

.textShadow {text-shadow: 3px 3px 1px #47AD71, 3px 3px 1px red;}

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

This text has shadow with #47AD71 primary color and red secondary color.


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

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

This text has shadow with #47AD71 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47AD71 on black background.


Color preview on white background

This text has color #47AD71 on white background.



Black color preview on #47AD71 background

This text has black color on #47AD71 background.


White color preview on #47AD71 background

This text has white color on #47AD71 background.