COLOR #47071D

HEX: #47071D
RGB: (71,7,29)

Renk bilgisi

#47071D contains mainly red and blue colors. #47071D ‘ nin web güvenlik rengi #330033 (ya da #303) dir.

RGB renk modeli

#47071D color RGB value is (71,7,29).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 7 of 255 = 3%
B 29 of 255 = 11%

71
7
29

R + G + B ~ 14%. #47071D is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 7 + 29 = 107 (100%)
R 71 of 107 ~ 66.36%
G 7 of 107 ~ 6.54%
B 29 of 107 ~ 27.1%

%66.36
%27.1

CMYK RENK MODELİ

#47071D rengi CMYK tonu (0,90,59,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 90.14%
  • sarı tonu 59.15%
  • ana renk tonu 72.16%
CMYK:
(0,90,59,72)
C0M90Y59K72 
(0%,90%,59%,72%)
(0.00/0.90/0.59/0.72)	

CMYK yüzdeleri

%0
%90.14
%59.15
%72.16

Codes

Color #47071D in popluar color models

47071D
RGB71729
HSL339°82.05%15.29%
HSB/HSV339°90.14%27.84%
CMYK0.00%90.14%59.15%
72.16%

Color #47071D in popluar number systems.

HEX47071D
Decimal71729
Binary100011111111101
Octal107735

Shades and tints

Shades of #47071D

#47071D
(71,7,29)
#41071B
(65,7,27)
#3B0719
(59,7,25)
#350717
(53,7,23)
#2F0715
(47,7,21)
#290713
(41,7,19)
#230711
(35,7,17)
#1D070F
(29,7,15)
#17070D
(23,7,13)
#11070B
(17,7,11)
#0B0709
(11,7,9)
#000000
(0,0,0)

Tints of #47071D

#47071D
(71,7,29)
#571D31
(87,29,49)
#673345
(103,51,69)
#774959
(119,73,89)
#875F6D
(135,95,109)
#977581
(151,117,129)
#A78B95
(167,139,149)
#B7A1A9
(183,161,169)
#C7B7BD
(199,183,189)
#D7CDD1
(215,205,209)
#E7E3E5
(231,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47071D color. Also use rgb(71,7,29) instead hex code.

Text Font Color

.myTextColor { color: #47071D; }

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

This text font color is #47071D.


Background Color

.myBgColor { background-color: #47071D; }

<div style="background-color:#47071D">Inner text</div>

This div background color is #47071D.


Border color

.myBorderColor { border: 1px solid #47071D; }

<div style="border:3px solid #47071D">Div</div>

This div border color is #47071D.


Opacity

.myOpacity80 { color: #47071D; opacity: 0.8; }

<p style="color:#47071D;opacity:0.8;">80%</p>

Text with #47071D 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 #47071D;}

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

This text has shadow with #47071D color.

.textShadow {text-shadow: 3px 3px 1px #47071D, 3px 3px 1px red;}

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

This text has shadow with #47071D primary color and red secondary color.


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

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

This text has shadow with #47071D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47071D on black background.


Color preview on white background

This text has color #47071D on white background.



Black color preview on #47071D background

This text has black color on #47071D background.


White color preview on #47071D background

This text has white color on #47071D background.