COLOR #471020

HEX: #471020
RGB: (71,16,32)

Renk bilgisi

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

RGB renk modeli

#471020 color RGB value is (71,16,32).

  • kırmız ton 71;
  • yeşil ton 16;
  • mavi ton 32.
RGB:
(71,16,32)
(28%,6%,13%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 16 of 255 = 6%
B 32 of 255 = 13%

71
16
32

R + G + B ~ 16%. #471020 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 16 + 32 = 119 (100%)
R 71 of 119 ~ 59.66%
G 16 of 119 ~ 13.45%
B 32 of 119 ~ 26.89%

%59.66
%13.45
%26.89

CMYK RENK MODELİ

#471020 rengi CMYK tonu (0,77,55,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 77.46%
  • sarı tonu 54.93%
  • ana renk tonu 72.16%
CMYK:
(0,77,55,72)
C0M77Y55K72 
(0%,77%,55%,72%)
(0.00/0.77/0.55/0.72)	

CMYK yüzdeleri

%0
%77.46
%54.93
%72.16

Codes

Color #471020 in popluar color models

471020
RGB711632
HSL343°63.22%17.06%
HSB/HSV343°77.46%27.84%
CMYK0.00%77.46%54.93%
72.16%

Color #471020 in popluar number systems.

HEX471020
Decimal711632
Binary100011110000100000
Octal1072040

Shades and tints

Shades of #471020

#471020
(71,16,32)
#410F1E
(65,15,30)
#3B0E1C
(59,14,28)
#350D1A
(53,13,26)
#2F0C18
(47,12,24)
#290B16
(41,11,22)
#230A14
(35,10,20)
#1D0912
(29,9,18)
#170810
(23,8,16)
#11070E
(17,7,14)
#0B060C
(11,6,12)
#000000
(0,0,0)

Tints of #471020

#471020
(71,16,32)
#572534
(87,37,52)
#673A48
(103,58,72)
#774F5C
(119,79,92)
#876470
(135,100,112)
#977984
(151,121,132)
#A78E98
(167,142,152)
#B7A3AC
(183,163,172)
#C7B8C0
(199,184,192)
#D7CDD4
(215,205,212)
#E7E2E8
(231,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #471020 color. Also use rgb(71,16,32) instead hex code.

Text Font Color

.myTextColor { color: #471020; }

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

This text font color is #471020.


Background Color

.myBgColor { background-color: #471020; }

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

This div background color is #471020.


Border color

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

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

This div border color is #471020.


Opacity

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

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

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

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

This text has shadow with #471020 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471020 on black background.


Color preview on white background

This text has color #471020 on white background.



Black color preview on #471020 background

This text has black color on #471020 background.


White color preview on #471020 background

This text has white color on #471020 background.