COLOR #47AC52

HEX: #47AC52
RGB: (71,172,82)

Renk bilgisi

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

RGB renk modeli

#47AC52 color RGB value is (71,172,82).

  • kırmız ton 71;
  • yeşil ton 172;
  • mavi ton 82.
RGB:
(71,172,82)
(28%,67%,32%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 172 of 255 = 67%
B 82 of 255 = 32%

71
172
82

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 172 + 82 = 325 (100%)
R 71 of 325 ~ 21.85%
G 172 of 325 ~ 52.92%
B 82 of 325 ~ 25.23%

%21.85
%52.92
%25.23

CMYK RENK MODELİ

#47AC52 rengi CMYK tonu (59,0,52,33).

  • camgöbeği tonu 58.72%
  • eflatun tonu 0.00%
  • sarı tonu 52.33%
  • ana renk tonu 32.55%
CMYK:
(59,0,52,33)
C59M0Y52K33 
(59%,0%,52%,33%)
(0.59/0.00/0.52/0.33)	

CMYK yüzdeleri

%58.72
%0
%52.33
%32.55

Codes

Color #47AC52 in popluar color models

47AC52
RGB7117282
HSL127°41.56%47.65%
HSB/HSV127°58.72%67.45%
CMYK58.72%0.00%52.33%
32.55%

Color #47AC52 in popluar number systems.

HEX47AC52
Decimal7117282
Binary1000111101011001010010
Octal107254122

Shades and tints

Shades of #47AC52

#47AC52
(71,172,82)
#419D4B
(65,157,75)
#3B8E44
(59,142,68)
#357F3D
(53,127,61)
#2F7036
(47,112,54)
#29612F
(41,97,47)
#235228
(35,82,40)
#1D4321
(29,67,33)
#17341A
(23,52,26)
#112513
(17,37,19)
#0B160C
(11,22,12)
#000000
(0,0,0)

Tints of #47AC52

#47AC52
(71,172,82)
#57B361
(87,179,97)
#67BA70
(103,186,112)
#77C17F
(119,193,127)
#87C88E
(135,200,142)
#97CF9D
(151,207,157)
#A7D6AC
(167,214,172)
#B7DDBB
(183,221,187)
#C7E4CA
(199,228,202)
#D7EBD9
(215,235,217)
#E7F2E8
(231,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47AC52 color. Also use rgb(71,172,82) instead hex code.

Text Font Color

.myTextColor { color: #47AC52; }

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

This text font color is #47AC52.


Background Color

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

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

This div background color is #47AC52.


Border color

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

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

This div border color is #47AC52.


Opacity

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

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

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

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

This text has shadow with #47AC52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47AC52 on black background.


Color preview on white background

This text has color #47AC52 on white background.



Black color preview on #47AC52 background

This text has black color on #47AC52 background.


White color preview on #47AC52 background

This text has white color on #47AC52 background.