COLOR #473306

HEX: #473306
RGB: (71,51,6)

Renk bilgisi

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

RGB renk modeli

#473306 color RGB value is (71,51,6).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 51 of 255 = 20%
B 6 of 255 = 2%

71
51
6

R + G + B ~ 17%. #473306 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 51 + 6 = 128 (100%)
R 71 of 128 ~ 55.47%
G 51 of 128 ~ 39.84%
B 6 of 128 ~ 4.69%

%55.47
%39.84

CMYK RENK MODELİ

#473306 rengi CMYK tonu (0,28,92,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.17%
  • sarı tonu 91.55%
  • ana renk tonu 72.16%
CMYK:
(0,28,92,72)
C0M28Y92K72 
(0%,28%,92%,72%)
(0.00/0.28/0.92/0.72)	

CMYK yüzdeleri

%0
%28.17
%91.55
%72.16

Codes

Color #473306 in popluar color models

473306
RGB71516
HSL42°84.42%15.10%
HSB/HSV42°91.55%27.84%
CMYK0.00%28.17%91.55%
72.16%

Color #473306 in popluar number systems.

HEX473306
Decimal71516
Binary1000111110011110
Octal107636

Shades and tints

Shades of #473306

#473306
(71,51,6)
#412F06
(65,47,6)
#3B2B06
(59,43,6)
#352706
(53,39,6)
#2F2306
(47,35,6)
#291F06
(41,31,6)
#231B06
(35,27,6)
#1D1706
(29,23,6)
#171306
(23,19,6)
#110F06
(17,15,6)
#0B0B06
(11,11,6)
#000000
(0,0,0)

Tints of #473306

#473306
(71,51,6)
#57451C
(87,69,28)
#675732
(103,87,50)
#776948
(119,105,72)
#877B5E
(135,123,94)
#978D74
(151,141,116)
#A79F8A
(167,159,138)
#B7B1A0
(183,177,160)
#C7C3B6
(199,195,182)
#D7D5CC
(215,213,204)
#E7E7E2
(231,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473306; }

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

This text font color is #473306.


Background Color

.myBgColor { background-color: #473306; }

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

This div background color is #473306.


Border color

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

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

This div border color is #473306.


Opacity

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

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

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

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

This text has shadow with #473306 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473306 on black background.


Color preview on white background

This text has color #473306 on white background.



Black color preview on #473306 background

This text has black color on #473306 background.


White color preview on #473306 background

This text has white color on #473306 background.