COLOR #471D45

HEX: #471D45
RGB: (71,29,69)

Renk bilgisi

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

RGB renk modeli

#471D45 color RGB value is (71,29,69).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 29 of 255 = 11%
B 69 of 255 = 27%

71
29
69

R + G + B ~ 22%. #471D45 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 29 + 69 = 169 (100%)
R 71 of 169 ~ 42.01%
G 29 of 169 ~ 17.16%
B 69 of 169 ~ 40.83%

%42.01
%17.16
%40.83

CMYK RENK MODELİ

#471D45 rengi CMYK tonu (0,59,3,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 59.15%
  • sarı tonu 2.82%
  • ana renk tonu 72.16%
CMYK:
(0,59,3,72)
C0M59Y3K72 
(0%,59%,3%,72%)
(0.00/0.59/0.03/0.72)	

CMYK yüzdeleri

%0
%59.15
%2.82
%72.16

Codes

Color #471D45 in popluar color models

471D45
RGB712969
HSL303°42.00%19.61%
HSB/HSV303°59.15%27.84%
CMYK0.00%59.15%2.82%
72.16%

Color #471D45 in popluar number systems.

HEX471D45
Decimal712969
Binary1000111111011000101
Octal10735105

Shades and tints

Shades of #471D45

#471D45
(71,29,69)
#411B3F
(65,27,63)
#3B1939
(59,25,57)
#351733
(53,23,51)
#2F152D
(47,21,45)
#291327
(41,19,39)
#231121
(35,17,33)
#1D0F1B
(29,15,27)
#170D15
(23,13,21)
#110B0F
(17,11,15)
#0B0909
(11,9,9)
#000000
(0,0,0)

Tints of #471D45

#471D45
(71,29,69)
#573155
(87,49,85)
#674565
(103,69,101)
#775975
(119,89,117)
#876D85
(135,109,133)
#978195
(151,129,149)
#A795A5
(167,149,165)
#B7A9B5
(183,169,181)
#C7BDC5
(199,189,197)
#D7D1D5
(215,209,213)
#E7E5E5
(231,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471D45; }

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

This text font color is #471D45.


Background Color

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

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

This div background color is #471D45.


Border color

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

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

This div border color is #471D45.


Opacity

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

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

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

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

This text has shadow with #471D45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471D45 on black background.


Color preview on white background

This text has color #471D45 on white background.



Black color preview on #471D45 background

This text has black color on #471D45 background.


White color preview on #471D45 background

This text has white color on #471D45 background.