COLOR #471F2E

HEX: #471F2E
RGB: (71,31,46)

Renk bilgisi

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

RGB renk modeli

#471F2E color RGB value is (71,31,46).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 31 of 255 = 12%
B 46 of 255 = 18%

71
31
46

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 31 + 46 = 148 (100%)
R 71 of 148 ~ 47.97%
G 31 of 148 ~ 20.95%
B 46 of 148 ~ 31.08%

%47.97
%20.95
%31.08

CMYK RENK MODELİ

#471F2E rengi CMYK tonu (0,56,35,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 56.34%
  • sarı tonu 35.21%
  • ana renk tonu 72.16%
CMYK:
(0,56,35,72)
C0M56Y35K72 
(0%,56%,35%,72%)
(0.00/0.56/0.35/0.72)	

CMYK yüzdeleri

%0
%56.34
%35.21
%72.16

Codes

Color #471F2E in popluar color models

471F2E
RGB713146
HSL338°39.22%20.00%
HSB/HSV338°56.34%27.84%
CMYK0.00%56.34%35.21%
72.16%

Color #471F2E in popluar number systems.

HEX471F2E
Decimal713146
Binary100011111111101110
Octal1073756

Shades and tints

Shades of #471F2E

#471F2E
(71,31,46)
#411D2A
(65,29,42)
#3B1B26
(59,27,38)
#351922
(53,25,34)
#2F171E
(47,23,30)
#29151A
(41,21,26)
#231316
(35,19,22)
#1D1112
(29,17,18)
#170F0E
(23,15,14)
#110D0A
(17,13,10)
#0B0B06
(11,11,6)
#000000
(0,0,0)

Tints of #471F2E

#471F2E
(71,31,46)
#573341
(87,51,65)
#674754
(103,71,84)
#775B67
(119,91,103)
#876F7A
(135,111,122)
#97838D
(151,131,141)
#A797A0
(167,151,160)
#B7ABB3
(183,171,179)
#C7BFC6
(199,191,198)
#D7D3D9
(215,211,217)
#E7E7EC
(231,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471F2E; }

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

This text font color is #471F2E.


Background Color

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

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

This div background color is #471F2E.


Border color

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

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

This div border color is #471F2E.


Opacity

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

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

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

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

This text has shadow with #471F2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471F2E on black background.


Color preview on white background

This text has color #471F2E on white background.



Black color preview on #471F2E background

This text has black color on #471F2E background.


White color preview on #471F2E background

This text has white color on #471F2E background.