COLOR #471A40

HEX: #471A40
RGB: (71,26,64)

Renk bilgisi

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

RGB renk modeli

#471A40 color RGB value is (71,26,64).

  • kırmız ton 71;
  • yeşil ton 26;
  • mavi ton 64.
RGB:
(71,26,64)
(28%,10%,25%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 26 of 255 = 10%
B 64 of 255 = 25%

71
26
64

R + G + B ~ 21%. #471A40 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 26 + 64 = 161 (100%)
R 71 of 161 ~ 44.1%
G 26 of 161 ~ 16.15%
B 64 of 161 ~ 39.75%

%44.1
%16.15
%39.75

CMYK RENK MODELİ

#471A40 rengi CMYK tonu (0,63,10,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 63.38%
  • sarı tonu 9.86%
  • ana renk tonu 72.16%
CMYK:
(0,63,10,72)
C0M63Y10K72 
(0%,63%,10%,72%)
(0.00/0.63/0.10/0.72)	

CMYK yüzdeleri

%0
%63.38
%9.86
%72.16

Codes

Color #471A40 in popluar color models

471A40
RGB712664
HSL309°46.39%19.02%
HSB/HSV309°63.38%27.84%
CMYK0.00%63.38%9.86%
72.16%

Color #471A40 in popluar number systems.

HEX471A40
Decimal712664
Binary1000111110101000000
Octal10732100

Shades and tints

Shades of #471A40

#471A40
(71,26,64)
#41183B
(65,24,59)
#3B1636
(59,22,54)
#351431
(53,20,49)
#2F122C
(47,18,44)
#291027
(41,16,39)
#230E22
(35,14,34)
#1D0C1D
(29,12,29)
#170A18
(23,10,24)
#110813
(17,8,19)
#0B060E
(11,6,14)
#000000
(0,0,0)

Tints of #471A40

#471A40
(71,26,64)
#572E51
(87,46,81)
#674262
(103,66,98)
#775673
(119,86,115)
#876A84
(135,106,132)
#977E95
(151,126,149)
#A792A6
(167,146,166)
#B7A6B7
(183,166,183)
#C7BAC8
(199,186,200)
#D7CED9
(215,206,217)
#E7E2EA
(231,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471A40; }

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

This text font color is #471A40.


Background Color

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

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

This div background color is #471A40.


Border color

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

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

This div border color is #471A40.


Opacity

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

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

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

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

This text has shadow with #471A40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471A40 on black background.


Color preview on white background

This text has color #471A40 on white background.



Black color preview on #471A40 background

This text has black color on #471A40 background.


White color preview on #471A40 background

This text has white color on #471A40 background.