COLOR #47A963

HEX: #47A963
RGB: (71,169,99)

Renk bilgisi

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

RGB renk modeli

#47A963 color RGB value is (71,169,99).

  • kırmız ton 71;
  • yeşil ton 169;
  • mavi ton 99.
RGB:
(71,169,99)
(28%,66%,39%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 169 of 255 = 66%
B 99 of 255 = 39%

71
169
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 169 + 99 = 339 (100%)
R 71 of 339 ~ 20.94%
G 169 of 339 ~ 49.85%
B 99 of 339 ~ 29.2%

%20.94
%49.85
%29.2

CMYK RENK MODELİ

#47A963 rengi CMYK tonu (58,0,41,34).

  • camgöbeği tonu 57.99%
  • eflatun tonu 0.00%
  • sarı tonu 41.42%
  • ana renk tonu 33.73%
CMYK:
(58,0,41,34)
C58M0Y41K34 
(58%,0%,41%,34%)
(0.58/0.00/0.41/0.34)	

CMYK yüzdeleri

%57.99
%0
%41.42
%33.73

Codes

Color #47A963 in popluar color models

47A963
RGB7116999
HSL137°40.83%47.06%
HSB/HSV137°57.99%66.27%
CMYK57.99%0.00%41.42%
33.73%

Color #47A963 in popluar number systems.

HEX47A963
Decimal7116999
Binary1000111101010011100011
Octal107251143

Shades and tints

Shades of #47A963

#47A963
(71,169,99)
#419A5A
(65,154,90)
#3B8B51
(59,139,81)
#357C48
(53,124,72)
#2F6D3F
(47,109,63)
#295E36
(41,94,54)
#234F2D
(35,79,45)
#1D4024
(29,64,36)
#17311B
(23,49,27)
#112212
(17,34,18)
#0B1309
(11,19,9)
#000000
(0,0,0)

Tints of #47A963

#47A963
(71,169,99)
#57B071
(87,176,113)
#67B77F
(103,183,127)
#77BE8D
(119,190,141)
#87C59B
(135,197,155)
#97CCA9
(151,204,169)
#A7D3B7
(167,211,183)
#B7DAC5
(183,218,197)
#C7E1D3
(199,225,211)
#D7E8E1
(215,232,225)
#E7EFEF
(231,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47A963 color. Also use rgb(71,169,99) instead hex code.

Text Font Color

.myTextColor { color: #47A963; }

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

This text font color is #47A963.


Background Color

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

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

This div background color is #47A963.


Border color

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

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

This div border color is #47A963.


Opacity

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

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

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

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

This text has shadow with #47A963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47A963 on black background.


Color preview on white background

This text has color #47A963 on white background.



Black color preview on #47A963 background

This text has black color on #47A963 background.


White color preview on #47A963 background

This text has white color on #47A963 background.