COLOR #471E1E

HEX: #471E1E
RGB: (71,30,30)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

71
30
30

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 30 + 30 = 131 (100%)
R 71 of 131 ~ 54.2%
G 30 of 131 ~ 22.9%
B 30 of 131 ~ 22.9%

%54.2
%22.9
%22.9

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%57.75
%57.75
%72.16

Codes

Color #471E1E in popluar color models

471E1E
RGB713030
HSL40.59%19.80%
HSB/HSV57.75%27.84%
CMYK0.00%57.75%57.75%
72.16%

Color #471E1E in popluar number systems.

HEX471E1E
Decimal713030
Binary10001111111011110
Octal1073636

Shades and tints

Shades of #471E1E

#471E1E
(71,30,30)
#411C1C
(65,28,28)
#3B1A1A
(59,26,26)
#351818
(53,24,24)
#2F1616
(47,22,22)
#291414
(41,20,20)
#231212
(35,18,18)
#1D1010
(29,16,16)
#170E0E
(23,14,14)
#110C0C
(17,12,12)
#0B0A0A
(11,10,10)
#000000
(0,0,0)

Tints of #471E1E

#471E1E
(71,30,30)
#573232
(87,50,50)
#674646
(103,70,70)
#775A5A
(119,90,90)
#876E6E
(135,110,110)
#978282
(151,130,130)
#A79696
(167,150,150)
#B7AAAA
(183,170,170)
#C7BEBE
(199,190,190)
#D7D2D2
(215,210,210)
#E7E6E6
(231,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471E1E; }

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

This text font color is #471E1E.


Background Color

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

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

This div background color is #471E1E.


Border color

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

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

This div border color is #471E1E.


Opacity

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

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

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

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

This text has shadow with #471E1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471E1E on black background.


Color preview on white background

This text has color #471E1E on white background.



Black color preview on #471E1E background

This text has black color on #471E1E background.


White color preview on #471E1E background

This text has white color on #471E1E background.