COLOR #471A31

HEX: #471A31
RGB: (71,26,49)

Renk bilgisi

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

RGB renk modeli

#471A31 color RGB value is (71,26,49).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 26 of 255 = 10%
B 49 of 255 = 19%

71
26
49

R + G + B ~ 19%. #471A31 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 26 + 49 = 146 (100%)
R 71 of 146 ~ 48.63%
G 26 of 146 ~ 17.81%
B 49 of 146 ~ 33.56%

%48.63
%17.81
%33.56

CMYK RENK MODELİ

#471A31 rengi CMYK tonu (0,63,31,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 63.38%
  • sarı tonu 30.99%
  • ana renk tonu 72.16%
CMYK:
(0,63,31,72)
C0M63Y31K72 
(0%,63%,31%,72%)
(0.00/0.63/0.31/0.72)	

CMYK yüzdeleri

%0
%63.38
%30.99
%72.16

Codes

Color #471A31 in popluar color models

471A31
RGB712649
HSL329°46.39%19.02%
HSB/HSV329°63.38%27.84%
CMYK0.00%63.38%30.99%
72.16%

Color #471A31 in popluar number systems.

HEX471A31
Decimal712649
Binary100011111010110001
Octal1073261

Shades and tints

Shades of #471A31

#471A31
(71,26,49)
#41182D
(65,24,45)
#3B1629
(59,22,41)
#351425
(53,20,37)
#2F1221
(47,18,33)
#29101D
(41,16,29)
#230E19
(35,14,25)
#1D0C15
(29,12,21)
#170A11
(23,10,17)
#11080D
(17,8,13)
#0B0609
(11,6,9)
#000000
(0,0,0)

Tints of #471A31

#471A31
(71,26,49)
#572E43
(87,46,67)
#674255
(103,66,85)
#775667
(119,86,103)
#876A79
(135,106,121)
#977E8B
(151,126,139)
#A7929D
(167,146,157)
#B7A6AF
(183,166,175)
#C7BAC1
(199,186,193)
#D7CED3
(215,206,211)
#E7E2E5
(231,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471A31; }

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

This text font color is #471A31.


Background Color

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

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

This div background color is #471A31.


Border color

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

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

This div border color is #471A31.


Opacity

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

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

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

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

This text has shadow with #471A31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471A31 on black background.


Color preview on white background

This text has color #471A31 on white background.



Black color preview on #471A31 background

This text has black color on #471A31 background.


White color preview on #471A31 background

This text has white color on #471A31 background.