COLOR #472B2F

HEX: #472B2F
RGB: (71,43,47)

Renk bilgisi

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

RGB renk modeli

#472B2F color RGB value is (71,43,47).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 43 of 255 = 17%
B 47 of 255 = 18%

71
43
47

R + G + B ~ 21%. #472B2F is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 43 + 47 = 161 (100%)
R 71 of 161 ~ 44.1%
G 43 of 161 ~ 26.71%
B 47 of 161 ~ 29.19%

%44.1
%26.71
%29.19

CMYK RENK MODELİ

#472B2F rengi CMYK tonu (0,39,34,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 39.44%
  • sarı tonu 33.80%
  • ana renk tonu 72.16%
CMYK:
(0,39,34,72)
C0M39Y34K72 
(0%,39%,34%,72%)
(0.00/0.39/0.34/0.72)	

CMYK yüzdeleri

%0
%39.44
%33.8
%72.16

Codes

Color #472B2F in popluar color models

472B2F
RGB714347
HSL351°24.56%22.35%
HSB/HSV351°39.44%27.84%
CMYK0.00%39.44%33.80%
72.16%

Color #472B2F in popluar number systems.

HEX472B2F
Decimal714347
Binary1000111101011101111
Octal1075357

Shades and tints

Shades of #472B2F

#472B2F
(71,43,47)
#41282B
(65,40,43)
#3B2527
(59,37,39)
#352223
(53,34,35)
#2F1F1F
(47,31,31)
#291C1B
(41,28,27)
#231917
(35,25,23)
#1D1613
(29,22,19)
#17130F
(23,19,15)
#11100B
(17,16,11)
#0B0D07
(11,13,7)
#000000
(0,0,0)

Tints of #472B2F

#472B2F
(71,43,47)
#573E41
(87,62,65)
#675153
(103,81,83)
#776465
(119,100,101)
#877777
(135,119,119)
#978A89
(151,138,137)
#A79D9B
(167,157,155)
#B7B0AD
(183,176,173)
#C7C3BF
(199,195,191)
#D7D6D1
(215,214,209)
#E7E9E3
(231,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472B2F; }

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

This text font color is #472B2F.


Background Color

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

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

This div background color is #472B2F.


Border color

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

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

This div border color is #472B2F.


Opacity

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

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

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

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

This text has shadow with #472B2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472B2F on black background.


Color preview on white background

This text has color #472B2F on white background.



Black color preview on #472B2F background

This text has black color on #472B2F background.


White color preview on #472B2F background

This text has white color on #472B2F background.