COLOR #473616

HEX: #473616
RGB: (71,54,22)

Renk bilgisi

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

RGB renk modeli

#473616 color RGB value is (71,54,22).

  • kırmız ton 71;
  • yeşil ton 54;
  • mavi ton 22.
RGB:
(71,54,22)
(28%,21%,9%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 54 of 255 = 21%
B 22 of 255 = 9%

71
54
22

R + G + B ~ 19%. #473616 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 54 + 22 = 147 (100%)
R 71 of 147 ~ 48.3%
G 54 of 147 ~ 36.73%
B 22 of 147 ~ 14.97%

%48.3
%36.73
%14.97

CMYK RENK MODELİ

#473616 rengi CMYK tonu (0,24,69,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.94%
  • sarı tonu 69.01%
  • ana renk tonu 72.16%
CMYK:
(0,24,69,72)
C0M24Y69K72 
(0%,24%,69%,72%)
(0.00/0.24/0.69/0.72)	

CMYK yüzdeleri

%0
%23.94
%69.01
%72.16

Codes

Color #473616 in popluar color models

473616
RGB715422
HSL39°52.69%18.24%
HSB/HSV39°69.01%27.84%
CMYK0.00%23.94%69.01%
72.16%

Color #473616 in popluar number systems.

HEX473616
Decimal715422
Binary100011111011010110
Octal1076626

Shades and tints

Shades of #473616

#473616
(71,54,22)
#413214
(65,50,20)
#3B2E12
(59,46,18)
#352A10
(53,42,16)
#2F260E
(47,38,14)
#29220C
(41,34,12)
#231E0A
(35,30,10)
#1D1A08
(29,26,8)
#171606
(23,22,6)
#111204
(17,18,4)
#0B0E02
(11,14,2)
#000000
(0,0,0)

Tints of #473616

#473616
(71,54,22)
#57482B
(87,72,43)
#675A40
(103,90,64)
#776C55
(119,108,85)
#877E6A
(135,126,106)
#97907F
(151,144,127)
#A7A294
(167,162,148)
#B7B4A9
(183,180,169)
#C7C6BE
(199,198,190)
#D7D8D3
(215,216,211)
#E7EAE8
(231,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473616 color. Also use rgb(71,54,22) instead hex code.

Text Font Color

.myTextColor { color: #473616; }

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

This text font color is #473616.


Background Color

.myBgColor { background-color: #473616; }

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

This div background color is #473616.


Border color

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

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

This div border color is #473616.


Opacity

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

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

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

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

This text has shadow with #473616 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473616 on black background.


Color preview on white background

This text has color #473616 on white background.



Black color preview on #473616 background

This text has black color on #473616 background.


White color preview on #473616 background

This text has white color on #473616 background.