COLOR #471B1D

HEX: #471B1D
RGB: (71,27,29)

Renk bilgisi

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

RGB renk modeli

#471B1D color RGB value is (71,27,29).

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

RGB bağlantıları ve doygunluk

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

71
27
29

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 27 + 29 = 127 (100%)
R 71 of 127 ~ 55.91%
G 27 of 127 ~ 21.26%
B 29 of 127 ~ 22.83%

%55.91
%21.26
%22.83

CMYK RENK MODELİ

#471B1D rengi CMYK tonu (0,62,59,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 61.97%
  • sarı tonu 59.15%
  • ana renk tonu 72.16%
CMYK:
(0,62,59,72)
C0M62Y59K72 
(0%,62%,59%,72%)
(0.00/0.62/0.59/0.72)	

CMYK yüzdeleri

%0
%61.97
%59.15
%72.16

Codes

Color #471B1D in popluar color models

471B1D
RGB712729
HSL357°44.90%19.22%
HSB/HSV357°61.97%27.84%
CMYK0.00%61.97%59.15%
72.16%

Color #471B1D in popluar number systems.

HEX471B1D
Decimal712729
Binary10001111101111101
Octal1073335

Shades and tints

Shades of #471B1D

#471B1D
(71,27,29)
#41191B
(65,25,27)
#3B1719
(59,23,25)
#351517
(53,21,23)
#2F1315
(47,19,21)
#291113
(41,17,19)
#230F11
(35,15,17)
#1D0D0F
(29,13,15)
#170B0D
(23,11,13)
#11090B
(17,9,11)
#0B0709
(11,7,9)
#000000
(0,0,0)

Tints of #471B1D

#471B1D
(71,27,29)
#572F31
(87,47,49)
#674345
(103,67,69)
#775759
(119,87,89)
#876B6D
(135,107,109)
#977F81
(151,127,129)
#A79395
(167,147,149)
#B7A7A9
(183,167,169)
#C7BBBD
(199,187,189)
#D7CFD1
(215,207,209)
#E7E3E5
(231,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471B1D; }

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

This text font color is #471B1D.


Background Color

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

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

This div background color is #471B1D.


Border color

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

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

This div border color is #471B1D.


Opacity

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

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

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

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

This text has shadow with #471B1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471B1D on black background.


Color preview on white background

This text has color #471B1D on white background.



Black color preview on #471B1D background

This text has black color on #471B1D background.


White color preview on #471B1D background

This text has white color on #471B1D background.