COLOR #47AB6D

HEX: #47AB6D
RGB: (71,171,109)

Renk bilgisi

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

RGB renk modeli

#47AB6D color RGB value is (71,171,109).

  • kırmız ton 71;
  • yeşil ton 171;
  • mavi ton 109.
RGB:
(71,171,109)
(28%,67%,43%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 171 of 255 = 67%
B 109 of 255 = 43%

71
171
109

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 171 + 109 = 351 (100%)
R 71 of 351 ~ 20.23%
G 171 of 351 ~ 48.72%
B 109 of 351 ~ 31.05%

%20.23
%48.72
%31.05

CMYK RENK MODELİ

#47AB6D rengi CMYK tonu (58,0,36,33).

  • camgöbeği tonu 58.48%
  • eflatun tonu 0.00%
  • sarı tonu 36.26%
  • ana renk tonu 32.94%
CMYK:
(58,0,36,33)
C58M0Y36K33 
(58%,0%,36%,33%)
(0.58/0.00/0.36/0.33)	

CMYK yüzdeleri

%58.48
%0
%36.26
%32.94

Codes

Color #47AB6D in popluar color models

47AB6D
RGB71171109
HSL143°41.32%47.45%
HSB/HSV143°58.48%67.06%
CMYK58.48%0.00%36.26%
32.94%

Color #47AB6D in popluar number systems.

HEX47AB6D
Decimal71171109
Binary1000111101010111101101
Octal107253155

Shades and tints

Shades of #47AB6D

#47AB6D
(71,171,109)
#419C64
(65,156,100)
#3B8D5B
(59,141,91)
#357E52
(53,126,82)
#2F6F49
(47,111,73)
#296040
(41,96,64)
#235137
(35,81,55)
#1D422E
(29,66,46)
#173325
(23,51,37)
#11241C
(17,36,28)
#0B1513
(11,21,19)
#000000
(0,0,0)

Tints of #47AB6D

#47AB6D
(71,171,109)
#57B27A
(87,178,122)
#67B987
(103,185,135)
#77C094
(119,192,148)
#87C7A1
(135,199,161)
#97CEAE
(151,206,174)
#A7D5BB
(167,213,187)
#B7DCC8
(183,220,200)
#C7E3D5
(199,227,213)
#D7EAE2
(215,234,226)
#E7F1EF
(231,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47AB6D color. Also use rgb(71,171,109) instead hex code.

Text Font Color

.myTextColor { color: #47AB6D; }

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

This text font color is #47AB6D.


Background Color

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

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

This div background color is #47AB6D.


Border color

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

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

This div border color is #47AB6D.


Opacity

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

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

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

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

This text has shadow with #47AB6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47AB6D on black background.


Color preview on white background

This text has color #47AB6D on white background.



Black color preview on #47AB6D background

This text has black color on #47AB6D background.


White color preview on #47AB6D background

This text has white color on #47AB6D background.