COLOR #472306

HEX: #472306
RGB: (71,35,6)

Renk bilgisi

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

RGB renk modeli

#472306 color RGB value is (71,35,6).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 35 of 255 = 14%
B 6 of 255 = 2%

71
35
6

R + G + B ~ 15%. #472306 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 35 + 6 = 112 (100%)
R 71 of 112 ~ 63.39%
G 35 of 112 ~ 31.25%
B 6 of 112 ~ 5.36%

%63.39
%31.25

CMYK RENK MODELİ

#472306 rengi CMYK tonu (0,51,92,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 50.70%
  • sarı tonu 91.55%
  • ana renk tonu 72.16%
CMYK:
(0,51,92,72)
C0M51Y92K72 
(0%,51%,92%,72%)
(0.00/0.51/0.92/0.72)	

CMYK yüzdeleri

%0
%50.7
%91.55
%72.16

Codes

Color #472306 in popluar color models

472306
RGB71356
HSL27°84.42%15.10%
HSB/HSV27°91.55%27.84%
CMYK0.00%50.70%91.55%
72.16%

Color #472306 in popluar number systems.

HEX472306
Decimal71356
Binary1000111100011110
Octal107436

Shades and tints

Shades of #472306

#472306
(71,35,6)
#412006
(65,32,6)
#3B1D06
(59,29,6)
#351A06
(53,26,6)
#2F1706
(47,23,6)
#291406
(41,20,6)
#231106
(35,17,6)
#1D0E06
(29,14,6)
#170B06
(23,11,6)
#110806
(17,8,6)
#0B0506
(11,5,6)
#000000
(0,0,0)

Tints of #472306

#472306
(71,35,6)
#57371C
(87,55,28)
#674B32
(103,75,50)
#775F48
(119,95,72)
#87735E
(135,115,94)
#978774
(151,135,116)
#A79B8A
(167,155,138)
#B7AFA0
(183,175,160)
#C7C3B6
(199,195,182)
#D7D7CC
(215,215,204)
#E7EBE2
(231,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472306; }

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

This text font color is #472306.


Background Color

.myBgColor { background-color: #472306; }

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

This div background color is #472306.


Border color

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

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

This div border color is #472306.


Opacity

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

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

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

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

This text has shadow with #472306 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472306 on black background.


Color preview on white background

This text has color #472306 on white background.



Black color preview on #472306 background

This text has black color on #472306 background.


White color preview on #472306 background

This text has white color on #472306 background.