COLOR #477946

HEX: #477946
RGB: (71,121,70)

Renk bilgisi

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

RGB renk modeli

#477946 color RGB value is (71,121,70).

  • kırmız ton 71;
  • yeşil ton 121;
  • mavi ton 70.
RGB:
(71,121,70)
(28%,47%,27%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 121 of 255 = 47%
B 70 of 255 = 27%

71
121
70

R + G + B ~ 34%. #477946 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 121 + 70 = 262 (100%)
R 71 of 262 ~ 27.1%
G 121 of 262 ~ 46.18%
B 70 of 262 ~ 26.72%

%27.1
%46.18
%26.72

CMYK RENK MODELİ

#477946 rengi CMYK tonu (41,0,42,53).

  • camgöbeği tonu 41.32%
  • eflatun tonu 0.00%
  • sarı tonu 42.15%
  • ana renk tonu 52.55%
CMYK:
(41,0,42,53)
C41M0Y42K53 
(41%,0%,42%,53%)
(0.41/0.00/0.42/0.53)	

CMYK yüzdeleri

%41.32
%0
%42.15
%52.55

Codes

Color #477946 in popluar color models

477946
RGB7112170
HSL119°26.70%37.45%
HSB/HSV119°42.15%47.45%
CMYK41.32%0.00%42.15%
52.55%

Color #477946 in popluar number systems.

HEX477946
Decimal7112170
Binary100011111110011000110
Octal107171106

Shades and tints

Shades of #477946

#477946
(71,121,70)
#416E40
(65,110,64)
#3B633A
(59,99,58)
#355834
(53,88,52)
#2F4D2E
(47,77,46)
#294228
(41,66,40)
#233722
(35,55,34)
#1D2C1C
(29,44,28)
#172116
(23,33,22)
#111610
(17,22,16)
#0B0B0A
(11,11,10)
#000000
(0,0,0)

Tints of #477946

#477946
(71,121,70)
#578556
(87,133,86)
#679166
(103,145,102)
#779D76
(119,157,118)
#87A986
(135,169,134)
#97B596
(151,181,150)
#A7C1A6
(167,193,166)
#B7CDB6
(183,205,182)
#C7D9C6
(199,217,198)
#D7E5D6
(215,229,214)
#E7F1E6
(231,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #477946 color. Also use rgb(71,121,70) instead hex code.

Text Font Color

.myTextColor { color: #477946; }

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

This text font color is #477946.


Background Color

.myBgColor { background-color: #477946; }

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

This div background color is #477946.


Border color

.myBorderColor { border: 1px solid #477946; }

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

This div border color is #477946.


Opacity

.myOpacity80 { color: #477946; opacity: 0.8; }

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

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

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

This text has shadow with #477946 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477946 on black background.


Color preview on white background

This text has color #477946 on white background.



Black color preview on #477946 background

This text has black color on #477946 background.


White color preview on #477946 background

This text has white color on #477946 background.