COLOR #471E2F

HEX: #471E2F
RGB: (71,30,47)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

71
30
47

R + G + B ~ 19%. #471E2F is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 30 + 47 = 148 (100%)
R 71 of 148 ~ 47.97%
G 30 of 148 ~ 20.27%
B 47 of 148 ~ 31.76%

%47.97
%20.27
%31.76

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%57.75
%33.8
%72.16

Codes

Color #471E2F in popluar color models

471E2F
RGB713047
HSL335°40.59%19.80%
HSB/HSV335°57.75%27.84%
CMYK0.00%57.75%33.80%
72.16%

Color #471E2F in popluar number systems.

HEX471E2F
Decimal713047
Binary100011111110101111
Octal1073657

Shades and tints

Shades of #471E2F

#471E2F
(71,30,47)
#411C2B
(65,28,43)
#3B1A27
(59,26,39)
#351823
(53,24,35)
#2F161F
(47,22,31)
#29141B
(41,20,27)
#231217
(35,18,23)
#1D1013
(29,16,19)
#170E0F
(23,14,15)
#110C0B
(17,12,11)
#0B0A07
(11,10,7)
#000000
(0,0,0)

Tints of #471E2F

#471E2F
(71,30,47)
#573241
(87,50,65)
#674653
(103,70,83)
#775A65
(119,90,101)
#876E77
(135,110,119)
#978289
(151,130,137)
#A7969B
(167,150,155)
#B7AAAD
(183,170,173)
#C7BEBF
(199,190,191)
#D7D2D1
(215,210,209)
#E7E6E3
(231,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471E2F; }

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

This text font color is #471E2F.


Background Color

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

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

This div background color is #471E2F.


Border color

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

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

This div border color is #471E2F.


Opacity

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

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

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

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

This text has shadow with #471E2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471E2F on black background.


Color preview on white background

This text has color #471E2F on white background.



Black color preview on #471E2F background

This text has black color on #471E2F background.


White color preview on #471E2F background

This text has white color on #471E2F background.