COLOR #471A50

HEX: #471A50
RGB: (71,26,80)

Renk bilgisi

#471A50 contains red, green and blue colors in about the same proportion. #471A50 ‘ nin web güvenlik rengi #330066 (ya da #306) dir.

RGB renk modeli

#471A50 color RGB value is (71,26,80).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 26 of 255 = 10%
B 80 of 255 = 31%

71
26
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 26 + 80 = 177 (100%)
R 71 of 177 ~ 40.11%
G 26 of 177 ~ 14.69%
B 80 of 177 ~ 45.2%

%40.11
%14.69
%45.2

CMYK RENK MODELİ

#471A50 rengi CMYK tonu (11,68,0,69).

  • camgöbeği tonu 11.25%
  • eflatun tonu 67.50%
  • sarı tonu 0.00%
  • ana renk tonu 68.63%
CMYK:
(11,68,0,69)
C11M68Y0K69 
(11%,68%,0%,69%)
(0.11/0.68/0.00/0.69)	

CMYK yüzdeleri

%11.25
%67.5
%0
%68.63

Codes

Color #471A50 in popluar color models

471A50
RGB712680
HSL290°50.94%20.78%
HSB/HSV290°67.50%31.37%
CMYK11.25%67.50%0.00%
68.63%

Color #471A50 in popluar number systems.

HEX471A50
Decimal712680
Binary1000111110101010000
Octal10732120

Shades and tints

Shades of #471A50

#471A50
(71,26,80)
#411849
(65,24,73)
#3B1642
(59,22,66)
#35143B
(53,20,59)
#2F1234
(47,18,52)
#29102D
(41,16,45)
#230E26
(35,14,38)
#1D0C1F
(29,12,31)
#170A18
(23,10,24)
#110811
(17,8,17)
#0B060A
(11,6,10)
#000000
(0,0,0)

Tints of #471A50

#471A50
(71,26,80)
#572E5F
(87,46,95)
#67426E
(103,66,110)
#77567D
(119,86,125)
#876A8C
(135,106,140)
#977E9B
(151,126,155)
#A792AA
(167,146,170)
#B7A6B9
(183,166,185)
#C7BAC8
(199,186,200)
#D7CED7
(215,206,215)
#E7E2E6
(231,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471A50; }

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

This text font color is #471A50.


Background Color

.myBgColor { background-color: #471A50; }

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

This div background color is #471A50.


Border color

.myBorderColor { border: 1px solid #471A50; }

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

This div border color is #471A50.


Opacity

.myOpacity80 { color: #471A50; opacity: 0.8; }

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

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

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

This text has shadow with #471A50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471A50 on black background.


Color preview on white background

This text has color #471A50 on white background.



Black color preview on #471A50 background

This text has black color on #471A50 background.


White color preview on #471A50 background

This text has white color on #471A50 background.