COLOR #477F47

HEX: #477F47
RGB: (71,127,71)

Renk bilgisi

#477F47 contains red, green and blue colors in about the same proportion. #477F47 ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#477F47 color RGB value is (71,127,71).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 127 of 255 = 50%
B 71 of 255 = 28%

71
127
71

R + G + B ~ 35%. #477F47 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 127 + 71 = 269 (100%)
R 71 of 269 ~ 26.39%
G 127 of 269 ~ 47.21%
B 71 of 269 ~ 26.39%

%26.39
%47.21
%26.39

CMYK RENK MODELİ

#477F47 rengi CMYK tonu (44,0,44,50).

  • camgöbeği tonu 44.09%
  • eflatun tonu 0.00%
  • sarı tonu 44.09%
  • ana renk tonu 50.20%
CMYK:
(44,0,44,50)
C44M0Y44K50 
(44%,0%,44%,50%)
(0.44/0.00/0.44/0.50)	

CMYK yüzdeleri

%44.09
%0
%44.09
%50.2

Codes

Color #477F47 in popluar color models

477F47
RGB7112771
HSL120°28.28%38.82%
HSB/HSV120°44.09%49.80%
CMYK44.09%0.00%44.09%
50.20%

Color #477F47 in popluar number systems.

HEX477F47
Decimal7112771
Binary100011111111111000111
Octal107177107

Shades and tints

Shades of #477F47

#477F47
(71,127,71)
#417441
(65,116,65)
#3B693B
(59,105,59)
#355E35
(53,94,53)
#2F532F
(47,83,47)
#294829
(41,72,41)
#233D23
(35,61,35)
#1D321D
(29,50,29)
#172717
(23,39,23)
#111C11
(17,28,17)
#0B110B
(11,17,11)
#000000
(0,0,0)

Tints of #477F47

#477F47
(71,127,71)
#578A57
(87,138,87)
#679567
(103,149,103)
#77A077
(119,160,119)
#87AB87
(135,171,135)
#97B697
(151,182,151)
#A7C1A7
(167,193,167)
#B7CCB7
(183,204,183)
#C7D7C7
(199,215,199)
#D7E2D7
(215,226,215)
#E7EDE7
(231,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #477F47; }

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

This text font color is #477F47.


Background Color

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

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

This div background color is #477F47.


Border color

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

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

This div border color is #477F47.


Opacity

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

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

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

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

This text has shadow with #477F47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477F47 on black background.


Color preview on white background

This text has color #477F47 on white background.



Black color preview on #477F47 background

This text has black color on #477F47 background.


White color preview on #477F47 background

This text has white color on #477F47 background.