COLOR #471D33

HEX: #471D33
RGB: (71,29,51)

Renk bilgisi

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

RGB renk modeli

#471D33 color RGB value is (71,29,51).

  • kırmız ton 71;
  • yeşil ton 29;
  • mavi ton 51.
RGB:
(71,29,51)
(28%,11%,20%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 29 of 255 = 11%
B 51 of 255 = 20%

71
29
51

R + G + B ~ 20%. #471D33 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 29 + 51 = 151 (100%)
R 71 of 151 ~ 47.02%
G 29 of 151 ~ 19.21%
B 51 of 151 ~ 33.77%

%47.02
%19.21
%33.77

CMYK RENK MODELİ

#471D33 rengi CMYK tonu (0,59,28,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 59.15%
  • sarı tonu 28.17%
  • ana renk tonu 72.16%
CMYK:
(0,59,28,72)
C0M59Y28K72 
(0%,59%,28%,72%)
(0.00/0.59/0.28/0.72)	

CMYK yüzdeleri

%0
%59.15
%28.17
%72.16

Codes

Color #471D33 in popluar color models

471D33
RGB712951
HSL329°42.00%19.61%
HSB/HSV329°59.15%27.84%
CMYK0.00%59.15%28.17%
72.16%

Color #471D33 in popluar number systems.

HEX471D33
Decimal712951
Binary100011111101110011
Octal1073563

Shades and tints

Shades of #471D33

#471D33
(71,29,51)
#411B2F
(65,27,47)
#3B192B
(59,25,43)
#351727
(53,23,39)
#2F1523
(47,21,35)
#29131F
(41,19,31)
#23111B
(35,17,27)
#1D0F17
(29,15,23)
#170D13
(23,13,19)
#110B0F
(17,11,15)
#0B090B
(11,9,11)
#000000
(0,0,0)

Tints of #471D33

#471D33
(71,29,51)
#573145
(87,49,69)
#674557
(103,69,87)
#775969
(119,89,105)
#876D7B
(135,109,123)
#97818D
(151,129,141)
#A7959F
(167,149,159)
#B7A9B1
(183,169,177)
#C7BDC3
(199,189,195)
#D7D1D5
(215,209,213)
#E7E5E7
(231,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471D33; }

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

This text font color is #471D33.


Background Color

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

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

This div background color is #471D33.


Border color

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

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

This div border color is #471D33.


Opacity

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

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

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

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

This text has shadow with #471D33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471D33 on black background.


Color preview on white background

This text has color #471D33 on white background.



Black color preview on #471D33 background

This text has black color on #471D33 background.


White color preview on #471D33 background

This text has white color on #471D33 background.