COLOR #473C1A

HEX: #473C1A
RGB: (71,60,26)

Renk bilgisi

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

RGB renk modeli

#473C1A color RGB value is (71,60,26).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 60 of 255 = 24%
B 26 of 255 = 10%

71
60
26

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 60 + 26 = 157 (100%)
R 71 of 157 ~ 45.22%
G 60 of 157 ~ 38.22%
B 26 of 157 ~ 16.56%

%45.22
%38.22
%16.56

CMYK RENK MODELİ

#473C1A rengi CMYK tonu (0,15,63,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.49%
  • sarı tonu 63.38%
  • ana renk tonu 72.16%
CMYK:
(0,15,63,72)
C0M15Y63K72 
(0%,15%,63%,72%)
(0.00/0.15/0.63/0.72)	

CMYK yüzdeleri

%0
%15.49
%63.38
%72.16

Codes

Color #473C1A in popluar color models

473C1A
RGB716026
HSL45°46.39%19.02%
HSB/HSV45°63.38%27.84%
CMYK0.00%15.49%63.38%
72.16%

Color #473C1A in popluar number systems.

HEX473C1A
Decimal716026
Binary100011111110011010
Octal1077432

Shades and tints

Shades of #473C1A

#473C1A
(71,60,26)
#413718
(65,55,24)
#3B3216
(59,50,22)
#352D14
(53,45,20)
#2F2812
(47,40,18)
#292310
(41,35,16)
#231E0E
(35,30,14)
#1D190C
(29,25,12)
#17140A
(23,20,10)
#110F08
(17,15,8)
#0B0A06
(11,10,6)
#000000
(0,0,0)

Tints of #473C1A

#473C1A
(71,60,26)
#574D2E
(87,77,46)
#675E42
(103,94,66)
#776F56
(119,111,86)
#87806A
(135,128,106)
#97917E
(151,145,126)
#A7A292
(167,162,146)
#B7B3A6
(183,179,166)
#C7C4BA
(199,196,186)
#D7D5CE
(215,213,206)
#E7E6E2
(231,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473C1A; }

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

This text font color is #473C1A.


Background Color

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

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

This div background color is #473C1A.


Border color

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

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

This div border color is #473C1A.


Opacity

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

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

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

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

This text has shadow with #473C1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473C1A on black background.


Color preview on white background

This text has color #473C1A on white background.



Black color preview on #473C1A background

This text has black color on #473C1A background.


White color preview on #473C1A background

This text has white color on #473C1A background.