COLOR #471353

HEX: #471353
RGB: (71,19,83)

Renk bilgisi

#471353 contains mainly red and blue colors. #471353 ‘ nin web güvenlik rengi #330066 (ya da #306) dir.

RGB renk modeli

#471353 color RGB value is (71,19,83).

  • kırmız ton 71;
  • yeşil ton 19;
  • mavi ton 83.
RGB:
(71,19,83)
(28%,7%,33%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 19 of 255 = 7%
B 83 of 255 = 33%

71
19
83

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 19 + 83 = 173 (100%)
R 71 of 173 ~ 41.04%
G 19 of 173 ~ 10.98%
B 83 of 173 ~ 47.98%

%41.04
%10.98
%47.98

CMYK RENK MODELİ

#471353 rengi CMYK tonu (14,77,0,67).

  • camgöbeği tonu 14.46%
  • eflatun tonu 77.11%
  • sarı tonu 0.00%
  • ana renk tonu 67.45%
CMYK:
(14,77,0,67)
C14M77Y0K67 
(14%,77%,0%,67%)
(0.14/0.77/0.00/0.67)	

CMYK yüzdeleri

%14.46
%77.11
%0
%67.45

Codes

Color #471353 in popluar color models

471353
RGB711983
HSL289°62.75%20.00%
HSB/HSV289°77.11%32.55%
CMYK14.46%77.11%0.00%
67.45%

Color #471353 in popluar number systems.

HEX471353
Decimal711983
Binary1000111100111010011
Octal10723123

Shades and tints

Shades of #471353

#471353
(71,19,83)
#41124C
(65,18,76)
#3B1145
(59,17,69)
#35103E
(53,16,62)
#2F0F37
(47,15,55)
#290E30
(41,14,48)
#230D29
(35,13,41)
#1D0C22
(29,12,34)
#170B1B
(23,11,27)
#110A14
(17,10,20)
#0B090D
(11,9,13)
#000000
(0,0,0)

Tints of #471353

#471353
(71,19,83)
#572862
(87,40,98)
#673D71
(103,61,113)
#775280
(119,82,128)
#87678F
(135,103,143)
#977C9E
(151,124,158)
#A791AD
(167,145,173)
#B7A6BC
(183,166,188)
#C7BBCB
(199,187,203)
#D7D0DA
(215,208,218)
#E7E5E9
(231,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #471353 color. Also use rgb(71,19,83) instead hex code.

Text Font Color

.myTextColor { color: #471353; }

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

This text font color is #471353.


Background Color

.myBgColor { background-color: #471353; }

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

This div background color is #471353.


Border color

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

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

This div border color is #471353.


Opacity

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

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

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

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

This text has shadow with #471353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471353 on black background.


Color preview on white background

This text has color #471353 on white background.



Black color preview on #471353 background

This text has black color on #471353 background.


White color preview on #471353 background

This text has white color on #471353 background.