COLOR #470011

HEX: #470011
RGB: (71,0,17)

Renk bilgisi

#470011 contains only red and blue colors. #470011 ‘ nin web güvenlik rengi #330000 (ya da #300) dir.

RGB renk modeli

#470011 color RGB value is (71,0,17).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 0 of 255 = 0%
B 17 of 255 = 7%

71
0
17

R + G + B ~ 12%. #470011 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 0 + 17 = 88 (100%)
R 71 of 88 ~ 80.68%
G 0 of 88 ~ 0%
B 17 of 88 ~ 19.32%

%80.68
%19.32

CMYK RENK MODELİ

#470011 rengi CMYK tonu (0,100,76,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 100.00%
  • sarı tonu 76.06%
  • ana renk tonu 72.16%
CMYK:
(0,100,76,72)
C0M100Y76K72 
(0%,100%,76%,72%)
(0.00/1.00/0.76/0.72)	

CMYK yüzdeleri

%0
%100
%76.06
%72.16

Codes

Color #470011 in popluar color models

470011
RGB71017
HSL346°100.00%13.92%
HSB/HSV346°100.00%27.84%
CMYK0.00%100.00%76.06%
72.16%

Color #470011 in popluar number systems.

HEX470011
Decimal71017
Binary1000111010001
Octal107021

Shades and tints

Shades of #470011

#470011
(71,0,17)
#410010
(65,0,16)
#3B000F
(59,0,15)
#35000E
(53,0,14)
#2F000D
(47,0,13)
#29000C
(41,0,12)
#23000B
(35,0,11)
#1D000A
(29,0,10)
#170009
(23,0,9)
#110008
(17,0,8)
#0B0007
(11,0,7)
#000000
(0,0,0)

Tints of #470011

#470011
(71,0,17)
#571726
(87,23,38)
#672E3B
(103,46,59)
#774550
(119,69,80)
#875C65
(135,92,101)
#97737A
(151,115,122)
#A78A8F
(167,138,143)
#B7A1A4
(183,161,164)
#C7B8B9
(199,184,185)
#D7CFCE
(215,207,206)
#E7E6E3
(231,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #470011 color. Also use rgb(71,0,17) instead hex code.

Text Font Color

.myTextColor { color: #470011; }

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

This text font color is #470011.


Background Color

.myBgColor { background-color: #470011; }

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

This div background color is #470011.


Border color

.myBorderColor { border: 1px solid #470011; }

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

This div border color is #470011.


Opacity

.myOpacity80 { color: #470011; opacity: 0.8; }

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

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

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

This text has shadow with #470011 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #470011 on black background.


Color preview on white background

This text has color #470011 on white background.



Black color preview on #470011 background

This text has black color on #470011 background.


White color preview on #470011 background

This text has white color on #470011 background.