COLOR #479F47

HEX: #479F47
RGB: (71,159,71)

Renk bilgisi

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

RGB renk modeli

#479F47 color RGB value is (71,159,71).

  • kırmız ton 71;
  • yeşil ton 159;
  • mavi ton 71.
RGB:
(71,159,71)
(28%,62%,28%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 159 of 255 = 62%
B 71 of 255 = 28%

71
159
71

R + G + B ~ 39%. #479F47 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 159 + 71 = 301 (100%)
R 71 of 301 ~ 23.59%
G 159 of 301 ~ 52.82%
B 71 of 301 ~ 23.59%

%23.59
%52.82
%23.59

CMYK RENK MODELİ

#479F47 rengi CMYK tonu (55,0,55,38).

  • camgöbeği tonu 55.35%
  • eflatun tonu 0.00%
  • sarı tonu 55.35%
  • ana renk tonu 37.65%
CMYK:
(55,0,55,38)
C55M0Y55K38 
(55%,0%,55%,38%)
(0.55/0.00/0.55/0.38)	

CMYK yüzdeleri

%55.35
%0
%55.35
%37.65

Codes

Color #479F47 in popluar color models

479F47
RGB7115971
HSL120°38.26%45.10%
HSB/HSV120°55.35%62.35%
CMYK55.35%0.00%55.35%
37.65%

Color #479F47 in popluar number systems.

HEX479F47
Decimal7115971
Binary1000111100111111000111
Octal107237107

Shades and tints

Shades of #479F47

#479F47
(71,159,71)
#419141
(65,145,65)
#3B833B
(59,131,59)
#357535
(53,117,53)
#2F672F
(47,103,47)
#295929
(41,89,41)
#234B23
(35,75,35)
#1D3D1D
(29,61,29)
#172F17
(23,47,23)
#112111
(17,33,17)
#0B130B
(11,19,11)
#000000
(0,0,0)

Tints of #479F47

#479F47
(71,159,71)
#57A757
(87,167,87)
#67AF67
(103,175,103)
#77B777
(119,183,119)
#87BF87
(135,191,135)
#97C797
(151,199,151)
#A7CFA7
(167,207,167)
#B7D7B7
(183,215,183)
#C7DFC7
(199,223,199)
#D7E7D7
(215,231,215)
#E7EFE7
(231,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #479F47 color. Also use rgb(71,159,71) instead hex code.

Text Font Color

.myTextColor { color: #479F47; }

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

This text font color is #479F47.


Background Color

.myBgColor { background-color: #479F47; }

<div style="background-color:#479F47">Inner text</div>

This div background color is #479F47.


Border color

.myBorderColor { border: 1px solid #479F47; }

<div style="border:3px solid #479F47">Div</div>

This div border color is #479F47.


Opacity

.myOpacity80 { color: #479F47; opacity: 0.8; }

<p style="color:#479F47;opacity:0.8;">80%</p>

Text with #479F47 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 #479F47;}

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

This text has shadow with #479F47 color.

.textShadow {text-shadow: 3px 3px 1px #479F47, 3px 3px 1px red;}

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

This text has shadow with #479F47 primary color and red secondary color.


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

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

This text has shadow with #479F47 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #479F47 on black background.


Color preview on white background

This text has color #479F47 on white background.



Black color preview on #479F47 background

This text has black color on #479F47 background.


White color preview on #479F47 background

This text has white color on #479F47 background.