COLOR #471F2B

HEX: #471F2B
RGB: (71,31,43)

Renk bilgisi

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

RGB renk modeli

#471F2B color RGB value is (71,31,43).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 31 of 255 = 12%
B 43 of 255 = 17%

71
31
43

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 31 + 43 = 145 (100%)
R 71 of 145 ~ 48.97%
G 31 of 145 ~ 21.38%
B 43 of 145 ~ 29.66%

%48.97
%21.38
%29.66

CMYK RENK MODELİ

#471F2B rengi CMYK tonu (0,56,39,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 56.34%
  • sarı tonu 39.44%
  • ana renk tonu 72.16%
CMYK:
(0,56,39,72)
C0M56Y39K72 
(0%,56%,39%,72%)
(0.00/0.56/0.39/0.72)	

CMYK yüzdeleri

%0
%56.34
%39.44
%72.16

Codes

Color #471F2B in popluar color models

471F2B
RGB713143
HSL342°39.22%20.00%
HSB/HSV342°56.34%27.84%
CMYK0.00%56.34%39.44%
72.16%

Color #471F2B in popluar number systems.

HEX471F2B
Decimal713143
Binary100011111111101011
Octal1073753

Shades and tints

Shades of #471F2B

#471F2B
(71,31,43)
#411D28
(65,29,40)
#3B1B25
(59,27,37)
#351922
(53,25,34)
#2F171F
(47,23,31)
#29151C
(41,21,28)
#231319
(35,19,25)
#1D1116
(29,17,22)
#170F13
(23,15,19)
#110D10
(17,13,16)
#0B0B0D
(11,11,13)
#000000
(0,0,0)

Tints of #471F2B

#471F2B
(71,31,43)
#57333E
(87,51,62)
#674751
(103,71,81)
#775B64
(119,91,100)
#876F77
(135,111,119)
#97838A
(151,131,138)
#A7979D
(167,151,157)
#B7ABB0
(183,171,176)
#C7BFC3
(199,191,195)
#D7D3D6
(215,211,214)
#E7E7E9
(231,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471F2B; }

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

This text font color is #471F2B.


Background Color

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

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

This div background color is #471F2B.


Border color

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

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

This div border color is #471F2B.


Opacity

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

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

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

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

This text has shadow with #471F2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471F2B on black background.


Color preview on white background

This text has color #471F2B on white background.



Black color preview on #471F2B background

This text has black color on #471F2B background.


White color preview on #471F2B background

This text has white color on #471F2B background.