COLOR #471C5F

HEX: #471C5F
RGB: (71,28,95)

Renk bilgisi

#471C5F contains mainly red and blue colors. #471C5F ‘ nin web güvenlik rengi #333366 (ya da #336) dir.

RGB renk modeli

#471C5F color RGB value is (71,28,95).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 28 of 255 = 11%
B 95 of 255 = 37%

71
28
95

R + G + B ~ 25%. #471C5F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 28 + 95 = 194 (100%)
R 71 of 194 ~ 36.6%
G 28 of 194 ~ 14.43%
B 95 of 194 ~ 48.97%

%36.6
%14.43
%48.97

CMYK RENK MODELİ

#471C5F rengi CMYK tonu (25,71,0,63).

  • camgöbeği tonu 25.26%
  • eflatun tonu 70.53%
  • sarı tonu 0.00%
  • ana renk tonu 62.75%
CMYK:
(25,71,0,63)
C25M71Y0K63 
(25%,71%,0%,63%)
(0.25/0.71/0.00/0.63)	

CMYK yüzdeleri

%25.26
%70.53
%0
%62.75

Codes

Color #471C5F in popluar color models

471C5F
RGB712895
HSL279°54.47%24.12%
HSB/HSV279°70.53%37.25%
CMYK25.26%70.53%0.00%
62.75%

Color #471C5F in popluar number systems.

HEX471C5F
Decimal712895
Binary1000111111001011111
Octal10734137

Shades and tints

Shades of #471C5F

#471C5F
(71,28,95)
#411A57
(65,26,87)
#3B184F
(59,24,79)
#351647
(53,22,71)
#2F143F
(47,20,63)
#291237
(41,18,55)
#23102F
(35,16,47)
#1D0E27
(29,14,39)
#170C1F
(23,12,31)
#110A17
(17,10,23)
#0B080F
(11,8,15)
#000000
(0,0,0)

Tints of #471C5F

#471C5F
(71,28,95)
#57306D
(87,48,109)
#67447B
(103,68,123)
#775889
(119,88,137)
#876C97
(135,108,151)
#9780A5
(151,128,165)
#A794B3
(167,148,179)
#B7A8C1
(183,168,193)
#C7BCCF
(199,188,207)
#D7D0DD
(215,208,221)
#E7E4EB
(231,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471C5F; }

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

This text font color is #471C5F.


Background Color

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

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

This div background color is #471C5F.


Border color

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

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

This div border color is #471C5F.


Opacity

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

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

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

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

This text has shadow with #471C5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471C5F on black background.


Color preview on white background

This text has color #471C5F on white background.



Black color preview on #471C5F background

This text has black color on #471C5F background.


White color preview on #471C5F background

This text has white color on #471C5F background.