COLOR #472B32

HEX: #472B32
RGB: (71,43,50)

Renk bilgisi

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

RGB renk modeli

#472B32 color RGB value is (71,43,50).

  • kırmız ton 71;
  • yeşil ton 43;
  • mavi ton 50.
RGB:
(71,43,50)
(28%,17%,20%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 43 of 255 = 17%
B 50 of 255 = 20%

71
43
50

R + G + B ~ 22%. #472B32 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 43 + 50 = 164 (100%)
R 71 of 164 ~ 43.29%
G 43 of 164 ~ 26.22%
B 50 of 164 ~ 30.49%

%43.29
%26.22
%30.49

CMYK RENK MODELİ

#472B32 rengi CMYK tonu (0,39,30,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 39.44%
  • sarı tonu 29.58%
  • ana renk tonu 72.16%
CMYK:
(0,39,30,72)
C0M39Y30K72 
(0%,39%,30%,72%)
(0.00/0.39/0.30/0.72)	

CMYK yüzdeleri

%0
%39.44
%29.58
%72.16

Codes

Color #472B32 in popluar color models

472B32
RGB714350
HSL345°24.56%22.35%
HSB/HSV345°39.44%27.84%
CMYK0.00%39.44%29.58%
72.16%

Color #472B32 in popluar number systems.

HEX472B32
Decimal714350
Binary1000111101011110010
Octal1075362

Shades and tints

Shades of #472B32

#472B32
(71,43,50)
#41282E
(65,40,46)
#3B252A
(59,37,42)
#352226
(53,34,38)
#2F1F22
(47,31,34)
#291C1E
(41,28,30)
#23191A
(35,25,26)
#1D1616
(29,22,22)
#171312
(23,19,18)
#11100E
(17,16,14)
#0B0D0A
(11,13,10)
#000000
(0,0,0)

Tints of #472B32

#472B32
(71,43,50)
#573E44
(87,62,68)
#675156
(103,81,86)
#776468
(119,100,104)
#87777A
(135,119,122)
#978A8C
(151,138,140)
#A79D9E
(167,157,158)
#B7B0B0
(183,176,176)
#C7C3C2
(199,195,194)
#D7D6D4
(215,214,212)
#E7E9E6
(231,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472B32 color. Also use rgb(71,43,50) instead hex code.

Text Font Color

.myTextColor { color: #472B32; }

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

This text font color is #472B32.


Background Color

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

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

This div background color is #472B32.


Border color

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

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

This div border color is #472B32.


Opacity

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

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

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

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

This text has shadow with #472B32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472B32 on black background.


Color preview on white background

This text has color #472B32 on white background.



Black color preview on #472B32 background

This text has black color on #472B32 background.


White color preview on #472B32 background

This text has white color on #472B32 background.