COLOR #470013

HEX: #470013
RGB: (71,0,19)

Renk bilgisi

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

RGB renk modeli

#470013 color RGB value is (71,0,19).

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

RGB bağlantıları ve doygunluk

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

71
0
19

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 0 + 19 = 90 (100%)
R 71 of 90 ~ 78.89%
G 0 of 90 ~ 0%
B 19 of 90 ~ 21.11%

%78.89
%21.11

CMYK RENK MODELİ

#470013 rengi CMYK tonu (0,100,73,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 100.00%
  • sarı tonu 73.24%
  • ana renk tonu 72.16%
CMYK:
(0,100,73,72)
C0M100Y73K72 
(0%,100%,73%,72%)
(0.00/1.00/0.73/0.72)	

CMYK yüzdeleri

%0
%100
%73.24
%72.16

Codes

Color #470013 in popluar color models

470013
RGB71019
HSL344°100.00%13.92%
HSB/HSV344°100.00%27.84%
CMYK0.00%100.00%73.24%
72.16%

Color #470013 in popluar number systems.

HEX470013
Decimal71019
Binary1000111010011
Octal107023

Shades and tints

Shades of #470013

#470013
(71,0,19)
#410012
(65,0,18)
#3B0011
(59,0,17)
#350010
(53,0,16)
#2F000F
(47,0,15)
#29000E
(41,0,14)
#23000D
(35,0,13)
#1D000C
(29,0,12)
#17000B
(23,0,11)
#11000A
(17,0,10)
#0B0009
(11,0,9)
#000000
(0,0,0)

Tints of #470013

#470013
(71,0,19)
#571728
(87,23,40)
#672E3D
(103,46,61)
#774552
(119,69,82)
#875C67
(135,92,103)
#97737C
(151,115,124)
#A78A91
(167,138,145)
#B7A1A6
(183,161,166)
#C7B8BB
(199,184,187)
#D7CFD0
(215,207,208)
#E7E6E5
(231,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #470013; }

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

This text font color is #470013.


Background Color

.myBgColor { background-color: #470013; }

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

This div background color is #470013.


Border color

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

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

This div border color is #470013.


Opacity

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

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

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

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

This text has shadow with #470013 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #470013 on black background.


Color preview on white background

This text has color #470013 on white background.



Black color preview on #470013 background

This text has black color on #470013 background.


White color preview on #470013 background

This text has white color on #470013 background.