COLOR #473C20

HEX: #473C20
RGB: (71,60,32)

Renk bilgisi

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

RGB renk modeli

#473C20 color RGB value is (71,60,32).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 60 of 255 = 24%
B 32 of 255 = 13%

71
60
32

R + G + B ~ 22%. #473C20 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 60 + 32 = 163 (100%)
R 71 of 163 ~ 43.56%
G 60 of 163 ~ 36.81%
B 32 of 163 ~ 19.63%

%43.56
%36.81
%19.63

CMYK RENK MODELİ

#473C20 rengi CMYK tonu (0,15,55,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.49%
  • sarı tonu 54.93%
  • ana renk tonu 72.16%
CMYK:
(0,15,55,72)
C0M15Y55K72 
(0%,15%,55%,72%)
(0.00/0.15/0.55/0.72)	

CMYK yüzdeleri

%0
%15.49
%54.93
%72.16

Codes

Color #473C20 in popluar color models

473C20
RGB716032
HSL43°37.86%20.20%
HSB/HSV43°54.93%27.84%
CMYK0.00%15.49%54.93%
72.16%

Color #473C20 in popluar number systems.

HEX473C20
Decimal716032
Binary1000111111100100000
Octal1077440

Shades and tints

Shades of #473C20

#473C20
(71,60,32)
#41371E
(65,55,30)
#3B321C
(59,50,28)
#352D1A
(53,45,26)
#2F2818
(47,40,24)
#292316
(41,35,22)
#231E14
(35,30,20)
#1D1912
(29,25,18)
#171410
(23,20,16)
#110F0E
(17,15,14)
#0B0A0C
(11,10,12)
#000000
(0,0,0)

Tints of #473C20

#473C20
(71,60,32)
#574D34
(87,77,52)
#675E48
(103,94,72)
#776F5C
(119,111,92)
#878070
(135,128,112)
#979184
(151,145,132)
#A7A298
(167,162,152)
#B7B3AC
(183,179,172)
#C7C4C0
(199,196,192)
#D7D5D4
(215,213,212)
#E7E6E8
(231,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473C20 color. Also use rgb(71,60,32) instead hex code.

Text Font Color

.myTextColor { color: #473C20; }

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

This text font color is #473C20.


Background Color

.myBgColor { background-color: #473C20; }

<div style="background-color:#473C20">Inner text</div>

This div background color is #473C20.


Border color

.myBorderColor { border: 1px solid #473C20; }

<div style="border:3px solid #473C20">Div</div>

This div border color is #473C20.


Opacity

.myOpacity80 { color: #473C20; opacity: 0.8; }

<p style="color:#473C20;opacity:0.8;">80%</p>

Text with #473C20 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 #473C20;}

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

This text has shadow with #473C20 color.

.textShadow {text-shadow: 3px 3px 1px #473C20, 3px 3px 1px red;}

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

This text has shadow with #473C20 primary color and red secondary color.


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

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

This text has shadow with #473C20 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473C20 on black background.


Color preview on white background

This text has color #473C20 on white background.



Black color preview on #473C20 background

This text has black color on #473C20 background.


White color preview on #473C20 background

This text has white color on #473C20 background.