COLOR #472E16

HEX: #472E16
RGB: (71,46,22)

Renk bilgisi

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

RGB renk modeli

#472E16 color RGB value is (71,46,22).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 46 of 255 = 18%
B 22 of 255 = 9%

71
46
22

R + G + B ~ 18%. #472E16 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 46 + 22 = 139 (100%)
R 71 of 139 ~ 51.08%
G 46 of 139 ~ 33.09%
B 22 of 139 ~ 15.83%

%51.08
%33.09
%15.83

CMYK RENK MODELİ

#472E16 rengi CMYK tonu (0,35,69,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.21%
  • sarı tonu 69.01%
  • ana renk tonu 72.16%
CMYK:
(0,35,69,72)
C0M35Y69K72 
(0%,35%,69%,72%)
(0.00/0.35/0.69/0.72)	

CMYK yüzdeleri

%0
%35.21
%69.01
%72.16

Codes

Color #472E16 in popluar color models

472E16
RGB714622
HSL29°52.69%18.24%
HSB/HSV29°69.01%27.84%
CMYK0.00%35.21%69.01%
72.16%

Color #472E16 in popluar number systems.

HEX472E16
Decimal714622
Binary100011110111010110
Octal1075626

Shades and tints

Shades of #472E16

#472E16
(71,46,22)
#412A14
(65,42,20)
#3B2612
(59,38,18)
#352210
(53,34,16)
#2F1E0E
(47,30,14)
#291A0C
(41,26,12)
#23160A
(35,22,10)
#1D1208
(29,18,8)
#170E06
(23,14,6)
#110A04
(17,10,4)
#0B0602
(11,6,2)
#000000
(0,0,0)

Tints of #472E16

#472E16
(71,46,22)
#57412B
(87,65,43)
#675440
(103,84,64)
#776755
(119,103,85)
#877A6A
(135,122,106)
#978D7F
(151,141,127)
#A7A094
(167,160,148)
#B7B3A9
(183,179,169)
#C7C6BE
(199,198,190)
#D7D9D3
(215,217,211)
#E7ECE8
(231,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472E16; }

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

This text font color is #472E16.


Background Color

.myBgColor { background-color: #472E16; }

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

This div background color is #472E16.


Border color

.myBorderColor { border: 1px solid #472E16; }

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

This div border color is #472E16.


Opacity

.myOpacity80 { color: #472E16; opacity: 0.8; }

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

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

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

This text has shadow with #472E16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472E16 on black background.


Color preview on white background

This text has color #472E16 on white background.



Black color preview on #472E16 background

This text has black color on #472E16 background.


White color preview on #472E16 background

This text has white color on #472E16 background.