COLOR #472D47

HEX: #472D47
RGB: (71,45,71)

Renk bilgisi

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

RGB renk modeli

#472D47 color RGB value is (71,45,71).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 45 of 255 = 18%
B 71 of 255 = 28%

71
45
71

R + G + B ~ 25%. #472D47 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 45 + 71 = 187 (100%)
R 71 of 187 ~ 37.97%
G 45 of 187 ~ 24.06%
B 71 of 187 ~ 37.97%

%37.97
%24.06
%37.97

CMYK RENK MODELİ

#472D47 rengi CMYK tonu (0,37,0,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.62%
  • sarı tonu 0.00%
  • ana renk tonu 72.16%
CMYK:
(0,37,0,72)
C0M37Y0K72 
(0%,37%,0%,72%)
(0.00/0.37/0.00/0.72)	

CMYK yüzdeleri

%0
%36.62
%0
%72.16

Codes

Color #472D47 in popluar color models

472D47
RGB714571
HSL300°22.41%22.75%
HSB/HSV300°36.62%27.84%
CMYK0.00%36.62%0.00%
72.16%

Color #472D47 in popluar number systems.

HEX472D47
Decimal714571
Binary10001111011011000111
Octal10755107

Shades and tints

Shades of #472D47

#472D47
(71,45,71)
#412941
(65,41,65)
#3B253B
(59,37,59)
#352135
(53,33,53)
#2F1D2F
(47,29,47)
#291929
(41,25,41)
#231523
(35,21,35)
#1D111D
(29,17,29)
#170D17
(23,13,23)
#110911
(17,9,17)
#0B050B
(11,5,11)
#000000
(0,0,0)

Tints of #472D47

#472D47
(71,45,71)
#574057
(87,64,87)
#675367
(103,83,103)
#776677
(119,102,119)
#877987
(135,121,135)
#978C97
(151,140,151)
#A79FA7
(167,159,167)
#B7B2B7
(183,178,183)
#C7C5C7
(199,197,199)
#D7D8D7
(215,216,215)
#E7EBE7
(231,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472D47; }

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

This text font color is #472D47.


Background Color

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

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

This div background color is #472D47.


Border color

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

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

This div border color is #472D47.


Opacity

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

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

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

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

This text has shadow with #472D47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472D47 on black background.


Color preview on white background

This text has color #472D47 on white background.



Black color preview on #472D47 background

This text has black color on #472D47 background.


White color preview on #472D47 background

This text has white color on #472D47 background.