COLOR #471E1D

HEX: #471E1D
RGB: (71,30,29)

Renk bilgisi

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

RGB renk modeli

#471E1D color RGB value is (71,30,29).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 30 of 255 = 12%
B 29 of 255 = 11%

71
30
29

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 30 + 29 = 130 (100%)
R 71 of 130 ~ 54.62%
G 30 of 130 ~ 23.08%
B 29 of 130 ~ 22.31%

%54.62
%23.08
%22.31

CMYK RENK MODELİ

#471E1D rengi CMYK tonu (0,58,59,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 57.75%
  • sarı tonu 59.15%
  • ana renk tonu 72.16%
CMYK:
(0,58,59,72)
C0M58Y59K72 
(0%,58%,59%,72%)
(0.00/0.58/0.59/0.72)	

CMYK yüzdeleri

%0
%57.75
%59.15
%72.16

Codes

Color #471E1D in popluar color models

471E1D
RGB713029
HSL42.00%19.61%
HSB/HSV59.15%27.84%
CMYK0.00%57.75%59.15%
72.16%

Color #471E1D in popluar number systems.

HEX471E1D
Decimal713029
Binary10001111111011101
Octal1073635

Shades and tints

Shades of #471E1D

#471E1D
(71,30,29)
#411C1B
(65,28,27)
#3B1A19
(59,26,25)
#351817
(53,24,23)
#2F1615
(47,22,21)
#291413
(41,20,19)
#231211
(35,18,17)
#1D100F
(29,16,15)
#170E0D
(23,14,13)
#110C0B
(17,12,11)
#0B0A09
(11,10,9)
#000000
(0,0,0)

Tints of #471E1D

#471E1D
(71,30,29)
#573231
(87,50,49)
#674645
(103,70,69)
#775A59
(119,90,89)
#876E6D
(135,110,109)
#978281
(151,130,129)
#A79695
(167,150,149)
#B7AAA9
(183,170,169)
#C7BEBD
(199,190,189)
#D7D2D1
(215,210,209)
#E7E6E5
(231,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471E1D; }

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

This text font color is #471E1D.


Background Color

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

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

This div background color is #471E1D.


Border color

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

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

This div border color is #471E1D.


Opacity

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

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

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

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

This text has shadow with #471E1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471E1D on black background.


Color preview on white background

This text has color #471E1D on white background.



Black color preview on #471E1D background

This text has black color on #471E1D background.


White color preview on #471E1D background

This text has white color on #471E1D background.