COLOR #471A2B

HEX: #471A2B
RGB: (71,26,43)

Renk bilgisi

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

RGB renk modeli

#471A2B color RGB value is (71,26,43).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 26 of 255 = 10%
B 43 of 255 = 17%

71
26
43

R + G + B ~ 18%. #471A2B is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 26 + 43 = 140 (100%)
R 71 of 140 ~ 50.71%
G 26 of 140 ~ 18.57%
B 43 of 140 ~ 30.71%

%50.71
%18.57
%30.71

CMYK RENK MODELİ

#471A2B rengi CMYK tonu (0,63,39,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 63.38%
  • sarı tonu 39.44%
  • ana renk tonu 72.16%
CMYK:
(0,63,39,72)
C0M63Y39K72 
(0%,63%,39%,72%)
(0.00/0.63/0.39/0.72)	

CMYK yüzdeleri

%0
%63.38
%39.44
%72.16

Codes

Color #471A2B in popluar color models

471A2B
RGB712643
HSL337°46.39%19.02%
HSB/HSV337°63.38%27.84%
CMYK0.00%63.38%39.44%
72.16%

Color #471A2B in popluar number systems.

HEX471A2B
Decimal712643
Binary100011111010101011
Octal1073253

Shades and tints

Shades of #471A2B

#471A2B
(71,26,43)
#411828
(65,24,40)
#3B1625
(59,22,37)
#351422
(53,20,34)
#2F121F
(47,18,31)
#29101C
(41,16,28)
#230E19
(35,14,25)
#1D0C16
(29,12,22)
#170A13
(23,10,19)
#110810
(17,8,16)
#0B060D
(11,6,13)
#000000
(0,0,0)

Tints of #471A2B

#471A2B
(71,26,43)
#572E3E
(87,46,62)
#674251
(103,66,81)
#775664
(119,86,100)
#876A77
(135,106,119)
#977E8A
(151,126,138)
#A7929D
(167,146,157)
#B7A6B0
(183,166,176)
#C7BAC3
(199,186,195)
#D7CED6
(215,206,214)
#E7E2E9
(231,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471A2B; }

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

This text font color is #471A2B.


Background Color

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

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

This div background color is #471A2B.


Border color

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

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

This div border color is #471A2B.


Opacity

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

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

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

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

This text has shadow with #471A2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471A2B on black background.


Color preview on white background

This text has color #471A2B on white background.



Black color preview on #471A2B background

This text has black color on #471A2B background.


White color preview on #471A2B background

This text has white color on #471A2B background.