COLOR #471D28

HEX: #471D28
RGB: (71,29,40)

Renk bilgisi

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

RGB renk modeli

#471D28 color RGB value is (71,29,40).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 29 of 255 = 11%
B 40 of 255 = 16%

71
29
40

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 29 + 40 = 140 (100%)
R 71 of 140 ~ 50.71%
G 29 of 140 ~ 20.71%
B 40 of 140 ~ 28.57%

%50.71
%20.71
%28.57

CMYK RENK MODELİ

#471D28 rengi CMYK tonu (0,59,44,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 59.15%
  • sarı tonu 43.66%
  • ana renk tonu 72.16%
CMYK:
(0,59,44,72)
C0M59Y44K72 
(0%,59%,44%,72%)
(0.00/0.59/0.44/0.72)	

CMYK yüzdeleri

%0
%59.15
%43.66
%72.16

Codes

Color #471D28 in popluar color models

471D28
RGB712940
HSL344°42.00%19.61%
HSB/HSV344°59.15%27.84%
CMYK0.00%59.15%43.66%
72.16%

Color #471D28 in popluar number systems.

HEX471D28
Decimal712940
Binary100011111101101000
Octal1073550

Shades and tints

Shades of #471D28

#471D28
(71,29,40)
#411B25
(65,27,37)
#3B1922
(59,25,34)
#35171F
(53,23,31)
#2F151C
(47,21,28)
#291319
(41,19,25)
#231116
(35,17,22)
#1D0F13
(29,15,19)
#170D10
(23,13,16)
#110B0D
(17,11,13)
#0B090A
(11,9,10)
#000000
(0,0,0)

Tints of #471D28

#471D28
(71,29,40)
#57313B
(87,49,59)
#67454E
(103,69,78)
#775961
(119,89,97)
#876D74
(135,109,116)
#978187
(151,129,135)
#A7959A
(167,149,154)
#B7A9AD
(183,169,173)
#C7BDC0
(199,189,192)
#D7D1D3
(215,209,211)
#E7E5E6
(231,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471D28; }

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

This text font color is #471D28.


Background Color

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

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

This div background color is #471D28.


Border color

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

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

This div border color is #471D28.


Opacity

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

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

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

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

This text has shadow with #471D28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471D28 on black background.


Color preview on white background

This text has color #471D28 on white background.



Black color preview on #471D28 background

This text has black color on #471D28 background.


White color preview on #471D28 background

This text has white color on #471D28 background.