COLOR #472F20

HEX: #472F20
RGB: (71,47,32)

Renk bilgisi

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

RGB renk modeli

#472F20 color RGB value is (71,47,32).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 47 of 255 = 18%
B 32 of 255 = 13%

71
47
32

R + G + B ~ 20%. #472F20 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 47 + 32 = 150 (100%)
R 71 of 150 ~ 47.33%
G 47 of 150 ~ 31.33%
B 32 of 150 ~ 21.33%

%47.33
%31.33
%21.33

CMYK RENK MODELİ

#472F20 rengi CMYK tonu (0,34,55,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.80%
  • sarı tonu 54.93%
  • ana renk tonu 72.16%
CMYK:
(0,34,55,72)
C0M34Y55K72 
(0%,34%,55%,72%)
(0.00/0.34/0.55/0.72)	

CMYK yüzdeleri

%0
%33.8
%54.93
%72.16

Codes

Color #472F20 in popluar color models

472F20
RGB714732
HSL23°37.86%20.20%
HSB/HSV23°54.93%27.84%
CMYK0.00%33.80%54.93%
72.16%

Color #472F20 in popluar number systems.

HEX472F20
Decimal714732
Binary1000111101111100000
Octal1075740

Shades and tints

Shades of #472F20

#472F20
(71,47,32)
#412B1E
(65,43,30)
#3B271C
(59,39,28)
#35231A
(53,35,26)
#2F1F18
(47,31,24)
#291B16
(41,27,22)
#231714
(35,23,20)
#1D1312
(29,19,18)
#170F10
(23,15,16)
#110B0E
(17,11,14)
#0B070C
(11,7,12)
#000000
(0,0,0)

Tints of #472F20

#472F20
(71,47,32)
#574134
(87,65,52)
#675348
(103,83,72)
#77655C
(119,101,92)
#877770
(135,119,112)
#978984
(151,137,132)
#A79B98
(167,155,152)
#B7ADAC
(183,173,172)
#C7BFC0
(199,191,192)
#D7D1D4
(215,209,212)
#E7E3E8
(231,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472F20 color. Also use rgb(71,47,32) instead hex code.

Text Font Color

.myTextColor { color: #472F20; }

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

This text font color is #472F20.


Background Color

.myBgColor { background-color: #472F20; }

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

This div background color is #472F20.


Border color

.myBorderColor { border: 1px solid #472F20; }

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

This div border color is #472F20.


Opacity

.myOpacity80 { color: #472F20; opacity: 0.8; }

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

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

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

This text has shadow with #472F20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472F20 on black background.


Color preview on white background

This text has color #472F20 on white background.



Black color preview on #472F20 background

This text has black color on #472F20 background.


White color preview on #472F20 background

This text has white color on #472F20 background.