COLOR #471C1C

HEX: #471C1C
RGB: (71,28,28)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

71
28
28

R + G + B ~ 17%. #471C1C is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 28 + 28 = 127 (100%)
R 71 of 127 ~ 55.91%
G 28 of 127 ~ 22.05%
B 28 of 127 ~ 22.05%

%55.91
%22.05
%22.05

CMYK RENK MODELİ

#471C1C rengi CMYK tonu (0,61,61,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 60.56%
  • sarı tonu 60.56%
  • ana renk tonu 72.16%
CMYK:
(0,61,61,72)
C0M61Y61K72 
(0%,61%,61%,72%)
(0.00/0.61/0.61/0.72)	

CMYK yüzdeleri

%0
%60.56
%60.56
%72.16

Codes

Color #471C1C in popluar color models

471C1C
RGB712828
HSL43.43%19.41%
HSB/HSV60.56%27.84%
CMYK0.00%60.56%60.56%
72.16%

Color #471C1C in popluar number systems.

HEX471C1C
Decimal712828
Binary10001111110011100
Octal1073434

Shades and tints

Shades of #471C1C

#471C1C
(71,28,28)
#411A1A
(65,26,26)
#3B1818
(59,24,24)
#351616
(53,22,22)
#2F1414
(47,20,20)
#291212
(41,18,18)
#231010
(35,16,16)
#1D0E0E
(29,14,14)
#170C0C
(23,12,12)
#110A0A
(17,10,10)
#0B0808
(11,8,8)
#000000
(0,0,0)

Tints of #471C1C

#471C1C
(71,28,28)
#573030
(87,48,48)
#674444
(103,68,68)
#775858
(119,88,88)
#876C6C
(135,108,108)
#978080
(151,128,128)
#A79494
(167,148,148)
#B7A8A8
(183,168,168)
#C7BCBC
(199,188,188)
#D7D0D0
(215,208,208)
#E7E4E4
(231,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471C1C; }

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

This text font color is #471C1C.


Background Color

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

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

This div background color is #471C1C.


Border color

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

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

This div border color is #471C1C.


Opacity

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

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

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

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

This text has shadow with #471C1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471C1C on black background.


Color preview on white background

This text has color #471C1C on white background.



Black color preview on #471C1C background

This text has black color on #471C1C background.


White color preview on #471C1C background

This text has white color on #471C1C background.