COLOR #470009

HEX: #470009
RGB: (71,0,9)

Renk bilgisi

#470009 contains mainly red color. #470009 ‘ nin web güvenlik rengi #330000 (ya da #300) dir.

RGB renk modeli

#470009 color RGB value is (71,0,9).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 0 of 255 = 0%
B 9 of 255 = 4%

71
0
9

R + G + B ~ 11%. #470009 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 0 + 9 = 80 (100%)
R 71 of 80 ~ 88.75%
G 0 of 80 ~ 0%
B 9 of 80 ~ 11.25%

%88.75
%11.25

CMYK RENK MODELİ

#470009 rengi CMYK tonu (0,100,87,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 100.00%
  • sarı tonu 87.32%
  • ana renk tonu 72.16%
CMYK:
(0,100,87,72)
C0M100Y87K72 
(0%,100%,87%,72%)
(0.00/1.00/0.87/0.72)	

CMYK yüzdeleri

%0
%100
%87.32
%72.16

Codes

Color #470009 in popluar color models

470009
RGB7109
HSL352°100.00%13.92%
HSB/HSV352°100.00%27.84%
CMYK0.00%100.00%87.32%
72.16%

Color #470009 in popluar number systems.

HEX470009
Decimal7109
Binary100011101001
Octal107011

Shades and tints

Shades of #470009

#470009
(71,0,9)
#410009
(65,0,9)
#3B0009
(59,0,9)
#350009
(53,0,9)
#2F0009
(47,0,9)
#290009
(41,0,9)
#230009
(35,0,9)
#1D0009
(29,0,9)
#170009
(23,0,9)
#110009
(17,0,9)
#0B0009
(11,0,9)
#000000
(0,0,0)

Tints of #470009

#470009
(71,0,9)
#57171F
(87,23,31)
#672E35
(103,46,53)
#77454B
(119,69,75)
#875C61
(135,92,97)
#977377
(151,115,119)
#A78A8D
(167,138,141)
#B7A1A3
(183,161,163)
#C7B8B9
(199,184,185)
#D7CFCF
(215,207,207)
#E7E6E5
(231,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #470009; }

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

This text font color is #470009.


Background Color

.myBgColor { background-color: #470009; }

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

This div background color is #470009.


Border color

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

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

This div border color is #470009.


Opacity

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

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

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

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

This text has shadow with #470009 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #470009 on black background.


Color preview on white background

This text has color #470009 on white background.



Black color preview on #470009 background

This text has black color on #470009 background.


White color preview on #470009 background

This text has white color on #470009 background.