COLOR #473C1D

HEX: #473C1D
RGB: (71,60,29)

Renk bilgisi

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

RGB renk modeli

#473C1D color RGB value is (71,60,29).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 60 of 255 = 24%
B 29 of 255 = 11%

71
60
29

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 60 + 29 = 160 (100%)
R 71 of 160 ~ 44.38%
G 60 of 160 ~ 37.5%
B 29 of 160 ~ 18.13%

%44.38
%37.5
%18.13

CMYK RENK MODELİ

#473C1D rengi CMYK tonu (0,15,59,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.49%
  • sarı tonu 59.15%
  • ana renk tonu 72.16%
CMYK:
(0,15,59,72)
C0M15Y59K72 
(0%,15%,59%,72%)
(0.00/0.15/0.59/0.72)	

CMYK yüzdeleri

%0
%15.49
%59.15
%72.16

Codes

Color #473C1D in popluar color models

473C1D
RGB716029
HSL44°42.00%19.61%
HSB/HSV44°59.15%27.84%
CMYK0.00%15.49%59.15%
72.16%

Color #473C1D in popluar number systems.

HEX473C1D
Decimal716029
Binary100011111110011101
Octal1077435

Shades and tints

Shades of #473C1D

#473C1D
(71,60,29)
#41371B
(65,55,27)
#3B3219
(59,50,25)
#352D17
(53,45,23)
#2F2815
(47,40,21)
#292313
(41,35,19)
#231E11
(35,30,17)
#1D190F
(29,25,15)
#17140D
(23,20,13)
#110F0B
(17,15,11)
#0B0A09
(11,10,9)
#000000
(0,0,0)

Tints of #473C1D

#473C1D
(71,60,29)
#574D31
(87,77,49)
#675E45
(103,94,69)
#776F59
(119,111,89)
#87806D
(135,128,109)
#979181
(151,145,129)
#A7A295
(167,162,149)
#B7B3A9
(183,179,169)
#C7C4BD
(199,196,189)
#D7D5D1
(215,213,209)
#E7E6E5
(231,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473C1D; }

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

This text font color is #473C1D.


Background Color

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

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

This div background color is #473C1D.


Border color

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

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

This div border color is #473C1D.


Opacity

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

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

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

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

This text has shadow with #473C1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473C1D on black background.


Color preview on white background

This text has color #473C1D on white background.



Black color preview on #473C1D background

This text has black color on #473C1D background.


White color preview on #473C1D background

This text has white color on #473C1D background.