COLOR #47D084

HEX: #47D084
RGB: (71,208,132)

Renk bilgisi

#47D084 contains mainly green color. #47D084 ‘ nin web güvenlik rengi #33CC99 (ya da #3C9) dir.

RGB renk modeli

#47D084 color RGB value is (71,208,132).

  • kırmız ton 71;
  • yeşil ton 208;
  • mavi ton 132.
RGB:
(71,208,132)
(28%,82%,52%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 208 of 255 = 82%
B 132 of 255 = 52%

71
208
132

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 208 + 132 = 411 (100%)
R 71 of 411 ~ 17.27%
G 208 of 411 ~ 50.61%
B 132 of 411 ~ 32.12%

%17.27
%50.61
%32.12

CMYK RENK MODELİ

#47D084 rengi CMYK tonu (66,0,37,18).

  • camgöbeği tonu 65.87%
  • eflatun tonu 0.00%
  • sarı tonu 36.54%
  • ana renk tonu 18.43%
CMYK:
(66,0,37,18)
C66M0Y37K18 
(66%,0%,37%,18%)
(0.66/0.00/0.37/0.18)	

CMYK yüzdeleri

%65.87
%0
%36.54
%18.43

Codes

Color #47D084 in popluar color models

47D084
RGB71208132
HSL147°59.31%54.71%
HSB/HSV147°65.87%81.57%
CMYK65.87%0.00%36.54%
18.43%

Color #47D084 in popluar number systems.

HEX47D084
Decimal71208132
Binary10001111101000010000100
Octal107320204

Shades and tints

Shades of #47D084

#47D084
(71,208,132)
#41BE78
(65,190,120)
#3BAC6C
(59,172,108)
#359A60
(53,154,96)
#2F8854
(47,136,84)
#297648
(41,118,72)
#23643C
(35,100,60)
#1D5230
(29,82,48)
#174024
(23,64,36)
#112E18
(17,46,24)
#0B1C0C
(11,28,12)
#000000
(0,0,0)

Tints of #47D084

#47D084
(71,208,132)
#57D48F
(87,212,143)
#67D89A
(103,216,154)
#77DCA5
(119,220,165)
#87E0B0
(135,224,176)
#97E4BB
(151,228,187)
#A7E8C6
(167,232,198)
#B7ECD1
(183,236,209)
#C7F0DC
(199,240,220)
#D7F4E7
(215,244,231)
#E7F8F2
(231,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47D084 color. Also use rgb(71,208,132) instead hex code.

Text Font Color

.myTextColor { color: #47D084; }

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

This text font color is #47D084.


Background Color

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

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

This div background color is #47D084.


Border color

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

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

This div border color is #47D084.


Opacity

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

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

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

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

This text has shadow with #47D084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47D084 on black background.


Color preview on white background

This text has color #47D084 on white background.



Black color preview on #47D084 background

This text has black color on #47D084 background.


White color preview on #47D084 background

This text has white color on #47D084 background.