COLOR #472550

HEX: #472550
RGB: (71,37,80)

Renk bilgisi

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

RGB renk modeli

#472550 color RGB value is (71,37,80).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 37 of 255 = 15%
B 80 of 255 = 31%

71
37
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 37 + 80 = 188 (100%)
R 71 of 188 ~ 37.77%
G 37 of 188 ~ 19.68%
B 80 of 188 ~ 42.55%

%37.77
%19.68
%42.55

CMYK RENK MODELİ

#472550 rengi CMYK tonu (11,54,0,69).

  • camgöbeği tonu 11.25%
  • eflatun tonu 53.75%
  • sarı tonu 0.00%
  • ana renk tonu 68.63%
CMYK:
(11,54,0,69)
C11M54Y0K69 
(11%,54%,0%,69%)
(0.11/0.54/0.00/0.69)	

CMYK yüzdeleri

%11.25
%53.75
%0
%68.63

Codes

Color #472550 in popluar color models

472550
RGB713780
HSL287°36.75%22.94%
HSB/HSV287°53.75%31.37%
CMYK11.25%53.75%0.00%
68.63%

Color #472550 in popluar number systems.

HEX472550
Decimal713780
Binary10001111001011010000
Octal10745120

Shades and tints

Shades of #472550

#472550
(71,37,80)
#412249
(65,34,73)
#3B1F42
(59,31,66)
#351C3B
(53,28,59)
#2F1934
(47,25,52)
#29162D
(41,22,45)
#231326
(35,19,38)
#1D101F
(29,16,31)
#170D18
(23,13,24)
#110A11
(17,10,17)
#0B070A
(11,7,10)
#000000
(0,0,0)

Tints of #472550

#472550
(71,37,80)
#57385F
(87,56,95)
#674B6E
(103,75,110)
#775E7D
(119,94,125)
#87718C
(135,113,140)
#97849B
(151,132,155)
#A797AA
(167,151,170)
#B7AAB9
(183,170,185)
#C7BDC8
(199,189,200)
#D7D0D7
(215,208,215)
#E7E3E6
(231,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472550; }

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

This text font color is #472550.


Background Color

.myBgColor { background-color: #472550; }

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

This div background color is #472550.


Border color

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

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

This div border color is #472550.


Opacity

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

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

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

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

This text has shadow with #472550 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472550 on black background.


Color preview on white background

This text has color #472550 on white background.



Black color preview on #472550 background

This text has black color on #472550 background.


White color preview on #472550 background

This text has white color on #472550 background.