COLOR #477E40

HEX: #477E40
RGB: (71,126,64)

Renk bilgisi

#477E40 contains mainly red and green colors. #477E40 ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#477E40 color RGB value is (71,126,64).

  • kırmız ton 71;
  • yeşil ton 126;
  • mavi ton 64.
RGB:
(71,126,64)
(28%,49%,25%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 126 of 255 = 49%
B 64 of 255 = 25%

71
126
64

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 126 + 64 = 261 (100%)
R 71 of 261 ~ 27.2%
G 126 of 261 ~ 48.28%
B 64 of 261 ~ 24.52%

%27.2
%48.28
%24.52

CMYK RENK MODELİ

#477E40 rengi CMYK tonu (44,0,49,51).

  • camgöbeği tonu 43.65%
  • eflatun tonu 0.00%
  • sarı tonu 49.21%
  • ana renk tonu 50.59%
CMYK:
(44,0,49,51)
C44M0Y49K51 
(44%,0%,49%,51%)
(0.44/0.00/0.49/0.51)	

CMYK yüzdeleri

%43.65
%0
%49.21
%50.59

Codes

Color #477E40 in popluar color models

477E40
RGB7112664
HSL113°32.63%37.25%
HSB/HSV113°49.21%49.41%
CMYK43.65%0.00%49.21%
50.59%

Color #477E40 in popluar number systems.

HEX477E40
Decimal7112664
Binary100011111111101000000
Octal107176100

Shades and tints

Shades of #477E40

#477E40
(71,126,64)
#41733B
(65,115,59)
#3B6836
(59,104,54)
#355D31
(53,93,49)
#2F522C
(47,82,44)
#294727
(41,71,39)
#233C22
(35,60,34)
#1D311D
(29,49,29)
#172618
(23,38,24)
#111B13
(17,27,19)
#0B100E
(11,16,14)
#000000
(0,0,0)

Tints of #477E40

#477E40
(71,126,64)
#578951
(87,137,81)
#679462
(103,148,98)
#779F73
(119,159,115)
#87AA84
(135,170,132)
#97B595
(151,181,149)
#A7C0A6
(167,192,166)
#B7CBB7
(183,203,183)
#C7D6C8
(199,214,200)
#D7E1D9
(215,225,217)
#E7ECEA
(231,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #477E40; }

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

This text font color is #477E40.


Background Color

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

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

This div background color is #477E40.


Border color

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

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

This div border color is #477E40.


Opacity

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

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

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

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

This text has shadow with #477E40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477E40 on black background.


Color preview on white background

This text has color #477E40 on white background.



Black color preview on #477E40 background

This text has black color on #477E40 background.


White color preview on #477E40 background

This text has white color on #477E40 background.