COLOR #474D20

HEX: #474D20
RGB: (71,77,32)

Renk bilgisi

#474D20 contains red, green and blue colors in about the same proportion. #474D20 ‘ nin web güvenlik rengi #333333 (ya da #333) dir.

RGB renk modeli

#474D20 color RGB value is (71,77,32).

  • kırmız ton 71;
  • yeşil ton 77;
  • mavi ton 32.
RGB:
(71,77,32)
(28%,30%,13%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 77 of 255 = 30%
B 32 of 255 = 13%

71
77
32

R + G + B ~ 24%. #474D20 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 77 + 32 = 180 (100%)
R 71 of 180 ~ 39.44%
G 77 of 180 ~ 42.78%
B 32 of 180 ~ 17.78%

%39.44
%42.78
%17.78

CMYK RENK MODELİ

#474D20 rengi CMYK tonu (8,0,58,70).

  • camgöbeği tonu 7.79%
  • eflatun tonu 0.00%
  • sarı tonu 58.44%
  • ana renk tonu 69.80%
CMYK:
(8,0,58,70)
C8M0Y58K70 
(8%,0%,58%,70%)
(0.08/0.00/0.58/0.70)	

CMYK yüzdeleri

%7.79
%0
%58.44
%69.8

Codes

Color #474D20 in popluar color models

474D20
RGB717732
HSL68°41.28%21.37%
HSB/HSV68°58.44%30.20%
CMYK7.79%0.00%58.44%
69.80%

Color #474D20 in popluar number systems.

HEX474D20
Decimal717732
Binary10001111001101100000
Octal10711540

Shades and tints

Shades of #474D20

#474D20
(71,77,32)
#41461E
(65,70,30)
#3B3F1C
(59,63,28)
#35381A
(53,56,26)
#2F3118
(47,49,24)
#292A16
(41,42,22)
#232314
(35,35,20)
#1D1C12
(29,28,18)
#171510
(23,21,16)
#110E0E
(17,14,14)
#0B070C
(11,7,12)
#000000
(0,0,0)

Tints of #474D20

#474D20
(71,77,32)
#575D34
(87,93,52)
#676D48
(103,109,72)
#777D5C
(119,125,92)
#878D70
(135,141,112)
#979D84
(151,157,132)
#A7AD98
(167,173,152)
#B7BDAC
(183,189,172)
#C7CDC0
(199,205,192)
#D7DDD4
(215,221,212)
#E7EDE8
(231,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474D20 color. Also use rgb(71,77,32) instead hex code.

Text Font Color

.myTextColor { color: #474D20; }

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

This text font color is #474D20.


Background Color

.myBgColor { background-color: #474D20; }

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

This div background color is #474D20.


Border color

.myBorderColor { border: 1px solid #474D20; }

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

This div border color is #474D20.


Opacity

.myOpacity80 { color: #474D20; opacity: 0.8; }

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

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

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

This text has shadow with #474D20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474D20 on black background.


Color preview on white background

This text has color #474D20 on white background.



Black color preview on #474D20 background

This text has black color on #474D20 background.


White color preview on #474D20 background

This text has white color on #474D20 background.