COLOR #47AC4B

HEX: #47AC4B
RGB: (71,172,75)

Renk bilgisi

#47AC4B contains mainly green color. #47AC4B ‘ nin web güvenlik rengi #339933 (ya da #393) dir.

RGB renk modeli

#47AC4B color RGB value is (71,172,75).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 172 of 255 = 67%
B 75 of 255 = 29%

71
172
75

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 172 + 75 = 318 (100%)
R 71 of 318 ~ 22.33%
G 172 of 318 ~ 54.09%
B 75 of 318 ~ 23.58%

%22.33
%54.09
%23.58

CMYK RENK MODELİ

#47AC4B rengi CMYK tonu (59,0,56,33).

  • camgöbeği tonu 58.72%
  • eflatun tonu 0.00%
  • sarı tonu 56.40%
  • ana renk tonu 32.55%
CMYK:
(59,0,56,33)
C59M0Y56K33 
(59%,0%,56%,33%)
(0.59/0.00/0.56/0.33)	

CMYK yüzdeleri

%58.72
%0
%56.4
%32.55

Codes

Color #47AC4B in popluar color models

47AC4B
RGB7117275
HSL122°41.56%47.65%
HSB/HSV122°58.72%67.45%
CMYK58.72%0.00%56.40%
32.55%

Color #47AC4B in popluar number systems.

HEX47AC4B
Decimal7117275
Binary1000111101011001001011
Octal107254113

Shades and tints

Shades of #47AC4B

#47AC4B
(71,172,75)
#419D45
(65,157,69)
#3B8E3F
(59,142,63)
#357F39
(53,127,57)
#2F7033
(47,112,51)
#29612D
(41,97,45)
#235227
(35,82,39)
#1D4321
(29,67,33)
#17341B
(23,52,27)
#112515
(17,37,21)
#0B160F
(11,22,15)
#000000
(0,0,0)

Tints of #47AC4B

#47AC4B
(71,172,75)
#57B35B
(87,179,91)
#67BA6B
(103,186,107)
#77C17B
(119,193,123)
#87C88B
(135,200,139)
#97CF9B
(151,207,155)
#A7D6AB
(167,214,171)
#B7DDBB
(183,221,187)
#C7E4CB
(199,228,203)
#D7EBDB
(215,235,219)
#E7F2EB
(231,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47AC4B; }

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

This text font color is #47AC4B.


Background Color

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

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

This div background color is #47AC4B.


Border color

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

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

This div border color is #47AC4B.


Opacity

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

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

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

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

This text has shadow with #47AC4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47AC4B on black background.


Color preview on white background

This text has color #47AC4B on white background.



Black color preview on #47AC4B background

This text has black color on #47AC4B background.


White color preview on #47AC4B background

This text has white color on #47AC4B background.