COLOR #477C19

HEX: #477C19
RGB: (71,124,25)

Renk bilgisi

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

RGB renk modeli

#477C19 color RGB value is (71,124,25).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 124 of 255 = 49%
B 25 of 255 = 10%

71
124
25

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 124 + 25 = 220 (100%)
R 71 of 220 ~ 32.27%
G 124 of 220 ~ 56.36%
B 25 of 220 ~ 11.36%

%32.27
%56.36
%11.36

CMYK RENK MODELİ

#477C19 rengi CMYK tonu (43,0,80,51).

  • camgöbeği tonu 42.74%
  • eflatun tonu 0.00%
  • sarı tonu 79.84%
  • ana renk tonu 51.37%
CMYK:
(43,0,80,51)
C43M0Y80K51 
(43%,0%,80%,51%)
(0.43/0.00/0.80/0.51)	

CMYK yüzdeleri

%42.74
%0
%79.84
%51.37

Codes

Color #477C19 in popluar color models

477C19
RGB7112425
HSL92°66.44%29.22%
HSB/HSV92°79.84%48.63%
CMYK42.74%0.00%79.84%
51.37%

Color #477C19 in popluar number systems.

HEX477C19
Decimal7112425
Binary1000111111110011001
Octal10717431

Shades and tints

Shades of #477C19

#477C19
(71,124,25)
#417117
(65,113,23)
#3B6615
(59,102,21)
#355B13
(53,91,19)
#2F5011
(47,80,17)
#29450F
(41,69,15)
#233A0D
(35,58,13)
#1D2F0B
(29,47,11)
#172409
(23,36,9)
#111907
(17,25,7)
#0B0E05
(11,14,5)
#000000
(0,0,0)

Tints of #477C19

#477C19
(71,124,25)
#57872D
(87,135,45)
#679241
(103,146,65)
#779D55
(119,157,85)
#87A869
(135,168,105)
#97B37D
(151,179,125)
#A7BE91
(167,190,145)
#B7C9A5
(183,201,165)
#C7D4B9
(199,212,185)
#D7DFCD
(215,223,205)
#E7EAE1
(231,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #477C19; }

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

This text font color is #477C19.


Background Color

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

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

This div background color is #477C19.


Border color

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

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

This div border color is #477C19.


Opacity

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

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

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

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

This text has shadow with #477C19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477C19 on black background.


Color preview on white background

This text has color #477C19 on white background.



Black color preview on #477C19 background

This text has black color on #477C19 background.


White color preview on #477C19 background

This text has white color on #477C19 background.