COLOR #477D1A

HEX: #477D1A
RGB: (71,125,26)

Renk bilgisi

#477D1A contains mainly red and green colors. #477D1A ‘ nin web güvenlik rengi #336600 (ya da #360) dir.

RGB renk modeli

#477D1A color RGB value is (71,125,26).

  • kırmız ton 71;
  • yeşil ton 125;
  • mavi ton 26.
RGB:
(71,125,26)
(28%,49%,10%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 125 of 255 = 49%
B 26 of 255 = 10%

71
125
26

R + G + B ~ 29%. #477D1A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 125 + 26 = 222 (100%)
R 71 of 222 ~ 31.98%
G 125 of 222 ~ 56.31%
B 26 of 222 ~ 11.71%

%31.98
%56.31
%11.71

CMYK RENK MODELİ

#477D1A rengi CMYK tonu (43,0,79,51).

  • camgöbeği tonu 43.20%
  • eflatun tonu 0.00%
  • sarı tonu 79.20%
  • ana renk tonu 50.98%
CMYK:
(43,0,79,51)
C43M0Y79K51 
(43%,0%,79%,51%)
(0.43/0.00/0.79/0.51)	

CMYK yüzdeleri

%43.2
%0
%79.2
%50.98

Codes

Color #477D1A in popluar color models

477D1A
RGB7112526
HSL93°65.56%29.61%
HSB/HSV93°79.20%49.02%
CMYK43.20%0.00%79.20%
50.98%

Color #477D1A in popluar number systems.

HEX477D1A
Decimal7112526
Binary1000111111110111010
Octal10717532

Shades and tints

Shades of #477D1A

#477D1A
(71,125,26)
#417218
(65,114,24)
#3B6716
(59,103,22)
#355C14
(53,92,20)
#2F5112
(47,81,18)
#294610
(41,70,16)
#233B0E
(35,59,14)
#1D300C
(29,48,12)
#17250A
(23,37,10)
#111A08
(17,26,8)
#0B0F06
(11,15,6)
#000000
(0,0,0)

Tints of #477D1A

#477D1A
(71,125,26)
#57882E
(87,136,46)
#679342
(103,147,66)
#779E56
(119,158,86)
#87A96A
(135,169,106)
#97B47E
(151,180,126)
#A7BF92
(167,191,146)
#B7CAA6
(183,202,166)
#C7D5BA
(199,213,186)
#D7E0CE
(215,224,206)
#E7EBE2
(231,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #477D1A; }

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

This text font color is #477D1A.


Background Color

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

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

This div background color is #477D1A.


Border color

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

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

This div border color is #477D1A.


Opacity

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

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

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

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

This text has shadow with #477D1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477D1A on black background.


Color preview on white background

This text has color #477D1A on white background.



Black color preview on #477D1A background

This text has black color on #477D1A background.


White color preview on #477D1A background

This text has white color on #477D1A background.