COLOR #471E47

HEX: #471E47
RGB: (71,30,71)

Renk bilgisi

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

RGB renk modeli

#471E47 color RGB value is (71,30,71).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 30 of 255 = 12%
B 71 of 255 = 28%

71
30
71

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 30 + 71 = 172 (100%)
R 71 of 172 ~ 41.28%
G 30 of 172 ~ 17.44%
B 71 of 172 ~ 41.28%

%41.28
%17.44
%41.28

CMYK RENK MODELİ

#471E47 rengi CMYK tonu (0,58,0,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 57.75%
  • sarı tonu 0.00%
  • ana renk tonu 72.16%
CMYK:
(0,58,0,72)
C0M58Y0K72 
(0%,58%,0%,72%)
(0.00/0.58/0.00/0.72)	

CMYK yüzdeleri

%0
%57.75
%0
%72.16

Codes

Color #471E47 in popluar color models

471E47
RGB713071
HSL300°40.59%19.80%
HSB/HSV300°57.75%27.84%
CMYK0.00%57.75%0.00%
72.16%

Color #471E47 in popluar number systems.

HEX471E47
Decimal713071
Binary1000111111101000111
Octal10736107

Shades and tints

Shades of #471E47

#471E47
(71,30,71)
#411C41
(65,28,65)
#3B1A3B
(59,26,59)
#351835
(53,24,53)
#2F162F
(47,22,47)
#291429
(41,20,41)
#231223
(35,18,35)
#1D101D
(29,16,29)
#170E17
(23,14,23)
#110C11
(17,12,17)
#0B0A0B
(11,10,11)
#000000
(0,0,0)

Tints of #471E47

#471E47
(71,30,71)
#573257
(87,50,87)
#674667
(103,70,103)
#775A77
(119,90,119)
#876E87
(135,110,135)
#978297
(151,130,151)
#A796A7
(167,150,167)
#B7AAB7
(183,170,183)
#C7BEC7
(199,190,199)
#D7D2D7
(215,210,215)
#E7E6E7
(231,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471E47; }

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

This text font color is #471E47.


Background Color

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

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

This div background color is #471E47.


Border color

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

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

This div border color is #471E47.


Opacity

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

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

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

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

This text has shadow with #471E47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471E47 on black background.


Color preview on white background

This text has color #471E47 on white background.



Black color preview on #471E47 background

This text has black color on #471E47 background.


White color preview on #471E47 background

This text has white color on #471E47 background.