COLOR #47C59F

HEX: #47C59F
RGB: (71,197,159)

Renk bilgisi

#47C59F contains mainly green and blue colors. #47C59F ‘ nin web güvenlik rengi #33CC99 (ya da #3C9) dir.

RGB renk modeli

#47C59F color RGB value is (71,197,159).

  • kırmız ton 71;
  • yeşil ton 197;
  • mavi ton 159.
RGB:
(71,197,159)
(28%,77%,62%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 197 of 255 = 77%
B 159 of 255 = 62%

71
197
159

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 197 + 159 = 427 (100%)
R 71 of 427 ~ 16.63%
G 197 of 427 ~ 46.14%
B 159 of 427 ~ 37.24%

%16.63
%46.14
%37.24

CMYK RENK MODELİ

#47C59F rengi CMYK tonu (64,0,19,23).

  • camgöbeği tonu 63.96%
  • eflatun tonu 0.00%
  • sarı tonu 19.29%
  • ana renk tonu 22.75%
CMYK:
(64,0,19,23)
C64M0Y19K23 
(64%,0%,19%,23%)
(0.64/0.00/0.19/0.23)	

CMYK yüzdeleri

%63.96
%0
%19.29
%22.75

Codes

Color #47C59F in popluar color models

47C59F
RGB71197159
HSL162°52.07%52.55%
HSB/HSV162°63.96%77.25%
CMYK63.96%0.00%19.29%
22.75%

Color #47C59F in popluar number systems.

HEX47C59F
Decimal71197159
Binary10001111100010110011111
Octal107305237

Shades and tints

Shades of #47C59F

#47C59F
(71,197,159)
#41B491
(65,180,145)
#3BA383
(59,163,131)
#359275
(53,146,117)
#2F8167
(47,129,103)
#297059
(41,112,89)
#235F4B
(35,95,75)
#1D4E3D
(29,78,61)
#173D2F
(23,61,47)
#112C21
(17,44,33)
#0B1B13
(11,27,19)
#000000
(0,0,0)

Tints of #47C59F

#47C59F
(71,197,159)
#57CAA7
(87,202,167)
#67CFAF
(103,207,175)
#77D4B7
(119,212,183)
#87D9BF
(135,217,191)
#97DEC7
(151,222,199)
#A7E3CF
(167,227,207)
#B7E8D7
(183,232,215)
#C7EDDF
(199,237,223)
#D7F2E7
(215,242,231)
#E7F7EF
(231,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47C59F color. Also use rgb(71,197,159) instead hex code.

Text Font Color

.myTextColor { color: #47C59F; }

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

This text font color is #47C59F.


Background Color

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

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

This div background color is #47C59F.


Border color

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

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

This div border color is #47C59F.


Opacity

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

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

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

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

This text has shadow with #47C59F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47C59F on black background.


Color preview on white background

This text has color #47C59F on white background.



Black color preview on #47C59F background

This text has black color on #47C59F background.


White color preview on #47C59F background

This text has white color on #47C59F background.