COLOR #473D1C

HEX: #473D1C
RGB: (71,61,28)

Renk bilgisi

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

RGB renk modeli

#473D1C color RGB value is (71,61,28).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 61 of 255 = 24%
B 28 of 255 = 11%

71
61
28

R + G + B ~ 21%. #473D1C is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 61 + 28 = 160 (100%)
R 71 of 160 ~ 44.38%
G 61 of 160 ~ 38.13%
B 28 of 160 ~ 17.5%

%44.38
%38.13
%17.5

CMYK RENK MODELİ

#473D1C rengi CMYK tonu (0,14,61,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.08%
  • sarı tonu 60.56%
  • ana renk tonu 72.16%
CMYK:
(0,14,61,72)
C0M14Y61K72 
(0%,14%,61%,72%)
(0.00/0.14/0.61/0.72)	

CMYK yüzdeleri

%0
%14.08
%60.56
%72.16

Codes

Color #473D1C in popluar color models

473D1C
RGB716128
HSL46°43.43%19.41%
HSB/HSV46°60.56%27.84%
CMYK0.00%14.08%60.56%
72.16%

Color #473D1C in popluar number systems.

HEX473D1C
Decimal716128
Binary100011111110111100
Octal1077534

Shades and tints

Shades of #473D1C

#473D1C
(71,61,28)
#41381A
(65,56,26)
#3B3318
(59,51,24)
#352E16
(53,46,22)
#2F2914
(47,41,20)
#292412
(41,36,18)
#231F10
(35,31,16)
#1D1A0E
(29,26,14)
#17150C
(23,21,12)
#11100A
(17,16,10)
#0B0B08
(11,11,8)
#000000
(0,0,0)

Tints of #473D1C

#473D1C
(71,61,28)
#574E30
(87,78,48)
#675F44
(103,95,68)
#777058
(119,112,88)
#87816C
(135,129,108)
#979280
(151,146,128)
#A7A394
(167,163,148)
#B7B4A8
(183,180,168)
#C7C5BC
(199,197,188)
#D7D6D0
(215,214,208)
#E7E7E4
(231,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473D1C color. Also use rgb(71,61,28) instead hex code.

Text Font Color

.myTextColor { color: #473D1C; }

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

This text font color is #473D1C.


Background Color

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

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

This div background color is #473D1C.


Border color

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

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

This div border color is #473D1C.


Opacity

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

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

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

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

This text has shadow with #473D1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473D1C on black background.


Color preview on white background

This text has color #473D1C on white background.



Black color preview on #473D1C background

This text has black color on #473D1C background.


White color preview on #473D1C background

This text has white color on #473D1C background.