COLOR #471C1B

HEX: #471C1B
RGB: (71,28,27)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

71
28
27

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 28 + 27 = 126 (100%)
R 71 of 126 ~ 56.35%
G 28 of 126 ~ 22.22%
B 27 of 126 ~ 21.43%

%56.35
%22.22
%21.43

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%60.56
%61.97
%72.16

Codes

Color #471C1B in popluar color models

471C1B
RGB712827
HSL44.90%19.22%
HSB/HSV61.97%27.84%
CMYK0.00%60.56%61.97%
72.16%

Color #471C1B in popluar number systems.

HEX471C1B
Decimal712827
Binary10001111110011011
Octal1073433

Shades and tints

Shades of #471C1B

#471C1B
(71,28,27)
#411A19
(65,26,25)
#3B1817
(59,24,23)
#351615
(53,22,21)
#2F1413
(47,20,19)
#291211
(41,18,17)
#23100F
(35,16,15)
#1D0E0D
(29,14,13)
#170C0B
(23,12,11)
#110A09
(17,10,9)
#0B0807
(11,8,7)
#000000
(0,0,0)

Tints of #471C1B

#471C1B
(71,28,27)
#57302F
(87,48,47)
#674443
(103,68,67)
#775857
(119,88,87)
#876C6B
(135,108,107)
#97807F
(151,128,127)
#A79493
(167,148,147)
#B7A8A7
(183,168,167)
#C7BCBB
(199,188,187)
#D7D0CF
(215,208,207)
#E7E4E3
(231,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471C1B; }

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

This text font color is #471C1B.


Background Color

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

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

This div background color is #471C1B.


Border color

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

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

This div border color is #471C1B.


Opacity

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

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

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

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

This text has shadow with #471C1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471C1B on black background.


Color preview on white background

This text has color #471C1B on white background.



Black color preview on #471C1B background

This text has black color on #471C1B background.


White color preview on #471C1B background

This text has white color on #471C1B background.