COLOR #472541

HEX: #472541
RGB: (71,37,65)

Renk bilgisi

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

RGB renk modeli

#472541 color RGB value is (71,37,65).

  • kırmız ton 71;
  • yeşil ton 37;
  • mavi ton 65.
RGB:
(71,37,65)
(28%,15%,25%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 37 of 255 = 15%
B 65 of 255 = 25%

71
37
65

R + G + B ~ 23%. #472541 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 37 + 65 = 173 (100%)
R 71 of 173 ~ 41.04%
G 37 of 173 ~ 21.39%
B 65 of 173 ~ 37.57%

%41.04
%21.39
%37.57

CMYK RENK MODELİ

#472541 rengi CMYK tonu (0,48,8,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 47.89%
  • sarı tonu 8.45%
  • ana renk tonu 72.16%
CMYK:
(0,48,8,72)
C0M48Y8K72 
(0%,48%,8%,72%)
(0.00/0.48/0.08/0.72)	

CMYK yüzdeleri

%0
%47.89
%8.45
%72.16

Codes

Color #472541 in popluar color models

472541
RGB713765
HSL311°31.48%21.18%
HSB/HSV311°47.89%27.84%
CMYK0.00%47.89%8.45%
72.16%

Color #472541 in popluar number systems.

HEX472541
Decimal713765
Binary10001111001011000001
Octal10745101

Shades and tints

Shades of #472541

#472541
(71,37,65)
#41223C
(65,34,60)
#3B1F37
(59,31,55)
#351C32
(53,28,50)
#2F192D
(47,25,45)
#291628
(41,22,40)
#231323
(35,19,35)
#1D101E
(29,16,30)
#170D19
(23,13,25)
#110A14
(17,10,20)
#0B070F
(11,7,15)
#000000
(0,0,0)

Tints of #472541

#472541
(71,37,65)
#573852
(87,56,82)
#674B63
(103,75,99)
#775E74
(119,94,116)
#877185
(135,113,133)
#978496
(151,132,150)
#A797A7
(167,151,167)
#B7AAB8
(183,170,184)
#C7BDC9
(199,189,201)
#D7D0DA
(215,208,218)
#E7E3EB
(231,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472541 color. Also use rgb(71,37,65) instead hex code.

Text Font Color

.myTextColor { color: #472541; }

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

This text font color is #472541.


Background Color

.myBgColor { background-color: #472541; }

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

This div background color is #472541.


Border color

.myBorderColor { border: 1px solid #472541; }

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

This div border color is #472541.


Opacity

.myOpacity80 { color: #472541; opacity: 0.8; }

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

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

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

This text has shadow with #472541 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472541 on black background.


Color preview on white background

This text has color #472541 on white background.



Black color preview on #472541 background

This text has black color on #472541 background.


White color preview on #472541 background

This text has white color on #472541 background.