COLOR #472D3F

HEX: #472D3F
RGB: (71,45,63)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

71
45
63

R + G + B ~ 24%. #472D3F is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 45 + 63 = 179 (100%)
R 71 of 179 ~ 39.66%
G 45 of 179 ~ 25.14%
B 63 of 179 ~ 35.2%

%39.66
%25.14
%35.2

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%36.62
%11.27
%72.16

Codes

Color #472D3F in popluar color models

472D3F
RGB714563
HSL318°22.41%22.75%
HSB/HSV318°36.62%27.84%
CMYK0.00%36.62%11.27%
72.16%

Color #472D3F in popluar number systems.

HEX472D3F
Decimal714563
Binary1000111101101111111
Octal1075577

Shades and tints

Shades of #472D3F

#472D3F
(71,45,63)
#41293A
(65,41,58)
#3B2535
(59,37,53)
#352130
(53,33,48)
#2F1D2B
(47,29,43)
#291926
(41,25,38)
#231521
(35,21,33)
#1D111C
(29,17,28)
#170D17
(23,13,23)
#110912
(17,9,18)
#0B050D
(11,5,13)
#000000
(0,0,0)

Tints of #472D3F

#472D3F
(71,45,63)
#574050
(87,64,80)
#675361
(103,83,97)
#776672
(119,102,114)
#877983
(135,121,131)
#978C94
(151,140,148)
#A79FA5
(167,159,165)
#B7B2B6
(183,178,182)
#C7C5C7
(199,197,199)
#D7D8D8
(215,216,216)
#E7EBE9
(231,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472D3F; }

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

This text font color is #472D3F.


Background Color

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

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

This div background color is #472D3F.


Border color

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

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

This div border color is #472D3F.


Opacity

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

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

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

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

This text has shadow with #472D3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472D3F on black background.


Color preview on white background

This text has color #472D3F on white background.



Black color preview on #472D3F background

This text has black color on #472D3F background.


White color preview on #472D3F background

This text has white color on #472D3F background.