COLOR #470103

HEX: #470103 RGB: (71,1,3)

Color info

#470103 contains mainly red color. Web safe color of #470103 is #330000 (or #300).

RGB color model

#470103 color RGB value is (71,1,3).

RGB: (71,1,3) (28%, 0%, 1%)

RGB channels and saturation

R 71 of 255 = 28%
G 1 of 255 = 0%
B 3 of 255 = 1%

71
1
3

R + G + B ~ 10%. #470103 is dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 1 + 3 = 75 (100%)
R 71 of 75 ~ 94.67%
G 1 of 75 ~ 1.33%
B 3 of 75 ~ 4'%

%94.67

CMYK color model

#470103 color CMYK value is (0,99,96,72).

  • cyan value is 0.00%
  • magenta value is 98.59%
  • yellow value is 95.77%
  • key color value is 72.16%

CMYK: (0,99,96,72)
C0M99Y96K72 (0%, 99%, 96%, 72%)
(0.00 / 0.99 / 0.96 / 0.72)

CMYK percentages

%0
%98.59
%95.77
%72.16

Codes

Color #470103 in popluar color models

47 01 03
RGB 71 1 3
HSL 358° 97.22% 14.12%
HSB/HSV 358° 98.59% 27.84%
CMYK 0.00% 98.59% 95.77%
72.16%

Color #470103 in popluar number systems.

HEX 47 01 03
Decimal 71 1 3
Binary 1000111 1 11
Octal 107 1 3

Shades and tints

Shades of #470103

#470103
(71,1,3)
#410103
(65,1,3)
#3B0103
(59,1,3)
#350103
(53,1,3)
#2F0103
(47,1,3)
#290103
(41,1,3)
#230103
(35,1,3)
#1D0103
(29,1,3)
#170103
(23,1,3)
#110103
(17,1,3)
#0B0103
(11,1,3)
#000000
(0,0,0)

Tints of #470103

#470103
(71,1,3)
#571819
(87,24,25)
#672F2F
(103,47,47)
#774645
(119,70,69)
#875D5B
(135,93,91)
#977471
(151,116,113)
#A78B87
(167,139,135)
#B7A29D
(183,162,157)
#C7B9B3
(199,185,179)
#D7D0C9
(215,208,201)
#E7E7DF
(231,231,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #470103 color. Also use rgb(71,1,3) instead hex code.

Text Font Color

.myTextColor { color: #470103; }

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

This text font color is #470103.

Background Color

.myBgColor { background-color: #470103; }

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

This div background color is #470103.

Border color

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

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

This div border color is #470103.

Opacity

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

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

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

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

This text has shadow with #470103 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #470103.

Preview

Color preview on black background

This text has color #470103 on black background.


Color preview on white background

This text has color #470103 on white background.


Black color preview on #470103 background

This text has black color on #470103 background.


White color preview on #470103 background

This text has white color on #470103 background.


Related colors

Complementary color

Complementary color for #hex is #B8FEFC.


I love getcolorcode.com

Triadic colors

1 #034701 and #010347 with #470103 are triadic colors.

2 #030147 and #014703 with #470103 are triadic colors.