COLOR #473106

HEX: #473106
RGB: (71,49,6)

Renk bilgisi

#473106 contains mainly red and green colors. #473106 ‘ nin web güvenlik rengi #333300 (ya da #330) dir.

RGB renk modeli

#473106 color RGB value is (71,49,6).

  • kırmız ton 71;
  • yeşil ton 49;
  • mavi ton 6.
RGB:
(71,49,6)
(28%,19%,2%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 49 of 255 = 19%
B 6 of 255 = 2%

71
49
6

R + G + B ~ 16%. #473106 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 49 + 6 = 126 (100%)
R 71 of 126 ~ 56.35%
G 49 of 126 ~ 38.89%
B 6 of 126 ~ 4.76%

%56.35
%38.89

CMYK RENK MODELİ

#473106 rengi CMYK tonu (0,31,92,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.99%
  • sarı tonu 91.55%
  • ana renk tonu 72.16%
CMYK:
(0,31,92,72)
C0M31Y92K72 
(0%,31%,92%,72%)
(0.00/0.31/0.92/0.72)	

CMYK yüzdeleri

%0
%30.99
%91.55
%72.16

Codes

Color #473106 in popluar color models

473106
RGB71496
HSL40°84.42%15.10%
HSB/HSV40°91.55%27.84%
CMYK0.00%30.99%91.55%
72.16%

Color #473106 in popluar number systems.

HEX473106
Decimal71496
Binary1000111110001110
Octal107616

Shades and tints

Shades of #473106

#473106
(71,49,6)
#412D06
(65,45,6)
#3B2906
(59,41,6)
#352506
(53,37,6)
#2F2106
(47,33,6)
#291D06
(41,29,6)
#231906
(35,25,6)
#1D1506
(29,21,6)
#171106
(23,17,6)
#110D06
(17,13,6)
#0B0906
(11,9,6)
#000000
(0,0,0)

Tints of #473106

#473106
(71,49,6)
#57431C
(87,67,28)
#675532
(103,85,50)
#776748
(119,103,72)
#87795E
(135,121,94)
#978B74
(151,139,116)
#A79D8A
(167,157,138)
#B7AFA0
(183,175,160)
#C7C1B6
(199,193,182)
#D7D3CC
(215,211,204)
#E7E5E2
(231,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473106 color. Also use rgb(71,49,6) instead hex code.

Text Font Color

.myTextColor { color: #473106; }

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

This text font color is #473106.


Background Color

.myBgColor { background-color: #473106; }

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

This div background color is #473106.


Border color

.myBorderColor { border: 1px solid #473106; }

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

This div border color is #473106.


Opacity

.myOpacity80 { color: #473106; opacity: 0.8; }

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

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

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

This text has shadow with #473106 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473106 on black background.


Color preview on white background

This text has color #473106 on white background.



Black color preview on #473106 background

This text has black color on #473106 background.


White color preview on #473106 background

This text has white color on #473106 background.