COLOR #471B52

HEX: #471B52
RGB: (71,27,82)

Renk bilgisi

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

RGB renk modeli

#471B52 color RGB value is (71,27,82).

  • kırmız ton 71;
  • yeşil ton 27;
  • mavi ton 82.
RGB:
(71,27,82)
(28%,11%,32%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 27 of 255 = 11%
B 82 of 255 = 32%

71
27
82

R + G + B ~ 24%. #471B52 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 27 + 82 = 180 (100%)
R 71 of 180 ~ 39.44%
G 27 of 180 ~ 15%
B 82 of 180 ~ 45.56%

%39.44
%15
%45.56

CMYK RENK MODELİ

#471B52 rengi CMYK tonu (13,67,0,68).

  • camgöbeği tonu 13.41%
  • eflatun tonu 67.07%
  • sarı tonu 0.00%
  • ana renk tonu 67.84%
CMYK:
(13,67,0,68)
C13M67Y0K68 
(13%,67%,0%,68%)
(0.13/0.67/0.00/0.68)	

CMYK yüzdeleri

%13.41
%67.07
%0
%67.84

Codes

Color #471B52 in popluar color models

471B52
RGB712782
HSL288°50.46%21.37%
HSB/HSV288°67.07%32.16%
CMYK13.41%67.07%0.00%
67.84%

Color #471B52 in popluar number systems.

HEX471B52
Decimal712782
Binary1000111110111010010
Octal10733122

Shades and tints

Shades of #471B52

#471B52
(71,27,82)
#41194B
(65,25,75)
#3B1744
(59,23,68)
#35153D
(53,21,61)
#2F1336
(47,19,54)
#29112F
(41,17,47)
#230F28
(35,15,40)
#1D0D21
(29,13,33)
#170B1A
(23,11,26)
#110913
(17,9,19)
#0B070C
(11,7,12)
#000000
(0,0,0)

Tints of #471B52

#471B52
(71,27,82)
#572F61
(87,47,97)
#674370
(103,67,112)
#77577F
(119,87,127)
#876B8E
(135,107,142)
#977F9D
(151,127,157)
#A793AC
(167,147,172)
#B7A7BB
(183,167,187)
#C7BBCA
(199,187,202)
#D7CFD9
(215,207,217)
#E7E3E8
(231,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471B52; }

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

This text font color is #471B52.


Background Color

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

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

This div background color is #471B52.


Border color

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

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

This div border color is #471B52.


Opacity

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

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

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

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

This text has shadow with #471B52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471B52 on black background.


Color preview on white background

This text has color #471B52 on white background.



Black color preview on #471B52 background

This text has black color on #471B52 background.


White color preview on #471B52 background

This text has white color on #471B52 background.