COLOR #471E49

HEX: #471E49
RGB: (71,30,73)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

71
30
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 30 + 73 = 174 (100%)
R 71 of 174 ~ 40.8%
G 30 of 174 ~ 17.24%
B 73 of 174 ~ 41.95%

%40.8
%17.24
%41.95

CMYK RENK MODELİ

#471E49 rengi CMYK tonu (3,59,0,71).

  • camgöbeği tonu 2.74%
  • eflatun tonu 58.90%
  • sarı tonu 0.00%
  • ana renk tonu 71.37%
CMYK:
(3,59,0,71)
C3M59Y0K71 
(3%,59%,0%,71%)
(0.03/0.59/0.00/0.71)	

CMYK yüzdeleri

%2.74
%58.9
%0
%71.37

Codes

Color #471E49 in popluar color models

471E49
RGB713073
HSL297°41.75%20.20%
HSB/HSV297°58.90%28.63%
CMYK2.74%58.90%0.00%
71.37%

Color #471E49 in popluar number systems.

HEX471E49
Decimal713073
Binary1000111111101001001
Octal10736111

Shades and tints

Shades of #471E49

#471E49
(71,30,73)
#411C43
(65,28,67)
#3B1A3D
(59,26,61)
#351837
(53,24,55)
#2F1631
(47,22,49)
#29142B
(41,20,43)
#231225
(35,18,37)
#1D101F
(29,16,31)
#170E19
(23,14,25)
#110C13
(17,12,19)
#0B0A0D
(11,10,13)
#000000
(0,0,0)

Tints of #471E49

#471E49
(71,30,73)
#573259
(87,50,89)
#674669
(103,70,105)
#775A79
(119,90,121)
#876E89
(135,110,137)
#978299
(151,130,153)
#A796A9
(167,150,169)
#B7AAB9
(183,170,185)
#C7BEC9
(199,190,201)
#D7D2D9
(215,210,217)
#E7E6E9
(231,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471E49; }

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

This text font color is #471E49.


Background Color

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

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

This div background color is #471E49.


Border color

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

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

This div border color is #471E49.


Opacity

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

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

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

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

This text has shadow with #471E49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471E49 on black background.


Color preview on white background

This text has color #471E49 on white background.



Black color preview on #471E49 background

This text has black color on #471E49 background.


White color preview on #471E49 background

This text has white color on #471E49 background.